Module: FFI::Library
- Included in:
- WIN32, Puppet::Util::Windows::ADSI, Puppet::Util::Windows::ADSI::User, Puppet::Util::Windows::COM, Puppet::Util::Windows::Error, Puppet::Util::Windows::EventLog, Puppet::Util::Windows::File, Puppet::Util::Windows::Process, Puppet::Util::Windows::Registry, Puppet::Util::Windows::RootCerts, Puppet::Util::Windows::SID, Puppet::Util::Windows::SID::Principal, Puppet::Util::Windows::Security, Puppet::Util::Windows::User, Win32::TaskScheduler, Win32::TaskScheduler::COM
- Defined in:
- lib/puppet/util/windows/api_types.rb
Instance Method Summary collapse
-
#attach_function_private(*args) ⇒ Object
Wrapper method for attach_function + private.
Instance Method Details
#attach_function_private(*args) ⇒ Object
Wrapper method for attach_function + private
14 15 16 17 |
# File 'lib/puppet/util/windows/api_types.rb', line 14 def attach_function_private(*args) attach_function(*args) private args[0] end |