Methods
Attach | Attaches a VARIANT to the CcomVariant object. |
CComVariant | Constructor. |
ChangeType | Converts the CComVariant object to a new type. |
Clear | Clears the CComVariant object. |
Copy | Copies a VARIANT to the CcomVariant object. |
Detach | Detaches the underlying VARIANT from the CComVariant object. |
ReadFromStream | Loads a VARIANT from a stream. |
WriteToStream | Saves the underlying VARIANT to a stream. |
Operators
operator = | Assigns a value to the CcomVariant object. |
operator == | Indicates whether the CcomVariant object equals the specified VARIANT. |
operator != | Indicates whether the CcomVariant object does not equal the specified VARIANT. |