#[repr(C)]pub struct FAX_SEND {
pub SizeOfStruct: u32,
pub FileName: PWSTR,
pub CallerName: PWSTR,
pub CallerNumber: PWSTR,
pub ReceiverName: PWSTR,
pub ReceiverNumber: PWSTR,
pub Branding: BOOL,
pub CallHandle: u32,
pub Reserved: [u32; 3],
}Expand description
Required features: ‘Win32_Devices_Fax’, ‘Win32_Foundation’
Fields
SizeOfStruct: u32FileName: PWSTRCallerName: PWSTRCallerNumber: PWSTRReceiverName: PWSTRReceiverNumber: PWSTRBranding: BOOLCallHandle: u32Reserved: [u32; 3]