Sets a link's update options to Automatic (OLEUPDATE_ALWAYS) or Manual (OLEUPDATE_ONCALL).
HRESULT SetLinkUpdate(
DWORD dwLink, //Unique 32-bit link identifier
DWORD dwUpdateOpt //Update options
);
E_INVALIDARG, and E_OUTOFMEMORY, as well as the following:
The user selects update options from the Links dialog box.
Containers can implement this method for OLE links by simply calling IOleLink::SetUpdateOptions on the link object.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in oledlg.h.
IOleUILinkContainer::GetNextLink, IOleUILinkContainer::GetLinkUpdateOptions, IOleLink::SetUpdateOptions