MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / CreateDataObject

Function CreateDataObject

Explorer++/Helper/iDataObject.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57IDataObject *CreateDataObject(FORMATETC *pFormatEtc,STGMEDIUM *pMedium,int count)
58{
59 return new DataObject(pFormatEtc,pMedium,count);
60}
61
62DataObject::DataObject(FORMATETC *pFormatEtc,STGMEDIUM *pMedium,int count)
63{

Callers 10

OnListViewBeginDragMethod · 0.85
OnBeginDragMethod · 0.85
CreateDataObjectMethod · 0.85
OnBeginDragMethod · 0.85
OnBeginDragMethod · 0.85
StartDragMethod · 0.85
CopyFilesToClipboardFunction · 0.85
DataObjectTestMethod · 0.85

Calls

no outgoing calls

Tested by 3

DataObjectTestMethod · 0.68