pHalIoWritePartitionTable

Type Alias pHalIoWritePartitionTable 

pub type pHalIoWritePartitionTable = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, sectorsize: u32, sectorspertrack: u32, numberofheads: u32, partitionbuffer: *const DRIVE_LAYOUT_INFORMATION) -> NTSTATUS>;

Aliased Type§

pub enum pHalIoWritePartitionTable {
    None,
    Some(unsafe extern "system" fn(*const DEVICE_OBJECT, u32, u32, u32, *const DRIVE_LAYOUT_INFORMATION) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.