OLESTREAMQUERYCONVERTOLELINKCALLBACK

Type Alias OLESTREAMQUERYCONVERTOLELINKCALLBACK 

pub type OLESTREAMQUERYCONVERTOLELINKCALLBACK = Option<unsafe extern "system" fn(pclsid: *const GUID, szclass: PCWSTR, sztopicname: PCWSTR, szitemname: PCWSTR, szuncname: PCWSTR, linkupdatingoption: u32, pvcontext: *const c_void) -> HRESULT>;

Aliased Type§

pub enum OLESTREAMQUERYCONVERTOLELINKCALLBACK {
    None,
    Some(unsafe extern "system" fn(*const GUID, PCWSTR, PCWSTR, PCWSTR, PCWSTR, u32, *const c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const GUID, PCWSTR, PCWSTR, PCWSTR, PCWSTR, u32, *const c_void) -> HRESULT)

Some value of type T.