Re: Browser Redirection
- From: artwongt@xxxxxxxxx (Arthur)
- Date: 28 Apr 2005 04:20:10 -0700
Thanks for all your help, but that code you sent is still not working.
I've tried passing as POST data:
1) V_VARIANTREF(&pDispParams->rgvarg[2])
2) (pDispParams->rgvarg[2].pvarVal)
3) (pDispParams->rgvarg[2].pvarVal)->pvarVal
4) &pDispParams->rgvarg[2]
I've tried to change the VARIANT type; I've tried to use a
CComVariant to extract the VARIANT and then detach it.
But nothing seems to work.
Any ideas ??
>
> The POST data comes wrapped in an extra level of indirection, as a
> VT_VARIANT | VT_BYREF parameter. Remove this level when passing to
> Navigate2.
.
- Follow-Ups:
- Re: Browser Redirection
- From: Igor Tandetnik
- Re: Browser Redirection
- References:
- Browser Redirection
- From: Arthur
- Re: Browser Redirection
- From: Igor Tandetnik
- Browser Redirection
- Prev by Date: Re: Should I create new browser window in new thread?
- Next by Date: Re: Browser Redirection
- Previous by thread: Re: Browser Redirection
- Next by thread: Re: Browser Redirection
- Index(es):
Relevant Pages
|
|