Struct windows_sys::Win32::Storage::Xps::DOCINFOA
#[repr(C)]pub struct DOCINFOA {
pub cbSize: i32,
pub lpszDocName: PCSTR,
pub lpszOutput: PCSTR,
pub lpszDatatype: PCSTR,
pub fwType: u32,
}Expand description
Required features: "Win32_Storage_Xps"
Fields§
§cbSize: i32§lpszDocName: PCSTR§lpszOutput: PCSTR§lpszDatatype: PCSTR§fwType: u32