This function continues a file search from a previous call to the FindFirstProjectFile function.
Header file: | Projects.h |
Windows CE Versions: | 2.01 and later |
BOOL FindNextProjectFile(HANDLE hHandle,
LPWIN32_FIND_DATA lpFindProjData);
If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError. If no matching files can be found, the GetLastError function returns ERROR_NO_MORE_FILES.
The FindNextProjectFile function searches for files by name only; it cannot be used for attribute-based searches.
FindNextProjectFile replaces FindNextFile for the Palm-size PC.
FindFirstFlashCard, FindFirstProjectFile, FindNextFile, FindNextFlashCard, GetLastError