Type Alias windows::Wdk::System::SystemServices::pHalIoSetPartitionInformation
pub type pHalIoSetPartitionInformation = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, sectorsize: u32, partitionnumber: u32, partitiontype: u32) -> NTSTATUS>;
Aliased Type§
enum pHalIoSetPartitionInformation {
None,
Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: u32) -> NTSTATUS),
}