Class: Puppet::FFI::Windows::Structs::LUID_AND_ATTRIBUTES Private
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Puppet::FFI::Windows::Structs::LUID_AND_ATTRIBUTES
- 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/aa379263(v=vs.85).aspx typedef struct _LUID_AND_ATTRIBUTES
LUID Luid;
DWORD Attributes;
LUID_AND_ATTRIBUTES, *PLUID_AND_ATTRIBUTES;