Home
last modified time | relevance | path

Searched refs:IEnumFORMATETC_Constructor (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/shell32/
H A DCIDLDataObj.cpp115 hResult = IEnumFORMATETC_Constructor(countFmt, pFmt, ppenum); in Clone()
121 HRESULT IEnumFORMATETC_Constructor(UINT cfmt, const FORMATETC afmt[], IEnumFORMATETC **ppFormat) in IEnumFORMATETC_Constructor() function
340 … return IEnumFORMATETC_Constructor(m_Formats.GetSize(), m_Formats.GetData(), ppenumFormatEtc); in EnumFormatEtc()
/reactos/dll/win32/shell32/wine/
H A Dshell32_main.h84 HRESULT IEnumFORMATETC_Constructor(UINT cfmt, const FORMATETC afmt[], IEnumFORMATETC **enumerator);
H A Dshellord.c2453 hRes = IEnumFORMATETC_Constructor(cFormats, lpFormats, &pef); in SHCreateStdEnumFmtEtc()