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

SID_AND_ATTRIBUTES

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

PSID

Last updated