Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 3 KB

ne-oleidl-oleupdate.md

File metadata and controls

73 lines (59 loc) · 3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:oleidl.tagOLEUPDATE
OLEUPDATE (oleidl.h)
Indicates whether the linked object updates the cached data for the linked object automatically or only when the container calls either the IOleObject::Update or IOleLink::Update methods. The constants are used in the IOleLink interface.
*LPOLEUPDATE
*POLEUPDATE
LPOLEUPDATE
LPOLEUPDATE enumeration pointer [COM]
OLEUPDATE
OLEUPDATE enumeration [COM]
OLEUPDATE_ALWAYS
OLEUPDATE_ONCALL
POLEUPDATE
POLEUPDATE enumeration pointer [COM]
_ole_OLEUPDATE
com.oleupdate
oleidl/LPOLEUPDATE
oleidl/OLEUPDATE
oleidl/OLEUPDATE_ALWAYS
oleidl/OLEUPDATE_ONCALL
oleidl/POLEUPDATE
com\oleupdate.htm
com
1945d4a2-dd1f-453e-ab7e-093f26171c84
12/05/2018
*LPOLEUPDATE, *POLEUPDATE, LPOLEUPDATE, LPOLEUPDATE enumeration pointer [COM], OLEUPDATE, OLEUPDATE enumeration [COM], OLEUPDATE_ALWAYS, OLEUPDATE_ONCALL, POLEUPDATE, POLEUPDATE enumeration pointer [COM], _ole_OLEUPDATE, com.oleupdate, oleidl/LPOLEUPDATE, oleidl/OLEUPDATE, oleidl/OLEUPDATE_ALWAYS, oleidl/OLEUPDATE_ONCALL, oleidl/POLEUPDATE
oleidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
OLEUPDATE
19H1
tagOLEUPDATE
oleidl/tagOLEUPDATE
OLEUPDATE
oleidl/OLEUPDATE
c++
APIRef
kbSyntax
HeaderDef
OleIdl.h
OLEUPDATE

OLEUPDATE enumeration

-description

Indicates whether the linked object updates the cached data for the linked object automatically or only when the container calls either the IOleObject::Update or IOleLink::Update methods. The constants are used in the IOleLink interface.

-enum-fields

-field OLEUPDATE_ALWAYS:1

Update the link object whenever possible, this option corresponds to the Automatic update option in the Links dialog box.

-field OLEUPDATE_ONCALL:3

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.

-see-also

IOleLink::GetUpdateOptions

IOleLink::SetUpdateOptions