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

pub type EXT_TARGET_INFO = Option<unsafe extern "system" fn(client: Option<IDebugClient4>, ptargetinfo: *mut TARGET_DEBUG_INFO) -> HRESULT>;

Aliased Type§

enum EXT_TARGET_INFO {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient4>, _: *mut TARGET_DEBUG_INFO) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient4>, _: *mut TARGET_DEBUG_INFO) -> HRESULT)

Some value of type T.