The Types module contains all the serialization and deserialization code for standard ole types.
It also defines all the variant type constants, and symbolic names.
deprecated aliases, kept mostly for the benefit of ruby-msg, until i release a new version.
# File lib/ole/types/base.rb, line 271 def self.load_guid str Variant.load VT_CLSID, str end
# File lib/ole/types/base.rb, line 275 def self.load_time str Variant.load VT_FILETIME, str end
[Validate]
Generated with the Darkfish Rdoc Generator 2.