Avatar of unniks
unniks

asked on 

How Do I Extract Data From CComVariant having .vt == 8200

Hi,

From a method (in visual studio 6), my return value is an object of CComVariant. I have written a function which will return the values as String/StringArray. For this a switch/case is written where the processing is done. But the problem is I get a CComVariant.vt == 8200 (0x2008) for which I don't know how to extract the value (nor could I find any documentation).

Please help. I need this ASAP.


Thanks in advance.

Regards,
Unni
System Programming

Avatar of undefined
Last Comment
Zoppo

8/22/2022 - Mon