Struct windows_sys::Win32::Graphics::Printing::NOTIFICATION_CONFIG_1
#[repr(C)]pub struct NOTIFICATION_CONFIG_1 {
pub cbSize: u32,
pub fdwFlags: u32,
pub pfnNotifyCallback: ROUTER_NOTIFY_CALLBACK,
pub pContext: *mut c_void,
}Expand description
Required features: "Win32_Graphics_Printing", "Win32_Foundation"
Fields§
§cbSize: u32§fdwFlags: u32§pfnNotifyCallback: ROUTER_NOTIFY_CALLBACK§pContext: *mut c_void