public struct LSA_UNICODE_STRING { public ushort Length; public ushort MaximumLength; public PWSTR Buffer; }
Last updated 1 year ago