Class: Puppet::Util::Windows::Security::ACE_HEADER Private
- 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.
msdn.microsoft.com/en-us/library/windows/desktop/aa374912(v=vs.85).aspx ACE types msdn.microsoft.com/en-us/library/windows/desktop/aa374919(v=vs.85).aspx typedef struct _ACE_HEADER
BYTE AceType;
BYTE AceFlags;
WORD AceSize;
ACE_HEADER, *PACE_HEADER;