Module: FFI::Library

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

Instance Method Summary collapse

Instance Method Details

#attach_pfunc(*args) ⇒ Object

Wrapper method for attach_function + private



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

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