Searched refs:wszFile (Results 1 – 1 of 1) sorted by relevance
3714 WCHAR wszFile[BUFPATHLEN]; in _OnDropFiles() local3735 if (DragQueryFileW(hDrop, i, wszFile, BUFPATHLEN) > 0) in _OnDropFiles()3736 fnames[i] = utf16_to_enc(wszFile, NULL); in _OnDropFiles()