UNICODE_STRING Struct - Windows API

Purpose



Declaration

C#

[StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct UNICODE_STRING
{
	public ushort Length;
	public ushort MaximumLength;
	public IntPtr Buffer;
}