Class: Puppet::Util::Windows::User::LSA_OBJECT_ATTRIBUTES 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.

https://docs.microsoft.com/en-us/windows/win32/api/lsalookup/ns-lsalookup-lsa_object_attributes typedef struct _LSA_OBJECT_ATTRIBUTES { ULONG Length; HANDLE RootDirectory; PLSA_UNICODE_STRING ObjectName; ULONG Attributes; PVOID SecurityDescriptor; PVOID SecurityQualityOfService; } LSA_OBJECT_ATTRIBUTES, *PLSA_OBJECT_ATTRIBUTES;