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