IOleUILinkContainer::SetLinkUpdateOptions
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
|
);
|
|
Parameters
dwLink
A container-defined unique 32-bit identifier for a single link. See
IOleUILinkContainer::GetNextLink.
dwUpdateOpt
Specifies the update options, which can be Automatic (OLEUPDATE_ALWAYS) or
Manual (OLEUPDATE_ONCALL).
Return Values
S_OK
Successfully set the links update options.
E_FAIL
Unable to set the links update options.
E_INVALIDARG
One or more invalid arguments.
E_OUTOFMEMORY
Insufficient memory.
E_ACCESSDENIED
Insufficient access permissions.
Comments
The user selects update options from the Links dialog.
Notes To Implementors
Containers can implement this method for OLE links by simply calling
IOleLink::SetUpdateOptions on the link object.
See Also
IOleUILinkContainer::GetNextLink,
IOleUILinkContainer::GetLinkUpdateOptions,
IOleLink::SetUpdateOptions
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database