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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp459 int DnDURIList::AppendURIPathsFromList(const char *pszURIPaths, size_t cbURIPaths, argument
462 AssertPtrReturn(pszURIPaths, VERR_INVALID_POINTER);
466 = RTCString(pszURIPaths, cbURIPaths - 1).split("\r\n");

Completed in 44 milliseconds