#[repr(C)]
pub struct WRDS_CONNECTION_SETTINGS_1 {
Show 65 fields pub fInheritInitialProgram: BOOLEAN, pub fInheritColorDepth: BOOLEAN, pub fHideTitleBar: BOOLEAN, pub fInheritAutoLogon: BOOLEAN, pub fMaximizeShell: BOOLEAN, pub fDisablePNP: BOOLEAN, pub fPasswordIsScPin: BOOLEAN, pub fPromptForPassword: BOOLEAN, pub fDisableCpm: BOOLEAN, pub fDisableCdm: BOOLEAN, pub fDisableCcm: BOOLEAN, pub fDisableLPT: BOOLEAN, pub fDisableClip: BOOLEAN, pub fResetBroken: BOOLEAN, pub fDisableEncryption: BOOLEAN, pub fDisableAutoReconnect: BOOLEAN, pub fDisableCtrlAltDel: BOOLEAN, pub fDoubleClickDetect: BOOLEAN, pub fEnableWindowsKey: BOOLEAN, pub fUsingSavedCreds: BOOLEAN, pub fMouse: BOOLEAN, pub fNoAudioPlayback: BOOLEAN, pub fRemoteConsoleAudio: BOOLEAN, pub EncryptionLevel: u8, pub ColorDepth: u16, pub ProtocolType: u16, pub HRes: u16, pub VRes: u16, pub ClientProductId: u16, pub OutBufCountHost: u16, pub OutBufCountClient: u16, pub OutBufLength: u16, pub KeyboardLayout: u32, pub MaxConnectionTime: u32, pub MaxDisconnectionTime: u32, pub MaxIdleTime: u32, pub PerformanceFlags: u32, pub KeyboardType: u32, pub KeyboardSubType: u32, pub KeyboardFunctionKey: u32, pub ActiveInputLocale: u32, pub SerialNumber: u32, pub ClientAddressFamily: u32, pub ClientBuildNumber: u32, pub ClientSessionId: u32, pub WorkDirectory: [u16; 257], pub InitialProgram: [u16; 257], pub UserName: [u16; 256], pub Domain: [u16; 256], pub Password: [u16; 256], pub ProtocolName: [u16; 9], pub DisplayDriverName: [u16; 9], pub DisplayDeviceName: [u16; 20], pub imeFileName: [u16; 33], pub AudioDriverName: [u16; 9], pub ClientName: [u16; 21], pub ClientAddress: [u16; 31], pub ClientDirectory: [u16; 257], pub ClientDigProductId: [u16; 33], pub ClientSockAddress: WTS_SOCKADDR, pub ClientTimeZone: WTS_TIME_ZONE_INFORMATION, pub WRdsListenerSettings: WRDS_LISTENER_SETTINGS, pub EventLogActivityId: GUID, pub ContextSize: u32, pub ContextData: *mut u8,
}
Expand description

Required features: "Win32_System_RemoteDesktop", "Win32_Foundation"

Fields

fInheritInitialProgram: BOOLEANfInheritColorDepth: BOOLEANfHideTitleBar: BOOLEANfInheritAutoLogon: BOOLEANfMaximizeShell: BOOLEANfDisablePNP: BOOLEANfPasswordIsScPin: BOOLEANfPromptForPassword: BOOLEANfDisableCpm: BOOLEANfDisableCdm: BOOLEANfDisableCcm: BOOLEANfDisableLPT: BOOLEANfDisableClip: BOOLEANfResetBroken: BOOLEANfDisableEncryption: BOOLEANfDisableAutoReconnect: BOOLEANfDisableCtrlAltDel: BOOLEANfDoubleClickDetect: BOOLEANfEnableWindowsKey: BOOLEANfUsingSavedCreds: BOOLEANfMouse: BOOLEANfNoAudioPlayback: BOOLEANfRemoteConsoleAudio: BOOLEANEncryptionLevel: u8ColorDepth: u16ProtocolType: u16HRes: u16VRes: u16ClientProductId: u16OutBufCountHost: u16OutBufCountClient: u16OutBufLength: u16KeyboardLayout: u32MaxConnectionTime: u32MaxDisconnectionTime: u32MaxIdleTime: u32PerformanceFlags: u32KeyboardType: u32KeyboardSubType: u32KeyboardFunctionKey: u32ActiveInputLocale: u32SerialNumber: u32ClientAddressFamily: u32ClientBuildNumber: u32ClientSessionId: u32WorkDirectory: [u16; 257]InitialProgram: [u16; 257]UserName: [u16; 256]Domain: [u16; 256]Password: [u16; 256]ProtocolName: [u16; 9]DisplayDriverName: [u16; 9]DisplayDeviceName: [u16; 20]imeFileName: [u16; 33]AudioDriverName: [u16; 9]ClientName: [u16; 21]ClientAddress: [u16; 31]ClientDirectory: [u16; 257]ClientDigProductId: [u16; 33]ClientSockAddress: WTS_SOCKADDRClientTimeZone: WTS_TIME_ZONE_INFORMATIONWRdsListenerSettings: WRDS_LISTENER_SETTINGSEventLogActivityId: GUIDContextSize: u32ContextData: *mut u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.