Struct win_sys::SystemServices::SILOOBJECT_BASIC_INFORMATION [−][src]
#[repr(C)]pub struct SILOOBJECT_BASIC_INFORMATION {
pub SiloId: u32,
pub SiloParentId: u32,
pub NumberOfProcesses: u32,
pub IsInServerSilo: BOOLEAN,
pub Reserved: [u8; 3],
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
SiloId: u32SiloParentId: u32NumberOfProcesses: u32IsInServerSilo: BOOLEANReserved: [u8; 3]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for SILOOBJECT_BASIC_INFORMATION
impl Sync for SILOOBJECT_BASIC_INFORMATION
impl Unpin for SILOOBJECT_BASIC_INFORMATION
impl UnwindSafe for SILOOBJECT_BASIC_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more