pub type PFNGETACTIVATIONFACTORY = Option<unsafe extern "system" fn(param0: HSTRING, param1: *mut Option<IActivationFactory>) -> HRESULT>;

Aliased Type§

enum PFNGETACTIVATIONFACTORY {
    None,
    Some(unsafe extern "system" fn(_: HSTRING, _: *mut Option<IActivationFactory>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.