Type Alias windows::Wdk::System::SystemServices::PFREE_ADAPTER_OBJECT

pub type PFREE_ADAPTER_OBJECT = Option<unsafe extern "system" fn(dmaadapter: *const DMA_ADAPTER, allocationaction: IO_ALLOCATION_ACTION)>;

Aliased Type§

enum PFREE_ADAPTER_OBJECT {
    None,
    Some(unsafe extern "system" fn(_: *const DMA_ADAPTER, _: IO_ALLOCATION_ACTION)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DMA_ADAPTER, _: IO_ALLOCATION_ACTION))

Some value of type T.