Module
The WIN32OLE::VariantType
module includes constants of VARIANT type constants. The constants is used when creating WIN32OLE::Variant
object.
obj = WIN32OLE::Variant.new("2e3", WIN32OLE::VARIANT::VT_R4) obj.value # => 2000.0
Constants
OLEProperty
is a helper class of Property
with arguments, used by ‘olegen.rb`-generated files.
represents VT_USERDEFINED
type constant.
represents VT_DISPATCH
type constant.
represents VT_VARIANT
type constant.
represents VT_UNKNOWN
type constant.