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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp354 size_t cchCurFile; local
359 cchCurFile = RTUtf16Len(pwszFile);
360 Assert(cchCurFile);
361 memcpy(pCurFile, pwszFile, cchCurFile * sizeof(RTUTF16));
367 pCurFile += cchCurFile * sizeof(RTUTF16);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp323 size_t cchCurFile; local
328 cchCurFile = RTUtf16Len(pwszFile);
329 Assert(cchCurFile);
330 memcpy(pCurFile, pwszFile, cchCurFile * sizeof(RTUTF16));
336 pCurFile += cchCurFile * sizeof(RTUTF16);

Completed in 44 milliseconds