Struct winapi::um::winnt::POWER_SESSION_WINLOGON [−][src]
#[repr(C)]pub struct POWER_SESSION_WINLOGON {
pub SessionId: DWORD,
pub Console: BOOLEAN,
pub Locked: BOOLEAN,
}
Fields
SessionId: DWORD
Console: BOOLEAN
Locked: BOOLEAN
Trait Implementations
Returns the “default value” for a type. Read more