TOKEN_GROUPS

public struct TOKEN_GROUPS
{
    public uint GroupCount;
    public SID_AND_ATTRIBUTES Groups;
}

SID_AND_ATTRIBUTES

Last updated