Searched refs:m_nNumFormats (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.cpp49 m_nNumFormats = cFormats;
64 for (ULONG i = 0; i < m_nNumFormats; i++)
119 while ( m_nIndex < m_nNumFormats
137 return (m_nIndex <= m_nNumFormats) ? S_OK : S_FALSE;
149 CreateEnumFormatEtc(m_nNumFormats, m_pFormatEtc, ppEnumFormatEtc);
H A DUIDnDEnumFormat_win.h50 ULONG m_nNumFormats; member in class:UIDnDEnumFormatEtc
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDEnumFormat.cpp51 m_nNumFormats = cFormats;
66 for (ULONG i = 0; i < m_nNumFormats; i++)
121 while ( m_nIndex < m_nNumFormats
139 return (m_nIndex <= m_nNumFormats) ? S_OK : S_FALSE;
151 CreateEnumFormatEtc(m_nNumFormats, m_pFormatEtc, ppEnumFormatEtc);
H A DVBoxDnD.h206 ULONG m_nNumFormats; member in class:VBoxDnDEnumFormatEtc

Completed in 835 milliseconds