LSA_UNICODE_STRING (Structures)
Last changed: egray1@hot.rr.com-24.26.210.211

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct LSA_UNICODE_STRING
{
    public UInt16 Length;
    public UInt16 MaximumLength;
    public IntPtr Buffer;
}

VB Definition:

Structure LSA_UNICODE_STRING
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation