Retrieves a value indicating how often the linked object updates its cached data.
HRESULT GetUpdateOptions(
DWORD *pdwUpdateOpt //Pointer to update option
);
Your container application should call IOleLink::GetUpdateOptions to display the current update option for a linked object.
A linked object's current update option is displayed in the Links dialog box. If you use the OleUIEditLinks function to display the Links dialog box, you must implement the IOleUILinkContainer interface. The dialog box calls your implementation of IOleUILinkContainer::GetLinkUpdateOptions to determine which update option it should display. Your implementation of that method should call IOleLink::GetUpdateOptions to retrieve the current update option.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in oleidl.h.
IOleLink::SetUpdateOptions, IOleUILinkContainer, OleUIEditLinks