bindptr           291 ext/com_dotnet/com_handlers.c 			BINDPTR bindptr;
bindptr           300 ext/com_dotnet/com_handlers.c 				if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) {
bindptr           303 ext/com_dotnet/com_handlers.c 							f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info));
bindptr           305 ext/com_dotnet/com_handlers.c 							for (i = 0; i < bindptr.lpfuncdesc->cParams; i++) {
bindptr           307 ext/com_dotnet/com_handlers.c 								if (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) {
bindptr           312 ext/com_dotnet/com_handlers.c 							f.num_args = bindptr.lpfuncdesc->cParams;
bindptr           314 ext/com_dotnet/com_handlers.c 							ITypeInfo_ReleaseFuncDesc(TI, bindptr.lpfuncdesc);
bindptr           320 ext/com_dotnet/com_handlers.c 							ITypeInfo_ReleaseVarDesc(TI, bindptr.lpvardesc);
bindptr           323 ext/com_dotnet/com_handlers.c 							ITypeComp_Release(bindptr.lptcomp);