Home
last modified time | relevance | path

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

/reactos/dll/win32/comdlg32/
H A Dfiledlg.c4307 LPWSTR lpstrAllFiles, lpstrTmp; in FILEDLG95_FILENAME_FillFromSelection() local
4323 lpstrAllFiles = heap_alloc_zero(nAllFilesMaxLength * sizeof(WCHAR)); in FILEDLG95_FILENAME_FillFromSelection()
4324 if (!lpstrAllFiles) in FILEDLG95_FILENAME_FillFromSelection()
4338 …lpstrTmp = HeapReAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, lpstrAllFiles, nAllFilesMaxLength * siz… in FILEDLG95_FILENAME_FillFromSelection()
4341 lpstrAllFiles = lpstrTmp; in FILEDLG95_FILENAME_FillFromSelection()
4344 lpstrAllFiles[nAllFilesLength++] = '"'; in FILEDLG95_FILENAME_FillFromSelection()
4346 nThisFileLength = lstrlenW(lpstrAllFiles + nAllFilesLength); in FILEDLG95_FILENAME_FillFromSelection()
4348 lpstrAllFiles[nAllFilesLength++] = '"'; in FILEDLG95_FILENAME_FillFromSelection()
4349 lpstrAllFiles[nAllFilesLength++] = ' '; in FILEDLG95_FILENAME_FillFromSelection()
4357 lpstrTmp = lpstrAllFiles; in FILEDLG95_FILENAME_FillFromSelection()
[all …]