Type Alias LPWABOPENEX

pub type LPWABOPENEX = Option<unsafe extern "system" fn(lppadrbook: OutRef<'_, IAddrBook>, lppwabobject: OutRef<'_, IWABObject>, lpwp: *mut WAB_PARAM, reserved: u32, fnallocatebuffer: LPALLOCATEBUFFER, fnallocatemore: LPALLOCATEMORE, fnfreebuffer: LPFREEBUFFER) -> HRESULT>;

Aliased Type§

pub enum LPWABOPENEX {
    None,
    Some(unsafe extern "system" fn(OutRef<'_, IAddrBook>, OutRef<'_, IWABObject>, *mut WAB_PARAM, u32, Option<unsafe extern "system" fn(u32, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(u32, *mut c_void, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(*mut c_void) -> u32>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(OutRef<'_, IAddrBook>, OutRef<'_, IWABObject>, *mut WAB_PARAM, u32, Option<unsafe extern "system" fn(u32, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(u32, *mut c_void, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(*mut c_void) -> u32>) -> HRESULT)

Some value of type T.