|
IOleLink::GetBoundSource
Returns an IUnknown pointer to the link source if the connection is currently active.
HRESULT GetBoundSource(
IUnknown **ppunk
| //Receives pointer to link source
| );
|
|
Parameter
ppunk
[out] Receives an IUnknown pointer to the link source. If an error occurs, the implementation sets *ppunk to NULL. If *ppunk is non-NULL, the implementation must call IUnknown::AddRef on the parameter; it is the caller's responsibility to call IUnknown::Release.
Return Values
S_OK
Indicates that a pointer was returned successfully.
E_FAIL
Indicates that the link source is not bound.
Comments
You typically do not need to call IOleLink::GetBoundSource.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|