We're writing a program that will call MTS component.
However, one method provided by the MTS component return a VARIANT by
reference which embed a PropertyBag object.
1) Are there any data type in VC corresponding to PropertyBag in VB?
2) Or can we manipulate this kind of data in VC?