Type Alias windows::Win32::System::Diagnostics::Debug::Extensions::PGET_IRP_INFO

pub type PGET_IRP_INFO = Option<unsafe extern "system" fn(client: Option<IDebugClient>, irp: u64, irpinfo: *mut DEBUG_IRP_INFO) -> HRESULT>;

Aliased Type§

enum PGET_IRP_INFO {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: u64, _: *mut DEBUG_IRP_INFO) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: u64, _: *mut DEBUG_IRP_INFO) -> HRESULT)

Some value of type T.