asynchronous pluggable protocol info
- From: "Bill" <wdbnews@xxxxxxxxxxx>
- Date: 27 Feb 2006 10:32:47 -0800
Does anyone have any suggestions on where to find any good
documentation on how to implement asynchronous pluggable protocols?
I've found plenty of descriptions of the basic stuff, but not much
detail.
For example, the APP that I implemented a while back worked fine until
I started using XMLHTTP for some requests. In that case the URL that
my IInternetProtocolRoot::Start implementation gets is garbled.
Instead of "myproto://path/to/page.html" it is getting
"myproto://path/to/page.html/path/to/page.html". I suspect that it is
my implementation of IInternetProtocolInfo::ParseUrl (I only handle
PARSE_SECURITY_URL), but the documentation is pretty sparse on ParseUrl
and most of the examples that I've seen either don't implement it or
just return INET_E_DEFAULT_ACTION.
Any ideas?
Thanks
.
- Follow-Ups:
- Re: asynchronous pluggable protocol info
- From: Igor Tandetnik
- Re: asynchronous pluggable protocol info
- Prev by Date: Re: Dropping Something On Webbrowser Control
- Next by Date: Re: asynchronous pluggable protocol info
- Previous by thread: How to show page in left side of IE Webpage when press my button
- Next by thread: Re: asynchronous pluggable protocol info
- Index(es):