Lines Matching defs:serviceStatusHandle
47 // serviceStatusHandle the service status handle returned by the SCM
55 SERVICE_STATUS_HANDLE* serviceStatusHandle
63 *serviceStatusHandle = RegisterServiceCtrlHandler (
66 if (serviceStatusHandle == NULL)
875 // serviceStatusHandle the handle used to set the service status
886 SERVICE_STATUS_HANDLE *serviceStatusHandle
940 *serviceStatusHandle,
1026 SERVICE_STATUS_HANDLE serviceStatusHandle;
1053 &serviceStatusHandle);
1056 _serviceStatusHandle = &serviceStatusHandle;