Type Alias windows_sys::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>;
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 pHalIoReadPartitionTable {
None,
Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u8, _: *mut *mut DRIVE_LAYOUT_INFORMATION) -> i32),
}