pub type PCANCEL_ADAPTER_CHANNEL = Option<unsafe extern "system" fn(dmaadapter: *const DMA_ADAPTER, deviceobject: *const DEVICE_OBJECT, dmatransfercontext: *const c_void) -> BOOLEAN>;
Expand description

Required features: "Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"

Aliased Type§

enum PCANCEL_ADAPTER_CHANNEL {
    None,
    Some(unsafe extern "system" fn(_: *const DMA_ADAPTER, _: *const DEVICE_OBJECT, _: *const c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DMA_ADAPTER, _: *const DEVICE_OBJECT, _: *const c_void) -> u8)

Some value of type T.