XMLHTTP and Asynchronous pluggable protocols
- From: "Bill" <wdbnews@xxxxxxxxxxx>
- Date: 23 May 2005 13:35:45 -0700
I've implemented an asynchronous pluggable protocol and I've noticed
something that I didn't expect. When it is handling a POST from a
XMLHTTP object I find that the POST data that my Start method gets is
in the TYMED_ISTREAM form instead of TYMED_HGLOBAL. What little
Microsoft documentation that I can find on handling POSTs in an APP
always shows POST data arriving as TYMED_HGLOBAL.
Has anyone had any experience with XMLHTTP through a pluggable
protocol? Could I be doing something wrong in my APP? If
TYMED_ISTREAM is normal is there any way to force IE to use
TYMED_HGLOBAL? I can use TYMED_ISTREAM but existing versions of my
program don't know about it and it would be nice to avoid it.
Thanks,
Bill
.
- Prev by Date: Re: How to: Load HTML images from database?
- Next by Date: how to capture button click event?
- Previous by thread: Re: Problem printing HTML with webbrowser control
- Next by thread: how to capture button click event?
- Index(es):