Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

SERVICE_STATE (Enums)
 
.
Summary
Current state of the service

C# Definition:

[Flags]
public enum SERVICE_STATE : int
{
     SERVICE_STOPPED      = 0x00000001,
     SERVICE_START_PENDING    = 0x00000002,
     SERVICE_STOP_PENDING     = 0x00000003,
     SERVICE_RUNNING      = 0x00000004,
     SERVICE_CONTINUE_PENDING = 0x00000005,
     SERVICE_PAUSE_PENDING    = 0x00000006,
     SERVICE_PAUSED       = 0x00000007
}

VB Definition:

Enum SERVICE_STATE
   TODO
End Enum

Notes:

see EnumServicesStatus, EnumDependentServices, and SERVICE_STATUS

Documentation
 

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions