Class: Puppet::Util::Windows::Security::ACL Private

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/puppet/util/windows/security.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://msdn.microsoft.com/en-us/library/windows/desktop/aa374931(v=vs.85).aspx typedef struct _ACL { BYTE AclRevision; BYTE Sbz1; WORD AclSize; WORD AceCount; WORD Sbz2; } ACL, *PACL;