Struct windows_sys::Win32::System::Power::POWER_SESSION_CONNECT
#[repr(C)]pub struct POWER_SESSION_CONNECT {
pub Connected: BOOLEAN,
pub Console: BOOLEAN,
}Expand description
Required features: "Win32_System_Power", "Win32_Foundation"
Fields§
§Connected: BOOLEAN§Console: BOOLEAN