Module: FFI::Library

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

Instance Method Summary collapse

Instance Method Details

#attach_pfunc(*args) ⇒ Object

Wrapper method for attach_function + private



16
17
18
19
# File 'lib/win32/pipe/windows/functions.rb', line 16

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