Appendix B: Debugging TipsAppendix B: Debugging Tips*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Appendix A: Registering an Application to a URL Protocol
*Next Topic: Pluggable Protocols Reference

Appendix B: Debugging Tips

Currently, the retail version of Urlmon.dll handles exceptions caused by all pluggable protocols. Developers trying to debug a custom pluggable protocol handler can do one of the following:

Also, some functions and methods return an HRESULT that is undefined, such as IInternetSecurityManager::SetZoneMapping. Many of these HRESULTs are generated by a macro that sets the low word to a valid Win32® error code and the high word to 8007.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.