OleQueryLinkFromData
The
OleQueryLinkFromData function determines whether an OLE linked object
(rather than an OLE embedded object) can be created from a clipboard data
object.
WINOLEAPI OleQueryLinkFromData(
IDataObject
* pSrcDataObject |
//Pointer to the clipboard data object to be used to
create the new object |
); |
|
Parameter
pSrcDataObject
[in] Pointer
to the IDataObject interface on the clipboard data object from which the
object is to be created.
Return Value
Returns S_OK
if the OleCreateLinkFromData
Remarks
The OleQueryLinkFromData
function is similar to the OleQueryCreateFromData