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

LSA_UNICODE_STRING

public struct LSA_UNICODE_STRING
{
    public ushort Length;
    public ushort MaximumLength;
    public PWSTR Buffer;
}

Last updated