Struct windows_sys::Win32::Graphics::Printing::PrintPropertiesCollection
#[repr(C)]pub struct PrintPropertiesCollection {
pub numberOfProperties: u32,
pub propertiesCollection: *mut PrintNamedProperty,
}Expand description
Required features: "Win32_Graphics_Printing"
Fields§
§numberOfProperties: u32§propertiesCollection: *mut PrintNamedProperty