Struct windows_sys::Win32::Graphics::Printing::OPTTYPE
#[repr(C)]pub struct OPTTYPE {
pub cbSize: u16,
pub Type: u8,
pub Flags: u8,
pub Count: u16,
pub BegCtrlID: u16,
pub pOptParam: *mut OPTPARAM,
pub Style: u16,
pub wReserved: [u16; 3],
pub dwReserved: [usize; 3],
}Expand description
Required features: "Win32_Graphics_Printing", "Win32_Foundation"
Fields§
§cbSize: u16§Type: u8§Flags: u8§Count: u16§BegCtrlID: u16§pOptParam: *mut OPTPARAM§Style: u16§wReserved: [u16; 3]§dwReserved: [usize; 3]