Struct windows_sys::Win32::Devices::Fax::FAX_DEVICE_STATUSW
#[repr(C)]pub struct FAX_DEVICE_STATUSW {Show 20 fields
pub SizeOfStruct: u32,
pub CallerId: PCWSTR,
pub Csid: PCWSTR,
pub CurrentPage: u32,
pub DeviceId: u32,
pub DeviceName: PCWSTR,
pub DocumentName: PCWSTR,
pub JobType: u32,
pub PhoneNumber: PCWSTR,
pub RoutingString: PCWSTR,
pub SenderName: PCWSTR,
pub RecipientName: PCWSTR,
pub Size: u32,
pub StartTime: FILETIME,
pub Status: u32,
pub StatusString: PCWSTR,
pub SubmittedTime: FILETIME,
pub TotalPages: u32,
pub Tsid: PCWSTR,
pub UserName: PCWSTR,
}
Expand description
Required features: "Win32_Devices_Fax"
, "Win32_Foundation"
Fields§
§SizeOfStruct: u32
§CallerId: PCWSTR
§Csid: PCWSTR
§CurrentPage: u32
§DeviceId: u32
§DeviceName: PCWSTR
§DocumentName: PCWSTR
§JobType: u32
§PhoneNumber: PCWSTR
§RoutingString: PCWSTR
§SenderName: PCWSTR
§RecipientName: PCWSTR
§Size: u32
§StartTime: FILETIME
§Status: u32
§StatusString: PCWSTR
§SubmittedTime: FILETIME
§TotalPages: u32
§Tsid: PCWSTR
§UserName: PCWSTR