Struct windows_sys::Win32::Graphics::Printing::DOC_INFO_3W
#[repr(C)]pub struct DOC_INFO_3W {
pub pDocName: PWSTR,
pub pOutputFile: PWSTR,
pub pDatatype: PWSTR,
pub dwFlags: u32,
}Expand description
Required features: "Win32_Graphics_Printing"
Fields§
§pDocName: PWSTR§pOutputFile: PWSTR§pDatatype: PWSTR§dwFlags: u32