Method: FFI::Library#attach_function_private

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

#attach_function_private(*args) ⇒ Object

Wrapper method for attach_function + private



17
18
19
20
# File 'lib/puppet/ffi/windows/api_types.rb', line 17

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