IOleUILinkInfoA interface (oledlg.h)

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.

Inheritance

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

Methods

The IOleUILinkInfoA interface has these methods.

 
IOleUILinkInfoA::GetLastUpdate

Determines the last time the object was updated. (ANSI)

Remarks

Note

The oledlg.h header defines IOleUILinkInfo 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

IOleUILinkContainer