SafeArrayGetElement  134 ext/com_dotnet/com_misc.c 		SafeArrayGetElement(V_ARRAY(array), indices, dest);
SafeArrayGetElement  140 ext/com_dotnet/com_misc.c 		SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal);
SafeArrayGetElement  187 ext/com_dotnet/com_saproxy.c 			res = SafeArrayGetElement(sa, indices, &v);
SafeArrayGetElement  190 ext/com_dotnet/com_saproxy.c 			res = SafeArrayGetElement(sa, indices, &v.lVal);
SafeArrayGetElement  507 ext/com_dotnet/com_saproxy.c 		SafeArrayGetElement(sa, I->indices, &v);
SafeArrayGetElement  510 ext/com_dotnet/com_saproxy.c 		SafeArrayGetElement(sa, I->indices, &v.lVal);