Module: FFI::Library

Included in:
Windows::ServiceFunctions, Windows::ServiceStructs
Defined in:
lib/win32/windows/functions.rb

Overview

Make FFI functions private

Instance Method Summary collapse

Instance Method Details

#attach_pfunc(*args) ⇒ Object



9
10
11
12
# File 'lib/win32/windows/functions.rb', line 9

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