pBindCtx          158 ext/com_dotnet/com_com.c 		IBindCtx *pBindCtx = NULL;
pBindCtx          163 ext/com_dotnet/com_com.c 		if (SUCCEEDED(res = CreateBindCtx(0, &pBindCtx))) {
pBindCtx          171 ext/com_dotnet/com_com.c 				IBindCtx_GetBindOptions(pBindCtx, (BIND_OPTS*)&bopt);
pBindCtx          179 ext/com_dotnet/com_com.c 				IBindCtx_SetBindOptions(pBindCtx, (BIND_OPTS*)&bopt);
pBindCtx          182 ext/com_dotnet/com_com.c 			if (SUCCEEDED(res = MkParseDisplayName(pBindCtx, moniker, &ulEaten, &pMoniker))) {
pBindCtx          183 ext/com_dotnet/com_com.c 				res = IMoniker_BindToObject(pMoniker, pBindCtx,
pBindCtx          193 ext/com_dotnet/com_com.c 		if (pBindCtx) {
pBindCtx          194 ext/com_dotnet/com_com.c 			IBindCtx_Release(pBindCtx);