Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration contains constants used to indicate whether the linked object updates the cached data for the linked object automatically or only when the container calls the IOleObject::Updateor IOleLink::Updatemethod. The constants are used in the IOleLinkinterface.

Syntax

typedef enum tagOLEUPDATE { 
  OLEUPDATE_ALWAYS = 1, 
  OLEUPDATE_ONCALL = 3 
} OLEUPDATE; 
typedef OLEUPDATE *LPOLEUPDATE; 

Elements

OLEUPDATE_ALWAYS

Update the link object whenever possible. This option corresponds to the Automatic updateoption in the Linksdialog box.

OLEUPDATE_ONCALL

Update the link object only when IOleObject::Updateor IOleLink::Updateis called. This option corresponds to the Manual updateoption in the Linksdialog box.

Requirements

Header Oleidl.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also