pBindCtx          157 ext/com_dotnet/com_com.c 		IBindCtx *pBindCtx = NULL;
pBindCtx          162 ext/com_dotnet/com_com.c 		if (SUCCEEDED(res = CreateBindCtx(0, &pBindCtx))) {
pBindCtx          170 ext/com_dotnet/com_com.c 				IBindCtx_GetBindOptions(pBindCtx, (BIND_OPTS*)&bopt);
pBindCtx          178 ext/com_dotnet/com_com.c 				IBindCtx_SetBindOptions(pBindCtx, (BIND_OPTS*)&bopt);
pBindCtx          181 ext/com_dotnet/com_com.c 			if (SUCCEEDED(res = MkParseDisplayName(pBindCtx, moniker, &ulEaten, &pMoniker))) {
pBindCtx          182 ext/com_dotnet/com_com.c 				res = IMoniker_BindToObject(pMoniker, pBindCtx,
pBindCtx          192 ext/com_dotnet/com_com.c 		if (pBindCtx) {
pBindCtx          193 ext/com_dotnet/com_com.c 			IBindCtx_Release(pBindCtx);