Struct windows_sys::Win32::Devices::Fax::FAX_SEND
#[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: u32§FileName: PWSTR§CallerName: PWSTR§CallerNumber: PWSTR§ReceiverName: PWSTR§ReceiverNumber: PWSTR§Branding: BOOL§CallHandle: u32§Reserved: [u32; 3]