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: DWORDConsole: BOOLEANLocked: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more