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: PCWSTR,
}Expand description
Required features: "Win32_Graphics_Printing", "Win32_Foundation", "Win32_System_Registry"
Fields§
§cbSize: u32§hSpooler: HANDLE§hckRegistryRoot: HKEY§pMonitorReg: *mut MONITORREG§bLocal: BOOL§pszServerName: PCWSTR