Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Ddragdropimpl.h174 FormatArray m_formatetc; variable
184 void AddSuportedFormat(FORMATETC& ftetc) {m_formatetc.push_back(ftetc);} in AddSuportedFormat()
H A Ddragdropimpl.cpp444 for(FormatArray::iterator it=m_formatetc.begin(); it!=m_formatetc.end(); ++it) in DragEnter()