Type Alias windows::Wdk::System::SystemServices::pHalIoReadPartitionTable

pub type pHalIoReadPartitionTable = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, sectorsize: u32, returnrecognizedpartitions: BOOLEAN, partitionbuffer: *mut *mut DRIVE_LAYOUT_INFORMATION) -> NTSTATUS>;

Aliased Type§

enum pHalIoReadPartitionTable {
    None,
    Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: BOOLEAN, _: *mut *mut DRIVE_LAYOUT_INFORMATION) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: BOOLEAN, _: *mut *mut DRIVE_LAYOUT_INFORMATION) -> NTSTATUS)

Some value of type T.