Class: Puppet::Util::Windows::User::LSA_UNICODE_STRING
- Defined in:
- lib/puppet/util/windows/user.rb
Overview
https://docs.microsoft.com/en-us/windows/win32/api/lsalookup/ns-lsalookup-lsa_unicode_string typedef struct _LSA_UNICODE_STRING { USHORT Length; USHORT MaximumLength; PWSTR Buffer; } LSA_UNICODE_STRING, *PLSA_UNICODE_STRING;