Struct windows_sys::Win32::Devices::Fax::FAX_JOB_PARAMW
#[repr(C)]pub struct FAX_JOB_PARAMW {Show 15 fields
pub SizeOfStruct: u32,
pub RecipientNumber: PCWSTR,
pub RecipientName: PCWSTR,
pub Tsid: PCWSTR,
pub SenderName: PCWSTR,
pub SenderCompany: PCWSTR,
pub SenderDept: PCWSTR,
pub BillingCode: PCWSTR,
pub ScheduleAction: u32,
pub ScheduleTime: SYSTEMTIME,
pub DeliveryReportType: u32,
pub DeliveryReportAddress: PCWSTR,
pub DocumentName: PCWSTR,
pub CallHandle: u32,
pub Reserved: [usize; 3],
}
Expand description
Required features: "Win32_Devices_Fax"
, "Win32_Foundation"
Fields§
§SizeOfStruct: u32
§RecipientNumber: PCWSTR
§RecipientName: PCWSTR
§Tsid: PCWSTR
§SenderName: PCWSTR
§SenderCompany: PCWSTR
§SenderDept: PCWSTR
§BillingCode: PCWSTR
§ScheduleAction: u32
§ScheduleTime: SYSTEMTIME
§DeliveryReportType: u32
§DeliveryReportAddress: PCWSTR
§DocumentName: PCWSTR
§CallHandle: u32
§Reserved: [usize; 3]