State of the services to be enumerated by EnumServicesStatus
10/7/2010 10:29:29 AM - Jack Hudler-216.198.83.226
TODO - a short description
10/7/2010 10:31:58 AM - -196.25.255.210
The ENUM_SERVICE_STATUS structure is used by the EnumDependentServices and EnumServicesStatus functions to return the name of a service in a service control manager database and to return information about that service.
7/12/2016 6:16:29 AM - Jack Hudler-216.198.83.226
The OpenSCManager function establishes a connection to the service control manager on the specified computer and opens the specified service control manager database.
6/25/2007 6:02:22 AM - -131.107.0.103
Enumerates services in the specified service control manager database. The name and status of each service are provided, long with additional data based on the specified information level.
7/8/2010 5:38:21 PM - -74.56.93.131
The OpenService function opens an existing service.
3/16/2007 7:33:51 AM - grinberg.nir@gmail.com-62.219.238.162
Easier Structure (which appears to work fine and allows you to avoid defining the SERVICE_TYPES and SERVICE_STATE enumerations and to use CLR compliant types (int)):