Source position: jwawinfax.pas line 974
type _FAX_JOB_PARAMW = record |
SizeOfStruct: DWORD; |
RecipientNumber: LPCWSTR; |
RecipientName: LPCWSTR; |
Tsid: LPCWSTR; |
SenderName: LPCWSTR; |
SenderCompany: LPCWSTR; |
SenderDept: LPCWSTR; |
BillingCode: LPCWSTR; |
ScheduleAction: DWORD; |
ScheduleTime: SYSTEMTIME; |
DeliveryReportType: DWORD; |
DeliveryReportAddress: LPCWSTR; |
DocumentName: LPCWSTR; |
CallHandle: HCALL; |
Reserved: array [0..3-1] of DWORD_PTR; |
end; |