|
IOleUILinkContainer::GetLinkUpdateOptions
Determine the current update options for a link.
HRESULT GetNextLink(
DWORD dwLink,
| //Unique 32-bit link identifier
| DWORD FAR * lpdwUpdateOpt
| //Address to return update option
| );
|
|
Parameters
dwLink
A container-defined unique 32-bit identifier for a single link. See IOleUILinkContainer::GetNextLink.
lpdwUpdateOpt
The address to return the current update options.
Return Values
S_OK
Successfully determined update options.
E_FAIL
Unable to determine update options.
E_INVALIDARG
One or more invalid arguments.
E_OUTOFMEMORY
Insufficient memory.
E_ACCESSDENIED
Insufficient access permissions.
Comment
Notes To Implementors
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
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|