Lines Matching defs:serviceStatusHandle
46 // serviceStatusHandle the service status handle returned by the SCM
54 SERVICE_STATUS_HANDLE* serviceStatusHandle
62 *serviceStatusHandle = RegisterServiceCtrlHandler (
65 if (serviceStatusHandle == NULL)
874 // serviceStatusHandle the handle used to set the service status
885 SERVICE_STATUS_HANDLE *serviceStatusHandle
939 *serviceStatusHandle,
1025 SERVICE_STATUS_HANDLE serviceStatusHandle;
1052 &serviceStatusHandle);
1055 _serviceStatusHandle = &serviceStatusHandle;