#[repr(C)]pub struct SERVICE_CONTROL_STATUS_REASON_PARAMSW {
pub dwReason: u32,
pub pszComment: PWSTR,
pub ServiceStatus: SERVICE_STATUS_PROCESS,
}
Expand description
Required features: "Win32_System_Services"
Fields
dwReason: u32
pszComment: PWSTR
ServiceStatus: SERVICE_STATUS_PROCESS
Trait Implementations
impl Copy for SERVICE_CONTROL_STATUS_REASON_PARAMSW
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_CONTROL_STATUS_REASON_PARAMSW
impl !Send for SERVICE_CONTROL_STATUS_REASON_PARAMSW
impl !Sync for SERVICE_CONTROL_STATUS_REASON_PARAMSW
impl Unpin for SERVICE_CONTROL_STATUS_REASON_PARAMSW
impl UnwindSafe for SERVICE_CONTROL_STATUS_REASON_PARAMSW
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