|
OLEUPDATE
The OLEUPDATE enumeration constants are used to indicate 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.
The OLEUPDATE enumeration is defined in OLEIDL.IDL..
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.
See Also
IOleLink::SetUpdateOptions, IOleLink::GetUpdateOptions
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|