|
IOleUILinkContainer
The IOleUILinkContainer interface is implemented by containers and used by OLE common dialogs. It
supports these dialogs by providing the methods needed to manage a container's
links.
The IOleUILinkContainer methods enumerate the links associated with a container, and specify how they
should be updated, automatically or manually. They change the source of a link
and obtain information associated with a link. They also open a link's source
document, update links, and break a link to the source.
When to Implement
You must implement this interface if you are creating a container application
that will use the Links, Change Source, or Update Links dialogs, as well as the
Object Properties dialog, which uses this interface indirectly. The Links
dialog calls back to the container application to perform OLE functions that
manipulate the links within the container.
When to Use
OLE common dialogs use only this interface to manage the properties of a
container's links. They can also use it to manage non-OLE (DDE and other
container-specific) links.
Methods in Vtable Order
IUnknown Methods
| Description
| QueryInterface
| Returns a pointer to a specified interface.
| AddRef
| Increments the reference count.
| Release
| Decrements the reference count.
|
See Also
OleUIEditLinks, OleUIChangeSource, OleUIUpdateLinks, OleUIObjectProperties, OLEUIEDITLINKS
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|