Module: Windows::Stat::Functions

Extended by:
FFI::Library
Included in:
File::Stat
Defined in:
lib/win32/file/windows/functions.rb

Class Method Summary collapse

Class Method Details

.attach_pfunc(*args) ⇒ Object

Wrapper method for attach_pfunc + private



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

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