pub type DMA_COMPLETION_ROUTINE = Option<unsafe extern "system" fn(dmaadapter: *const DMA_ADAPTER, deviceobject: *const DEVICE_OBJECT, completioncontext: *const c_void, status: DMA_COMPLETION_STATUS)>;
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 DMA_COMPLETION_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *const DMA_ADAPTER, _: *const DEVICE_OBJECT, _: *const c_void, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.