Searched refs:hDropContent (Results 1 – 1 of 1) sorted by relevance
297 …aObject(IDataObject* dataObject, HGLOBAL fileDescriptor, HGLOBAL fileContent, HGLOBAL hDropContent) in writeFileToDataObject() argument323 if (hDropContent) { in writeFileToDataObject()324 medium.hGlobal = hDropContent; in writeFileToDataObject()335 if (hDropContent) in writeFileToDataObject()336 GlobalFree(hDropContent); in writeFileToDataObject()679 HGLOBAL hDropContent = createGlobalHDropContent(url, fileName, imageBuffer); in writeImageToDataObject() local680 if (!hDropContent) { in writeImageToDataObject()681 GlobalFree(hDropContent); in writeImageToDataObject()685 writeFileToDataObject(dataObject, imageFileDescriptor, imageFileContent, hDropContent); in writeImageToDataObject()