public struct UNICODE_STRING { public ushort Length; public ushort MaximumLength; public PWSTR Buffer; }
Last updated 8 months ago