How To Getting IHlinkFrame from Within a Hyperlink Target (174393)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 3.0
- Microsoft Internet Explorer (Programming) 3.01
- Microsoft Internet Explorer (Programming) 3.02
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 4.01
This article was previously published under Q174393 SUMMARY
In an example in the Hyperlinking section of the documentation, the
Internet Client SDK indicates that an Active Document application can
retrieve the IHlinkFrame interface from its container by calling
QueryInterface on the container's IOleInPlaceFrame object and asking for
IID_IHlinkFrame.
For Internet Explorer (IE), this will fail. The correct way to retrieve
IHlinkFrame is through the IServiceProvider interface.
REFERENCES
This sample uses Visual C++ 5.0 COM-support syntax. Please refer to the
Visual C++ 5.0 documentation for discussion on these smart pointers:
Visual C++ Books Online: Visual C++; Visual C++ Programmer's Guide; Adding
Program Functionality; Overviews; Compiler COM Support: Overview
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbhowto KB174393 |
---|
|