Class: Puppet::FFI::Windows::Structs::TOKEN_PRIVILEGES Private
- Defined in:
- lib/puppet/ffi/windows/structs.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/aa379630(v=vs.85).aspx typedef struct _TOKEN_PRIVILEGES
DWORD PrivilegeCount;
LUID_AND_ATTRIBUTES Privileges[ANYSIZE_ARRAY];
TOKEN_PRIVILEGES, *PTOKEN_PRIVILEGES;