Returns an IUnknown pointer to the link source if the connection is currently active.
HRESULT GetBoundSource(
IUnknown **ppunk //Address of output variable that receives the
// IUnknown interface pointer
);
This method supports the standard return value E_FAIL, as well as the following:
You typically do not need to call IOleLink::GetBoundSource.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in oleidl.h.