Searched defs:ulCopied (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.cpp114 ULONG ulCopied = 0; local
120 && ulCopied < cFormats)
122 UIDnDEnumFormatEtc::CopyFormat(&pFormatEtc[ulCopied],
124 ulCopied++;
129 *pcFetched = ulCopied;
131 return (ulCopied == cFormats) ? S_OK : S_FALSE;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDEnumFormat.cpp116 ULONG ulCopied = 0; local
122 && ulCopied < cFormats)
124 VBoxDnDEnumFormatEtc::CopyFormat(&pFormatEtc[ulCopied],
126 ulCopied++;
131 *pcFetched = ulCopied;
133 return (ulCopied == cFormats) ? S_OK : S_FALSE;

Completed in 720 milliseconds