windows::Win32::System::Diagnostics::Debug

Type Alias PCOGETACTIVATIONSTATE

pub type PCOGETACTIVATIONSTATE = Option<unsafe extern "system" fn(param0: GUID, param1: u32, param2: *mut u32) -> HRESULT>;

Aliased Type§

enum PCOGETACTIVATIONSTATE {
    None,
    Some(unsafe extern "system" fn(_: GUID, _: u32, _: *mut u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: GUID, _: u32, _: *mut u32) -> HRESULT)

Some value of type T.