IOleUILinkContainerW interface (oledlg.h)

Implemented by containers and used by OLE common dialog boxes. It supports these dialog boxes 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.

Inheritance

The IOleUILinkContainer interface inherits from the IUnknown interface. IOleUILinkContainer also has these types of members:

Methods

The IOleUILinkContainerW interface has these methods.

 
IOleUILinkContainerW::CancelLink

Disconnects the selected links. (Unicode)
IOleUILinkContainerW::GetLinkSource

Retrieves information about a link that can be displayed in the Links dialog box. (Unicode)
IOleUILinkContainerW::GetLinkUpdateOptions

Determines the current update options for a link. (Unicode)
IOleUILinkContainerW::GetNextLink

Enumerates the links in a container. (Unicode)
IOleUILinkContainerW::OpenLinkSource

Opens the link's source. (Unicode)
IOleUILinkContainerW::SetLinkSource

Changes the source of a link. (Unicode)
IOleUILinkContainerW::SetLinkUpdateOptions

Sets a link's update options to automatic or manual. (Unicode)
IOleUILinkContainerW::UpdateLink

Forces selected links to connect to their source and retrieve current information. (Unicode)

Remarks

Note

The oledlg.h header defines IOleUILinkContainer as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header oledlg.h

See also

OLEUIEDITLINKS

OleUIChangeSource

OleUIEditLinks

OleUIObjectProperties

OleUIUpdateLinks