Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/droptargets/
H A DCFSDropTarget.cpp71 PWCHAR pwszListPos = pwszSrcPathsList; in _CopyItems() local
83 ret = StrRetToBufW(&strretFrom, NULL, pwszListPos, MAX_PATH); in _CopyItems()
87 pwszListPos += lstrlenW(pwszListPos) + 1; in _CopyItems()
90 *pwszListPos = L'\0'; in _CopyItems()