Module: FFI::Library

Included in:
Windows::Constants, Windows::Functions, Windows::Structs
Defined in:
lib/win32/windows/functions.rb

Instance Method Summary collapse

Instance Method Details

#attach_pfunc(*args) ⇒ Object



6
7
8
9
# File 'lib/win32/windows/functions.rb', line 6

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