PrivilegeSetControl Field

Specifies a control flag related to the privileges.

The PRIVILEGE_SET_ALL_NECESSARY control flag is currently defined.

It indicates that all of the specified privileges must be held by the process requesting access.

If this flag is not set, the presence of any privileges in the user's access token grants the access.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public uint Control

Field Value

UInt32

See Also