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.
ServiceControlAccessRights (Enums)
.
Summary
TODO - a short description
C# Definition:
public enum ServiceControlAccessRights : int
{
StandardRightsRequired = 0xf0000,
Connect = 0x00001,
CreateService = 0x00002,
EnumerateService = 0x00004,
Lock = 0x00008,
QueryLockStatus = 0x00010,
ModifyBootConfig = 0x00020,
AllAccess = 0xf003F
}
VB Definition:
Public Enum ServiceControlAccessRights As UInteger
StandardRightsRequired = &HF0000
Connect = &H1
CreateService = &H2
EnumerateService = &H4
Lock = &H8
QueryLockStatus = &H10
ModifyBootConfig = &H20
AllAccess = &HF003F
End Enum
Notes:
None.
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!