SafeArrayGetElement  137 ext/com_dotnet/com_misc.c 		SafeArrayGetElement(V_ARRAY(array), indices, dest);
SafeArrayGetElement  143 ext/com_dotnet/com_misc.c 		SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal);
SafeArrayGetElement  182 ext/com_dotnet/com_saproxy.c 			res = SafeArrayGetElement(sa, indices, &v);
SafeArrayGetElement  185 ext/com_dotnet/com_saproxy.c 			res = SafeArrayGetElement(sa, indices, &v.lVal);
SafeArrayGetElement  493 ext/com_dotnet/com_saproxy.c 		SafeArrayGetElement(sa, I->indices, &v);
SafeArrayGetElement  496 ext/com_dotnet/com_saproxy.c 		SafeArrayGetElement(sa, I->indices, &v.lVal);