VT_EMPTY 400 ext/com_dotnet/com_extension.c COM_CONST(VT_EMPTY); VT_EMPTY 151 ext/com_dotnet/com_handlers.c if (FAILED(SafeArrayGetVartype(V_ARRAY(&obj->v), &vt)) || vt == VT_EMPTY) { VT_EMPTY 493 ext/com_dotnet/com_handlers.c VARTYPE vt = VT_EMPTY; VT_EMPTY 526 ext/com_dotnet/com_handlers.c if (vt != VT_EMPTY && vt != V_VT(&v)) { VT_EMPTY 114 ext/com_dotnet/com_misc.c if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { VT_EMPTY 182 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { VT_EMPTY 256 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(V_ARRAY(&proxy->obj->v), &vt)) || vt == VT_EMPTY) { VT_EMPTY 501 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { VT_EMPTY 382 ext/com_dotnet/com_typeinfo.c { VT_EMPTY, "VT_EMPTY" }, VT_EMPTY 180 ext/com_dotnet/com_variant.c case VT_EMPTY: VT_EMPTY 271 ext/com_dotnet/com_variant.c case VT_EMPTY: VT_EMPTY 402 ext/com_dotnet/com_variant.c /* VARTYPE == unsigned short */ long vt = VT_EMPTY;