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’, ‘Win32_Foundation’
Fields
propertyByte: u8propertyString: PWSTRpropertyInt32: i32propertyInt64: i64propertyBlob: PrintPropertyValue_0_0