Sha256: 86a5ba6e6f76dcaccc1c3089e72891919f195c4326b67713a7027cc7bf77740a
Contents?: true
Size: 446 Bytes
Versions: 8
Compression:
Stored size: 446 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 function :QueryInterface, :pointer, [:pointer] function :AddRef, nil, [] function :Release, nil, [] end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems