COleClientItem::CanCreateLinkFromData
staticBOOLPASCALCanCreateLinkFromData(constCOleDataObject*pDataObject);
Return Value
Nonzero if the container can create a linked object from the COleDataObject object.
Parameters
pDataObject
Pointer to the COleDataObject object from which the OLE item is to be created.
Remarks
Checks whether a container application can create a linked object from the given COleDataObject object. The COleDataObject class is used in data transfers for retrieving data in various formats from the Clipboard, through drag and drop, or from an embedded OLE item.
Containers can use this function to decide to enable or disable their Edit Paste Special and Edit Paste Link commands.
For more information, see the article in Visual C++ Programmer’s Guide.
COleClientItem Overview | Class Members | Hierarchy Chart
See Also COleDataObject