IOleUILinkInfo  19I5T1K

The IOleUILinkInfo interface is an extension of the IOleUILinkContainer interface. It returns the time that an object was last updated, which is link information that IOleUILinkContainer does not provide.

When To Implement

You must implement this interface so your container can support the  Link  page of the Object Properties dialog box. If you are writing a container that does not implement links, you do not need to implement this interface.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface2Y54585

Returns a pointer to a specified interface.

AddRef1SHW0SS

Increments the reference count.

ReleaseDUW01A

Decrements the reference count.

 

IOleUILinkContainer Methods

Description

GetNextLink19J900L

Enumerates the links in the container.

SetLinkUpdateOptionsH79.I

Sets update options.

GetLinkUpdateOptionsJOD5FO

Determines current update options for the link.

SetLinkSourceAE4SMO

Changes the source of the link.

GetLinkSource6K9CFD

Returns Links dialog box information about link.

OpenLinkSourceFOQX45

Opens a link s source.

UpdateLink11OG2MX

Forces a link to connect to its source and update.

CancelLinkLA5R4.

Breaks the link.

 

IOleUILinkInfo Methods

Description

GetLastUpdateA5X32W

Determines the last time the object was updated, whether automatically or manually.