Struct windows_sys::Win32::System::Services::SERVICE_NOTIFY_2W
[−]#[repr(C)]pub struct SERVICE_NOTIFY_2W {
pub dwVersion: u32,
pub pfnNotifyCallback: PFN_SC_NOTIFY_CALLBACK,
pub pContext: *mut c_void,
pub dwNotificationStatus: u32,
pub ServiceStatus: SERVICE_STATUS_PROCESS,
pub dwNotificationTriggered: u32,
pub pszServiceNames: PWSTR,
}
Expand description
Required features: "Win32_System_Services"
Fields
dwVersion: u32
pfnNotifyCallback: PFN_SC_NOTIFY_CALLBACK
pContext: *mut c_void
dwNotificationStatus: u32
ServiceStatus: SERVICE_STATUS_PROCESS
dwNotificationTriggered: u32
pszServiceNames: PWSTR
Trait Implementations
impl Clone for SERVICE_NOTIFY_2W
impl Clone for SERVICE_NOTIFY_2W
impl Copy for SERVICE_NOTIFY_2W
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_NOTIFY_2W
impl !Send for SERVICE_NOTIFY_2W
impl !Sync for SERVICE_NOTIFY_2W
impl Unpin for SERVICE_NOTIFY_2W
impl UnwindSafe for SERVICE_NOTIFY_2W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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