Class: Puppet::Util::Windows::User::LSA_UNICODE_STRING Private

Inherits:
FFI::Struct
  • Object
show all
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.

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;