Input parameter. Indicates the current state of the service of Windows NT Server. Value can be one of the following:
SERVICE_CONTINUE_PENDING
SERVICE_PAUSE_PENDING
SERVICE_PAUSED
SERVICE_RUNNING
SERVICE_START_PENDING
SERVICE_STOP_PENDING
SERVICE_STOPPED
dwWin32ExitCode
Input parameter. Specifies a Win32 error code used by the service of Windows NT Server to report a starting or stopping error.
dwServiceSpecificExitCode
Input parameter. Specifies the service-specific exit code.
dwCheckPoint
Input parameter. Specifies the value that the service of Windows NT Server increments periodically to report its progress during a lengthy start, stop, or continue operation.
dwWaitHint
Input parameter. Specifies the time period (in milliseconds) that the service of Windows NT Server expects a pending start, stop, or continue operation to take.