#[repr(C)]
pub struct WTSLISTENERCONFIGW {
Show 31 fields pub version: u32, pub fEnableListener: u32, pub MaxConnectionCount: u32, pub fPromptForPassword: u32, pub fInheritColorDepth: u32, pub ColorDepth: u32, pub fInheritBrokenTimeoutSettings: u32, pub BrokenTimeoutSettings: u32, pub fDisablePrinterRedirection: u32, pub fDisableDriveRedirection: u32, pub fDisableComPortRedirection: u32, pub fDisableLPTPortRedirection: u32, pub fDisableClipboardRedirection: u32, pub fDisableAudioRedirection: u32, pub fDisablePNPRedirection: u32, pub fDisableDefaultMainClientPrinter: u32, pub LanAdapter: u32, pub PortNumber: u32, pub fInheritShadowSettings: u32, pub ShadowSettings: u32, pub TimeoutSettingsConnection: u32, pub TimeoutSettingsDisconnection: u32, pub TimeoutSettingsIdle: u32, pub SecurityLayer: u32, pub MinEncryptionLevel: u32, pub UserAuthentication: u32, pub Comment: [u16; 61], pub LogonUserName: [u16; 21], pub LogonDomain: [u16; 18], pub WorkDirectory: [u16; 261], pub InitialProgram: [u16; 261],
}
Expand description

Required features: "Win32_System_RemoteDesktop"

Fields

version: u32fEnableListener: u32MaxConnectionCount: u32fPromptForPassword: u32fInheritColorDepth: u32ColorDepth: u32fInheritBrokenTimeoutSettings: u32BrokenTimeoutSettings: u32fDisablePrinterRedirection: u32fDisableDriveRedirection: u32fDisableComPortRedirection: u32fDisableLPTPortRedirection: u32fDisableClipboardRedirection: u32fDisableAudioRedirection: u32fDisablePNPRedirection: u32fDisableDefaultMainClientPrinter: u32LanAdapter: u32PortNumber: u32fInheritShadowSettings: u32ShadowSettings: u32TimeoutSettingsConnection: u32TimeoutSettingsDisconnection: u32TimeoutSettingsIdle: u32SecurityLayer: u32MinEncryptionLevel: u32UserAuthentication: u32Comment: [u16; 61]LogonUserName: [u16; 21]LogonDomain: [u16; 18]WorkDirectory: [u16; 261]InitialProgram: [u16; 261]

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.