typedef struct _ENUM_SERVICE_STATUS {
LPTSTR lpServiceName;
SERVICE_STATUS ServiceStatus;
} ENUM_SERVICE_STATUS, *LPENUM_SERVICE_STATUS;
lpServiceName
Points to a null-terminated string that has a maximum length of 256 characters. The name is case preserved by the Service Control Manager. Service name comparisons are always case insensitive. Forward-, back-slash, comma, and space are invalid service name characters.
ServiceStatus
Specifies a SERVICE_STATUS structure.