笔记

 

判断判断Variant变量是否为空

_variant_t var;

if(var.vt==VT_EMPTY||var.vt==VT_NULL)

原文地址:https://www.cnblogs.com/liaocheng/p/4487120.html