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:

Public Enum ServiceControlType
    OwnProcess = &H010
    ShareProcess = &H020
    KernelDriver = &H001
    FileSystemDriver = &H002
    InteractiveProcess = &H100
End Enum

Notes:

None.

Documentation