Table of Contents

Struct TOKEN_PRIVILEGES

Namespace
SunamoPInvoke.Enums
Assembly
SunamoPInvoke.dll

Contains information about a set of privileges for an access token.

public struct TOKEN_PRIVILEGES
Inherited Members
Extension Methods

Fields

PrivilegeCount

The number of entries in the Privileges array.

public uint PrivilegeCount

Field Value

uint

Privileges

An array of LUID_AND_ATTRIBUTES structures, each specifying a privilege and its attributes.

public LUID_AND_ATTRIBUTES[] Privileges

Field Value

LUID_AND_ATTRIBUTES[]