Struct windows_sys::Win32::Graphics::Printing::MONITORINIT
[−]#[repr(C)]pub struct MONITORINIT {
pub cbSize: u32,
pub hSpooler: HANDLE,
pub hckRegistryRoot: HKEY,
pub pMonitorReg: *mut MONITORREG,
pub bLocal: BOOL,
pub pszServerName: PWSTR,
}Expand description
Required features: ‘Win32_Graphics_Printing’, ‘Win32_Foundation’, ‘Win32_System_Registry’
Fields
cbSize: u32hSpooler: HANDLEhckRegistryRoot: HKEYpMonitorReg: *mut MONITORREGbLocal: BOOLpszServerName: PWSTR