Struct windows_sys::Win32::System::RemoteDesktop::WTSUSERCONFIGA
[−]#[repr(C)]pub struct WTSUSERCONFIGA {Show 18 fields
pub Source: u32,
pub InheritInitialProgram: u32,
pub AllowLogonTerminalServer: u32,
pub TimeoutSettingsConnections: u32,
pub TimeoutSettingsDisconnections: u32,
pub TimeoutSettingsIdle: u32,
pub DeviceClientDrives: u32,
pub DeviceClientPrinters: u32,
pub ClientDefaultPrinter: u32,
pub BrokenTimeoutSettings: u32,
pub ReconnectSettings: u32,
pub ShadowingSettings: u32,
pub TerminalServerRemoteHomeDir: u32,
pub InitialProgram: [CHAR; 261],
pub WorkDirectory: [CHAR; 261],
pub TerminalServerProfilePath: [CHAR; 261],
pub TerminalServerHomeDir: [CHAR; 261],
pub TerminalServerHomeDirDrive: [CHAR; 4],
}Expand description
Required features: ‘Win32_System_RemoteDesktop’, ‘Win32_Foundation’
Fields
Source: u32InheritInitialProgram: u32AllowLogonTerminalServer: u32TimeoutSettingsConnections: u32TimeoutSettingsDisconnections: u32TimeoutSettingsIdle: u32DeviceClientDrives: u32DeviceClientPrinters: u32ClientDefaultPrinter: u32BrokenTimeoutSettings: u32ReconnectSettings: u32ShadowingSettings: u32TerminalServerRemoteHomeDir: u32InitialProgram: [CHAR; 261]WorkDirectory: [CHAR; 261]TerminalServerProfilePath: [CHAR; 261]TerminalServerHomeDir: [CHAR; 261]TerminalServerHomeDirDrive: [CHAR; 4]Trait Implementations
impl Clone for WTSUSERCONFIGA
impl Clone for WTSUSERCONFIGA
impl Copy for WTSUSERCONFIGA
Auto Trait Implementations
impl RefUnwindSafe for WTSUSERCONFIGA
impl Send for WTSUSERCONFIGA
impl Sync for WTSUSERCONFIGA
impl Unpin for WTSUSERCONFIGA
impl UnwindSafe for WTSUSERCONFIGA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more