Type Alias windows_sys::Win32::System::AddressBook::LPNOTIFCALLBACK
pub type LPNOTIFCALLBACK = Option<unsafe extern "system" fn(lpvcontext: *mut c_void, cnotification: u32, lpnotifications: *mut NOTIFICATION) -> i32>;Expand description
Required features: "Win32_Foundation", "Win32_System_Com"
Aliased Type§
enum LPNOTIFCALLBACK {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut NOTIFICATION) -> i32),
}