ServiceControlType (Enums)
Last changed: -216.135.170.34

.
Summary
TODO - a short description

C# Definition:

public enum ServiceControlType
{
    OwnProcess     = 0x010,
    ShareProcess       = 0x020,
    KernelDriver       = 0x001,
    FileSystemDriver   = 0x002,
    InteractiveProcess = 0x100
}

VB Definition:

Enum ServiceControlType
   TODO
End Enum

Notes:

None.

Documentation