char*类型如何转为_variant_tchar*类型如何转为_variant_t?最好可以举个例子,谢谢。找了不少资料没有找到相关内容[解决办法]直接构造就是了
char *p="test"; _variant_t vt(p);[解决办法]