Struct windows_sys::Win32::System::StationsAndDesktops::USEROBJECTFLAGS
#[repr(C)]pub struct USEROBJECTFLAGS {
pub fInherit: BOOL,
pub fReserved: BOOL,
pub dwFlags: u32,
}Expand description
Required features: "Win32_System_StationsAndDesktops", "Win32_Foundation"
Fields§
§fInherit: BOOL§fReserved: BOOL§dwFlags: u32