Union windows_sys::Win32::Graphics::Printing::PrintPropertyValue_0
#[repr(C)]
pub union PrintPropertyValue_0 {
pub propertyByte: u8,
pub propertyString: PWSTR,
pub propertyInt32: i32,
pub propertyInt64: i64,
pub propertyBlob: PrintPropertyValue_0_0,
}Expand description
Required features: "Win32_Graphics_Printing"
Fields§
§propertyByte: u8§propertyString: PWSTR§propertyInt32: i32§propertyInt64: i64§propertyBlob: PrintPropertyValue_0_0