Searched refs:AppendNativePathsFromList (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h113 int AppendNativePathsFromList(const char *pszNativePaths, size_t cbNativePaths, uint32_t fFlags);
114 int AppendNativePathsFromList(const RTCList<RTCString> &lstNativePaths, uint32_t fFlags);
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp380 int DnDURIList::AppendNativePathsFromList(const char *pszNativePaths, size_t cbNativePaths, function in class:DnDURIList
388 return AppendNativePathsFromList(lstPaths, fFlags);
391 int DnDURIList::AppendNativePathsFromList(const RTCList<RTCString> &lstNativePaths, function in class:DnDURIList
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp469 rc = lstURI.AppendNativePathsFromList(pszFiles, cbFiles,

Completed in 46 milliseconds