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’, ‘Win32_Foundation’
Fields
dwVersion: u32pfnNotifyCallback: PFN_SC_NOTIFY_CALLBACKpContext: *mut c_voiddwNotificationStatus: u32ServiceStatus: SERVICE_STATUS_PROCESSdwNotificationTriggered: u32pszServiceNames: PWSTR