Determine the current update options for a link.
HRESULT GetNextLink(
DWORD dwLink, //Unique 32-bit link identifier
DWORD FAR * lpdwUpdateOpt
//Pointer to address to return update option
);
E_INVALIDARG, and E_OUTOFMEMORY, as well as the following:
Containers can implement this method for OLE links simply by 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::SetLinkUpdateOptions, IOleLink::SetUpdateOptions