Type Alias windows::Wdk::System::SystemServices::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§
enum pHalIoWritePartitionTable {
None,
Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: u32, _: *const DRIVE_LAYOUT_INFORMATION) -> NTSTATUS),
}