Struct windows_sys::Win32::Devices::Fax::FAX_CONFIGURATIONW
#[repr(C)]pub struct FAX_CONFIGURATIONW {Show 13 fields
pub SizeOfStruct: u32,
pub Retries: u32,
pub RetryDelay: u32,
pub DirtyDays: u32,
pub Branding: BOOL,
pub UseDeviceTsid: BOOL,
pub ServerCp: BOOL,
pub PauseServerQueue: BOOL,
pub StartCheapTime: FAX_TIME,
pub StopCheapTime: FAX_TIME,
pub ArchiveOutgoingFaxes: BOOL,
pub ArchiveDirectory: PCWSTR,
pub Reserved: PCWSTR,
}Expand description
Required features: "Win32_Devices_Fax", "Win32_Foundation"
Fields§
§SizeOfStruct: u32§Retries: u32§RetryDelay: u32§DirtyDays: u32§Branding: BOOL§UseDeviceTsid: BOOL§ServerCp: BOOL§PauseServerQueue: BOOL§StartCheapTime: FAX_TIME§StopCheapTime: FAX_TIME§ArchiveOutgoingFaxes: BOOL§ArchiveDirectory: PCWSTR§Reserved: PCWSTR