Type Alias LPWABOPEN
pub type LPWABOPEN = Option<unsafe extern "system" fn(lppadrbook: OutRef<'_, IAddrBook>, lppwabobject: OutRef<'_, IWABObject>, lpwp: *mut WAB_PARAM, reserved2: u32) -> HRESULT>;
Aliased Type§
enum LPWABOPEN {
None,
Some(unsafe extern "system" fn(_: OutRef<'_, IAddrBook>, _: OutRef<'_, IWABObject>, _: *mut WAB_PARAM, _: u32) -> HRESULT),
}