Searched refs:targetName (Results 1 – 1 of 1) sorted by relevance
618 WCHAR targetName[MAX_PATH]; in _DoDrop() local625 …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()