Struct windows_sys::Win32::Devices::Fax::FAX_COVERPAGE_INFOW
#[repr(C)]pub struct FAX_COVERPAGE_INFOW {Show 29 fields
pub SizeOfStruct: u32,
pub CoverPageName: PCWSTR,
pub UseServerCoverPage: BOOL,
pub RecName: PCWSTR,
pub RecFaxNumber: PCWSTR,
pub RecCompany: PCWSTR,
pub RecStreetAddress: PCWSTR,
pub RecCity: PCWSTR,
pub RecState: PCWSTR,
pub RecZip: PCWSTR,
pub RecCountry: PCWSTR,
pub RecTitle: PCWSTR,
pub RecDepartment: PCWSTR,
pub RecOfficeLocation: PCWSTR,
pub RecHomePhone: PCWSTR,
pub RecOfficePhone: PCWSTR,
pub SdrName: PCWSTR,
pub SdrFaxNumber: PCWSTR,
pub SdrCompany: PCWSTR,
pub SdrAddress: PCWSTR,
pub SdrTitle: PCWSTR,
pub SdrDepartment: PCWSTR,
pub SdrOfficeLocation: PCWSTR,
pub SdrHomePhone: PCWSTR,
pub SdrOfficePhone: PCWSTR,
pub Note: PCWSTR,
pub Subject: PCWSTR,
pub TimeSent: SYSTEMTIME,
pub PageCount: u32,
}
Expand description
Required features: "Win32_Devices_Fax"
, "Win32_Foundation"
Fields§
§SizeOfStruct: u32
§CoverPageName: PCWSTR
§UseServerCoverPage: BOOL
§RecName: PCWSTR
§RecFaxNumber: PCWSTR
§RecCompany: PCWSTR
§RecStreetAddress: PCWSTR
§RecCity: PCWSTR
§RecState: PCWSTR
§RecZip: PCWSTR
§RecCountry: PCWSTR
§RecTitle: PCWSTR
§RecDepartment: PCWSTR
§RecOfficeLocation: PCWSTR
§RecHomePhone: PCWSTR
§RecOfficePhone: PCWSTR
§SdrName: PCWSTR
§SdrFaxNumber: PCWSTR
§SdrCompany: PCWSTR
§SdrAddress: PCWSTR
§SdrTitle: PCWSTR
§SdrDepartment: PCWSTR
§SdrOfficeLocation: PCWSTR
§SdrHomePhone: PCWSTR
§SdrOfficePhone: PCWSTR
§Note: PCWSTR
§Subject: PCWSTR
§TimeSent: SYSTEMTIME
§PageCount: u32