The information in this article applies to:
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.
MORE INFORMATIONHere is sample code that demonstrates the correct method for retrieving Internet Explorer's IHlinkFrame interface:
In an MFC Active Document server, the IOleClientSite interface can be
retrieved from within the document class using the m_lpClientSite protected
member of COleServerDoc.
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:
© Microsoft Corporation 1999, All Rights Reserved. Additional query words:
Keywords : kbIE300 kbIE400 kbIE401 kbIE500 AXSDKMisc |
Last Reviewed: December 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |