TI 289 ext/com_dotnet/com_handlers.c ITypeInfo *TI = NULL; TI 300 ext/com_dotnet/com_handlers.c if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { TI 314 ext/com_dotnet/com_handlers.c ITypeInfo_ReleaseFuncDesc(TI, bindptr.lpfuncdesc); TI 320 ext/com_dotnet/com_handlers.c ITypeInfo_ReleaseVarDesc(TI, bindptr.lpvardesc); TI 329 ext/com_dotnet/com_handlers.c if (TI) { TI 330 ext/com_dotnet/com_handlers.c ITypeInfo_Release(TI);