Home
last modified time | relevance | path

Searched refs:cfHIDA (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/apitests/zipfldr/
H A DEnumObjects.cpp37 static CLIPFORMAT cfHIDA = RegisterClipboardFormatA(CFSTR_SHELLIDLISTA); variable
76 if (!g_bOldZipfldr && !IsFormatAdvertised(spDataObj, cfHIDA, TYMED_HGLOBAL)) in test_EnumObjects_Files()
H A DIDataObject.cpp405 static CLIPFORMAT cfHIDA = RegisterClipboardFormatA(CFSTR_SHELLIDLISTA); variable
415 if (!IsFormatAdvertised(spDataObj, cfHIDA, TYMED_HGLOBAL)) in test_DataObject_FirstFile()
486 …ok(!!IsFormatAdvertised(spDataObj, cfHIDA, TYMED_HGLOBAL) != g_bOldZipfldr, "Expected HIDA to be %… in test_DataObject_FirstFolder()