public struct LSA_UNICODE_STRING { public ushort Length; public ushort MaximumLength; public PWSTR Buffer; }
Last updated 7 months ago