Method: FFI::Library#attach_function_private

Defined in:
lib/puppet/util/windows/api_types.rb

#attach_function_private(*args) ⇒ Object

Wrapper method for attach_function + private



14
15
16
17
# File 'lib/puppet/util/windows/api_types.rb', line 14

def attach_function_private(*args)
  attach_function(*args)
  private args[0]
end