VT_EMPTY 414 ext/com_dotnet/com_extension.c COM_CONST(VT_EMPTY); VT_EMPTY 143 ext/com_dotnet/com_handlers.c if (FAILED(SafeArrayGetVartype(V_ARRAY(&obj->v), &vt)) || vt == VT_EMPTY) { VT_EMPTY 471 ext/com_dotnet/com_handlers.c VARTYPE vt = VT_EMPTY; VT_EMPTY 506 ext/com_dotnet/com_handlers.c if (vt != VT_EMPTY && vt != V_VT(&v)) { VT_EMPTY 117 ext/com_dotnet/com_misc.c if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { VT_EMPTY 177 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { VT_EMPTY 251 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(V_ARRAY(&proxy->obj->v), &vt)) || vt == VT_EMPTY) { VT_EMPTY 487 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { VT_EMPTY 381 ext/com_dotnet/com_typeinfo.c { VT_EMPTY, "VT_EMPTY" }, VT_EMPTY 188 ext/com_dotnet/com_variant.c case VT_EMPTY: VT_EMPTY 290 ext/com_dotnet/com_variant.c case VT_EMPTY: VT_EMPTY 437 ext/com_dotnet/com_variant.c /* VARTYPE == unsigned short */ zend_long vt = VT_EMPTY;