module Windows::SoundFunctions

Private Class Methods

attach_pfunc(*args) click to toggle source

Make FFI functions private

# File lib/win32/windows/functions.rb, line 17
def self.attach_pfunc(*args)
  attach_function(*args)
  private args[0]
end