Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 209 Bytes

token_privileges.md

File metadata and controls

11 lines (9 loc) · 209 Bytes

TOKEN_PRIVILEGES

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

luid_and_attributes.md