bindptr           297 ext/com_dotnet/com_handlers.c 			BINDPTR bindptr;
bindptr           306 ext/com_dotnet/com_handlers.c 				if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) {
bindptr           309 ext/com_dotnet/com_handlers.c 							f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info));
bindptr           311 ext/com_dotnet/com_handlers.c 							for (i = 0; i < bindptr.lpfuncdesc->cParams; i++) {
bindptr           313 ext/com_dotnet/com_handlers.c 								if (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) {
bindptr           318 ext/com_dotnet/com_handlers.c 							f.num_args = bindptr.lpfuncdesc->cParams;
bindptr           320 ext/com_dotnet/com_handlers.c 							ITypeInfo_ReleaseFuncDesc(TI, bindptr.lpfuncdesc);
bindptr           326 ext/com_dotnet/com_handlers.c 							ITypeInfo_ReleaseVarDesc(TI, bindptr.lpvardesc);
bindptr           329 ext/com_dotnet/com_handlers.c 							ITypeComp_Release(bindptr.lptcomp);