Type Alias windows_sys::Win32::System::AddressBook::LPDISPATCHNOTIFICATIONS
pub type LPDISPATCHNOTIFICATIONS = Option<unsafe extern "system" fn(ulflags: u32) -> HRESULT>;
Aliased Type§
enum LPDISPATCHNOTIFICATIONS {
None,
Some(unsafe extern "system" fn(_: u32) -> i32),
}