pHalIoReadPartitionTable

Type Alias pHalIoReadPartitionTable 

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

Aliased Type§

pub enum pHalIoReadPartitionTable {
    None,
    Some(unsafe extern "system" fn(*const DEVICE_OBJECT, u32, bool, *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, bool, *mut *mut DRIVE_LAYOUT_INFORMATION) -> NTSTATUS)

Some value of type T.