Type Alias windows::Wdk::System::SystemServices::pHalExamineMBR

pub type pHalExamineMBR = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, sectorsize: u32, mbrtypeidentifier: u32, buffer: *mut *mut c_void)>;

Aliased Type§

enum pHalExamineMBR {
    None,
    Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: *mut *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: u32, _: u32, _: *mut *mut c_void))

Some value of type T.