Skip to content

Latest commit

 

History

History
137 lines (111 loc) · 4.62 KB

nf-oledlg-ioleuilinkcontainera-setlinkupdateoptions.md

File metadata and controls

137 lines (111 loc) · 4.62 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:oledlg.IOleUILinkContainerA.SetLinkUpdateOptions
IOleUILinkContainerA::SetLinkUpdateOptions (oledlg.h)
Sets a link's update options to automatic or manual. (ANSI)
IOleUILinkContainer interface [COM]
SetLinkUpdateOptions method
IOleUILinkContainer::SetLinkUpdateOptions
IOleUILinkContainerA interface [COM]
SetLinkUpdateOptions method
IOleUILinkContainerA.SetLinkUpdateOptions
IOleUILinkContainerA::SetLinkUpdateOptions
IOleUILinkContainerW interface [COM]
SetLinkUpdateOptions method
IOleUILinkContainerW::SetLinkUpdateOptions
SetLinkUpdateOptions
SetLinkUpdateOptions method [COM]
SetLinkUpdateOptions method [COM]
IOleUILinkContainer interface
SetLinkUpdateOptions method [COM]
IOleUILinkContainerA interface
SetLinkUpdateOptions method [COM]
IOleUILinkContainerW interface
_ole_IOleUILinkContainer_SetLinkUpdateOptions
com.ioleuilinkcontainer_setlinkupdateoptions
oledlg/IOleUILinkContainer::SetLinkUpdateOptions
oledlg/IOleUILinkContainerA::SetLinkUpdateOptions
oledlg/IOleUILinkContainerW::SetLinkUpdateOptions
com\ioleuilinkcontainer_setlinkupdateoptions.htm
com
d2a7758d-9692-4e3c-8186-b74530299a6a
12/05/2018
IOleUILinkContainer interface [COM],SetLinkUpdateOptions method, IOleUILinkContainer::SetLinkUpdateOptions, IOleUILinkContainerA interface [COM],SetLinkUpdateOptions method, IOleUILinkContainerA.SetLinkUpdateOptions, IOleUILinkContainerA::SetLinkUpdateOptions, IOleUILinkContainerW interface [COM],SetLinkUpdateOptions method, IOleUILinkContainerW::SetLinkUpdateOptions, SetLinkUpdateOptions, SetLinkUpdateOptions method [COM], SetLinkUpdateOptions method [COM],IOleUILinkContainer interface, SetLinkUpdateOptions method [COM],IOleUILinkContainerA interface, SetLinkUpdateOptions method [COM],IOleUILinkContainerW interface, _ole_IOleUILinkContainer_SetLinkUpdateOptions, com.ioleuilinkcontainer_setlinkupdateoptions, oledlg/IOleUILinkContainer::SetLinkUpdateOptions, oledlg/IOleUILinkContainerA::SetLinkUpdateOptions, oledlg/IOleUILinkContainerW::SetLinkUpdateOptions
oledlg.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IOleUILinkContainerA::SetLinkUpdateOptions
oledlg/IOleUILinkContainerA::SetLinkUpdateOptions
c++
APIRef
kbSyntax
COM
OleDlg.h
IOleUILinkContainer.SetLinkUpdateOptions
IOleUILinkContainerA.SetLinkUpdateOptions
IOleUILinkContainerW.SetLinkUpdateOptions

IOleUILinkContainerA::SetLinkUpdateOptions

-description

Sets a link's update options to automatic or manual.

-parameters

-param dwLink [in]

Container-defined unique identifier for a single link. See IOleUILinkContainer::GetNextLink.

-param dwUpdateOpt [in]

Update options, which can be automatic (OLEUPDATE_ALWAYS) or manual (OLEUPDATE_ONCALL).

-returns

This method returns S_OK on success. Other possible return values include the following.

Return code Description
E_ACCESSDENIED
Insufficient access permissions.
E_FAIL
The operation failed.
E_INVALIDARG
The specified identifier is invalid.
E_OUTOFMEMORY
There is insufficient memory available for this operation.

-remarks

Notes to Implementers

Containers can implement this method for OLE links by simply calling IOleLink::SetUpdateOptions on the link object.

-see-also

IOleLink::SetUpdateOptions

IOleUILinkContainer

IOleUILinkContainer::GetNextLink