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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp473 RTCString strRoot = lstURI.RootToString(); local
474 size_t cbRoot = strRoot.length() + 1; /* Include termination */
479 memcpy(mpvData, strRoot.c_str(), cbRoot);

Completed in 59 milliseconds