Struct windows_sys::Win32::System::Services::SERVICE_NOTIFY_1
#[repr(C)]pub struct SERVICE_NOTIFY_1 {
pub dwVersion: u32,
pub pfnNotifyCallback: PFN_SC_NOTIFY_CALLBACK,
pub pContext: *mut c_void,
pub dwNotificationStatus: u32,
pub ServiceStatus: SERVICE_STATUS_PROCESS,
}
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