Share via


OLEUPDATE (Windows Embedded CE 6.0)

1/6/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::Update or IOleLink::Update method. The constants are used in the IOleLink interface.

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 update option in the Links dialog box.
  • OLEUPDATE_ONCALL
    Update the link object only when IOleObject::Update or IOleLink::Update is called. This option corresponds to the Manual update option in the Links dialog box.

Requirements

Header Oleidl.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

COM Structures and Enumerations
IOleLink
IOleLink::Update
IOleObject::Update