For the complete documentation index, see llms.txt. This page is also available as Markdown.

TOKEN_PRIVILEGES

public struct TOKEN_PRIVILEGES
{
    public uint PrivilegeCount;
    public LUID_AND_ATTRIBUTES Privileges;
}

LUID_AND_ATTRIBUTES

Last updated