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