#[repr(C)]pub struct DOCINFOW {
pub cbSize: i32,
pub lpszDocName: PWSTR,
pub lpszOutput: PWSTR,
pub lpszDatatype: PWSTR,
pub fwType: u32,
}Expand description
Required features: ‘Win32_Storage_Xps’, ‘Win32_Foundation’
Fields
cbSize: i32lpszDocName: PWSTRlpszOutput: PWSTRlpszDatatype: PWSTRfwType: u32