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 |
); |
Parameters
Return Values
E_INVALIDARG, and E_OUTOFMEMORY, as well as the following:
Remarks
Containers can implement this method for OLE links simply by calling IOleLink::SetUpdateOptions on the link object.
See Also
IOleUILinkContainer::GetNextLink, IOleUILinkContainer::SetLinkUpdateOptions, IOleLink::SetUpdateOptions