PrivilegeStates Enumeration
Specifies a privilege state.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum PrivilegeStates
<FlagsAttribute>
Public Enumeration PrivilegeStates
Dim instance As PrivilegeStates
[FlagsAttribute]
public enum class PrivilegeStates
[<FlagsAttribute>]
type PrivilegeStates
No code example is currently available or this language may not be supported.
PrivilegeDisabled |
0 |
The privilege is disabled.
|
PrivilegeEnabledByDefault |
1 |
The privilege is enabled by default.
|
PrivilegeEnabled |
2 |
The privilege is enabled.
|
PrivilegeRemoved |
4 |
Used to remove a privilege.
|
PrivilegeUsedForAccess |
2,147,483,648 |
The privilege was used to gain access to an object or service.
This flag is used to identify the relevant privileges
in a set passed by a client application that may contain unnecessary privileges
|