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

pub type EXT_ANALYZER = Option<unsafe extern "system" fn(client: Option<IDebugClient>, bucketsuffix: PSTR, cbbucketsuffix: u32, debugtext: PSTR, cbdebugtext: u32, flags: *const u32, panalysis: Option<IDebugFailureAnalysis>) -> HRESULT>;

Aliased Type§

enum EXT_ANALYZER {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: PSTR, _: u32, _: PSTR, _: u32, _: *const u32, _: Option<IDebugFailureAnalysis>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: PSTR, _: u32, _: PSTR, _: u32, _: *const u32, _: Option<IDebugFailureAnalysis>) -> HRESULT)

Some value of type T.