Type Alias windows_sys::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>;Expand description
Required features: "Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"
Aliased Type§
enum pHalIoWritePartitionTable {
None,
Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: u32, _: *const DRIVE_LAYOUT_INFORMATION) -> i32),
}