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

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDMIME.cpp26 bool DnDMIMEHasFileURLs(const char *pcszFormat, size_t cchFormatMax) argument
29 return ( RTStrNICmp(pcszFormat, "text/uri-list", cchFormatMax) == 0
30 || RTStrNICmp(pcszFormat, "x-special/gnome-icon-list", cchFormatMax) == 0);
33 bool DnDMIMENeedsDropDir(const char *pcszFormat, size_t cchFormatMax) argument
36 if (!RTStrNICmp(pcszFormat, "text/uri-list", cchFormatMax)) /** @todo Add "x-special/gnome-icon-list"? */

Completed in 50 milliseconds