Struct windows_sys::Win32::System::RemoteDesktop::WTSCONFIGINFOA
[−]#[repr(C)]pub struct WTSCONFIGINFOA {
pub version: u32,
pub fConnectClientDrivesAtLogon: u32,
pub fConnectPrinterAtLogon: u32,
pub fDisablePrinterRedirection: u32,
pub fDisableDefaultMainClientPrinter: u32,
pub ShadowSettings: u32,
pub LogonUserName: [CHAR; 21],
pub LogonDomain: [CHAR; 18],
pub WorkDirectory: [CHAR; 261],
pub InitialProgram: [CHAR; 261],
pub ApplicationName: [CHAR; 261],
}
Expand description
Required features: "Win32_System_RemoteDesktop"
, "Win32_Foundation"
Fields
version: u32
fConnectClientDrivesAtLogon: u32
fConnectPrinterAtLogon: u32
fDisablePrinterRedirection: u32
fDisableDefaultMainClientPrinter: u32
ShadowSettings: u32
LogonUserName: [CHAR; 21]
LogonDomain: [CHAR; 18]
WorkDirectory: [CHAR; 261]
InitialProgram: [CHAR; 261]
ApplicationName: [CHAR; 261]
Trait Implementations
impl Clone for WTSCONFIGINFOA
impl Clone for WTSCONFIGINFOA
impl Copy for WTSCONFIGINFOA
Auto Trait Implementations
impl RefUnwindSafe for WTSCONFIGINFOA
impl Send for WTSCONFIGINFOA
impl Sync for WTSCONFIGINFOA
impl Unpin for WTSCONFIGINFOA
impl UnwindSafe for WTSCONFIGINFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more