module Windows::ServiceFunctions::FFI::Library

Make FFI functions private

Public Instance Methods

attach_pfunc(*args) click to toggle source
# File lib/win32/windows/functions.rb, line 9
def attach_pfunc(*args)
  attach_function(*args)
  private args[0]
end