Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshlfileop.cpp512 LPWSTR fileSpecS, pathSpecS, fileSpecD, pathSpecD; in _SetOperationTexts() local
517 fileSpecS = (pathSpecS = (LPWSTR) src); in _SetOperationTexts()
523 pathSpecS = fileSpecS; in _SetOperationTexts()
524 fileSpecS = ptr+1; in _SetOperationTexts()
527 lstrcpynW(szFolderS, pathSpecS, min(50, fileSpecS - pathSpecS)); in _SetOperationTexts()
554 op->progress->SetLine(1, fileSpecS, false, NULL); in _SetOperationTexts()