Class: Puppet::Util::Windows::User::LSA_OBJECT_ATTRIBUTES
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Puppet::Util::Windows::User::LSA_OBJECT_ATTRIBUTES
- Defined in:
- lib/puppet/util/windows/user.rb
Overview
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;