Lines Matching refs:service
114 * service. The ControlService, EnumDependentServices, EnumServicesStatus,
116 * about a service. A service uses this structure in the SetServiceStatus
117 * function to report its current status to the service control manager.
120 * The type of service. This member can be one of the following values.
127 * If the service type is either SERVICE_WIN32_OWN_PROCESS or
128 * SERVICE_WIN32_SHARE_PROCESS, and the service is running in
130 * may also be specified to indicate that the service can
136 * The current state of the service. This member can be one of the
148 * The control codes that the service will accept and process in its
150 * process can control a service by specifying a control command in
162 * An error code that the service uses to report an error that occurs when
164 * service, the service must set this value to ERROR_SERVICE_SPECIFIC_ERROR
166 * code. The service should set this value to NO_ERROR when it is running
170 * A service-specific error code that the service returns when an error
171 * occurs while the service is starting or stopping. This value is ignored
175 * A value that the service increments periodically to report its progress
177 * the service should increment this value as it completes each step of its
179 * invoked the operation on the service uses this value to track the progress
180 * of the service during a lengthy operation. This value is not valid and
181 * should be zero when the service does not have a start, stop, pause, or
185 * An estimate of the amount of time, in milliseconds, that the service
187 * before the service makes its next call to the SetServiceStatus
191 * the service control manager or service control program can assume that
192 * an error has occurred and the service should be stopped.
239 /* Boolean flag to control delayed start of service. Set 1=true, 0=false */
419 * For service management support, this should probably be: