Sha256: 99b113e94844b9b3757b917925538b48ba91731ee8fba80b75e8943eff217272

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_0_X
        # This interface is actually only used with the FFI implementer but
        # is created here to allow easier usage with the FFI abstractions.
        class NSISupports < AbstractInterface
          # This has no parent
          parent nil

          function :QueryInterface, :pointer, [:pointer]
          function :AddRef, nil, []
          function :Release, nil, []
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.0.x/NSISupports.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.0.x/NSISupports.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.0.x/NSISupports.rb