Home
last modified time | relevance | path

Searched refs:targetName (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/droptargets/
H A DCFSDropTarget.cpp618 WCHAR targetName[MAX_PATH]; in _DoDrop() local
625 …hell_DisplayNameOf(psfFrom, apidl[i], ShgdnFor | SHGDN_INFOLDER, targetName, _countof(targetName)); in _DoDrop()
632 SHELL_StripIllegalFsNameCharacters(targetName); in _DoDrop()
634 WCHAR wszCombined[MAX_PATH + _countof(targetName)]; in _DoDrop()
635 PathCombineW(wszCombined, m_sPathTarget, targetName); in _DoDrop()
639 …if (!_wcsicmp(PathFindExtensionW(targetName), L".lnk") && (att & (SFGAO_FOLDER | SFGAO_STREAM)) !=… in _DoDrop()