SID_AND_ATTRIBUTES

public struct SID_AND_ATTRIBUTES
{
    public PSID Sid;
    public uint Attributes;
}

PSID

Last updated