Download Source Code

CWin32::__WINDOWS_SERVICE_STATUS Struct Reference

Contains information about a Windows service. More...

#include <Win32.h>

List of all members.

Public Attributes

DWORD dwServiceType
 Service type.
DWORD dwCurrentState
 Current execution state of the service.
DWORD dwControlsAccepted
 Control codes that are accepted.
DWORD dwWin32ExitCode
 Service startup and/or shutdown error code.
DWORD dwServiceSpecificExitCode
 Error code causing service error.
DWORD dwCheckPoint
 Service increments during lengthy opertaions to show it's still working.
DWORD dwWaitHint
 Estimated amount of time a pending operation will take in milliseconds.


Detailed Description

Contains information about a Windows service.


The documentation for this struct was generated from the following file:
  • inc/Win32.h
Copyright Robert Umbehant
This documentation is covered by the LGPL