Type Alias PCOGETACTIVATIONSTATE

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

Aliased Type§

pub 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.