Class: Puppet::Util::Windows::Process::LUID_AND_ATTRIBUTES

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/puppet/util/windows/process.rb

Overview

http://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;