PCANCEL_ADAPTER_CHANNEL

Type Alias PCANCEL_ADAPTER_CHANNEL 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.