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: u32fdwFlags: u32pfnNotifyCallback: ROUTER_NOTIFY_CALLBACKpContext: *mut c_void