Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
SERVICE_STATE (Enums)
.
C# Definition:
[Flags]
public enum SERVICE_STATES : int
public enum SERVICE_STATE : int
{
SERVICE_ACTIVE = 0x00000001,
SERVICE_INACTIVE = 0x00000002,
SERVICE_STATE_ALL = SERVICE_ACTIVE | SERVICE_INACTIVE
}
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
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
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!