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

Required features: "Win32_System_RemoteDesktop", "Win32_Foundation"

Fields

fDisableCtrlAltDel: BOOLEANfDoubleClickDetect: BOOLEANfEnableWindowsKey: BOOLEANfHideTitleBar: BOOLEANfInheritAutoLogon: BOOLfPromptForPassword: BOOLEANfUsingSavedCreds: BOOLEANDomain: [u16; 256]UserName: [u16; 256]Password: [u16; 256]fPasswordIsScPin: BOOLEANfInheritInitialProgram: BOOLWorkDirectory: [u16; 257]InitialProgram: [u16; 257]fMaximizeShell: BOOLEANEncryptionLevel: u8PerformanceFlags: u32ProtocolName: [u16; 9]ProtocolType: u16fInheritColorDepth: BOOLHRes: u16VRes: u16ColorDepth: u16DisplayDriverName: [u16; 9]DisplayDeviceName: [u16; 20]fMouse: BOOLEANKeyboardLayout: u32KeyboardType: u32KeyboardSubType: u32KeyboardFunctionKey: u32imeFileName: [u16; 33]ActiveInputLocale: u32fNoAudioPlayback: BOOLEANfRemoteConsoleAudio: BOOLEANAudioDriverName: [u16; 9]ClientTimeZone: WTS_TIME_ZONE_INFORMATIONClientName: [u16; 21]SerialNumber: u32ClientAddressFamily: u32ClientAddress: [u16; 31]ClientSockAddress: WTS_SOCKADDRClientDirectory: [u16; 257]ClientBuildNumber: u32ClientProductId: u16OutBufCountHost: u16OutBufCountClient: u16OutBufLength: u16ClientSessionId: u32ClientDigProductId: [u16; 33]fDisableCpm: BOOLEANfDisableCdm: BOOLEANfDisableCcm: BOOLEANfDisableLPT: BOOLEANfDisableClip: BOOLEANfDisablePNP: BOOLEAN

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.