Module: FFI::Library
- Included in:
- WIN32, Process, Puppet::FFI::POSIX::Constants, Puppet::FFI::POSIX::Functions, Puppet::FFI::Windows::Constants, Puppet::FFI::Windows::Functions, Puppet::FFI::Windows::Structs, Puppet::Util::Windows::ADSI, Puppet::Util::Windows::ADSI::User, Puppet::Util::Windows::COM, Puppet::Util::Windows::Error, Puppet::Util::Windows::EventLog, 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
- Defined in:
- lib/puppet/ffi/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
17 18 19 20 |
# File 'lib/puppet/ffi/windows/api_types.rb', line 17 def attach_function_private(*args) attach_function(*args) private args[0] end |