Type Alias windows_sys::Win32::Graphics::GdiPlus::NotificationHookProc
pub type NotificationHookProc = Option<unsafe extern "system" fn(token: *mut usize) -> Status>;
Aliased Type§
enum NotificationHookProc {
None,
Some(unsafe extern "system" fn(_: *mut usize) -> i32),
}