IOleLink::GetBoundSource
Returns an IUnknown
HRESULT GetBoundSource(
IUnknown
**ppunk |
//Indirect pointer to location of the link source |
); |
|
Parameter
ppunk
[out] When
successful, indirect pointer to the location of the IUnknown
Return Values
This method
supports the standard return value E_FAIL, as well as the following:
S_OK
A pointer was
returned successfully.
Remarks
You typically
do not need to call IOleLink::GetBoundSource.