Struct windows_sys::Win32::System::Services::SERVICE_STATUS_PROCESS
[−]#[repr(C)]pub struct SERVICE_STATUS_PROCESS {
pub dwServiceType: ENUM_SERVICE_TYPE,
pub dwCurrentState: SERVICE_STATUS_CURRENT_STATE,
pub dwControlsAccepted: u32,
pub dwWin32ExitCode: u32,
pub dwServiceSpecificExitCode: u32,
pub dwCheckPoint: u32,
pub dwWaitHint: u32,
pub dwProcessId: u32,
pub dwServiceFlags: SERVICE_RUNS_IN_PROCESS,
}
Expand description
Required features: "Win32_System_Services"
Fields
dwServiceType: ENUM_SERVICE_TYPE
dwCurrentState: SERVICE_STATUS_CURRENT_STATE
dwControlsAccepted: u32
dwWin32ExitCode: u32
dwServiceSpecificExitCode: u32
dwCheckPoint: u32
dwWaitHint: u32
dwProcessId: u32
dwServiceFlags: SERVICE_RUNS_IN_PROCESS
Trait Implementations
impl Clone for SERVICE_STATUS_PROCESS
impl Clone for SERVICE_STATUS_PROCESS
impl Copy for SERVICE_STATUS_PROCESS
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_STATUS_PROCESS
impl Send for SERVICE_STATUS_PROCESS
impl Sync for SERVICE_STATUS_PROCESS
impl Unpin for SERVICE_STATUS_PROCESS
impl UnwindSafe for SERVICE_STATUS_PROCESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more