pub type PFN_WEB_CORE_ACTIVATE = Option<unsafe extern "system" fn(pszapphostconfigfile: PCWSTR, pszrootwebconfigfile: PCWSTR, pszinstancename: PCWSTR) -> HRESULT>;

Aliased Type§

enum PFN_WEB_CORE_ACTIVATE {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT)

Some value of type T.