Module: FFI::Library
- Included in:
- PDK::Util::Windows::File, PDK::Util::Windows::Process
- Defined in:
- lib/pdk/util/windows/api_types.rb
Instance Method Summary collapse
Instance Method Details
#attach_function_private(*args) ⇒ Object
10 11 12 13 |
# File 'lib/pdk/util/windows/api_types.rb', line 10 def attach_function_private(*args) attach_function(*args) private args[0] end |