
_variant_t to System::Object
Mark,
Quote:
> How can I convert a _variant_t to a System::Object, or
> System::Object to a _variant_t?
An easy way would be to use the GetObjectForNativeVariant() method of the
System.Runtime.InteropServices.Marshal class.
--
Tomas Restrepo