#[repr(C)]
pub struct WTSSBX_SESSION_INFO { pub wszUserName: [u16; 105], pub wszDomainName: [u16; 257], pub ApplicationType: [u16; 257], pub dwSessionId: u32, pub CreateTime: FILETIME, pub DisconnectTime: FILETIME, pub SessionState: WTSSBX_SESSION_STATE, }
Expand description

Required features: "Win32_System_RemoteDesktop", "Win32_Foundation"

Fields

wszUserName: [u16; 105]wszDomainName: [u16; 257]ApplicationType: [u16; 257]dwSessionId: u32CreateTime: FILETIMEDisconnectTime: FILETIMESessionState: WTSSBX_SESSION_STATE

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.