Struct win_sys::SystemServices::SERVERSILO_BASIC_INFORMATION [−][src]
#[repr(C)]pub struct SERVERSILO_BASIC_INFORMATION {
pub ServiceSessionId: u32,
pub State: SERVERSILO_STATE,
pub ExitStatus: u32,
pub IsDownlevelContainer: BOOLEAN,
pub ApiSetSchema: *mut c_void,
pub HostApiSetSchema: *mut c_void,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
ServiceSessionId: u32State: SERVERSILO_STATEExitStatus: u32IsDownlevelContainer: BOOLEANApiSetSchema: *mut c_voidHostApiSetSchema: *mut c_voidTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SERVERSILO_BASIC_INFORMATION
impl !Sync for SERVERSILO_BASIC_INFORMATION
impl Unpin for SERVERSILO_BASIC_INFORMATION
impl UnwindSafe for SERVERSILO_BASIC_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more