Class: Puppet::Util::Windows::User::LSA_UNICODE_STRING Private
- Defined in:
- lib/puppet/util/windows/user.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
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;