IOleLink::GetUpdateOptions method (oleidl.h)

Retrieves a value indicating how often the linked object updates its cached data.

Syntax

HRESULT GetUpdateOptions(
  [out] DWORD *pdwUpdateOpt
);

Parameters

[out] pdwUpdateOpt

A pointer to a variable that receives the current value for the linked object's update option, indicating how often the linked object updates the cached data for the linked object. The possible values for pdwUpdateOpt are taken from the enumeration OLEUPDATE.

Return value

This method returns S_OK on success.

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 oleidl.h

See also

IOleLink

IOleLink::SetUpdateOptions

IOleUILinkContainer

OleUIEditLinks