#[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: u16Type: u8Flags: u8Count: u16BegCtrlID: u16pOptParam: *mut OPTPARAMStyle: u16wReserved: [u16; 3]dwReserved: [usize; 3]