Module: Windows::File::Functions
Class Method Summary collapse
Class Method Details
.attach_pfunc(*args) ⇒ Object
11 12 13 14 |
# File 'lib/win32/file/functions.rb', line 11 def self.attach_pfunc(*args) attach_function(*args) private args[0] end |