FindNextProjectFile

This function continues a file search from a previous call to the FindFirstProjectFile function.

At a Glance

Header file: Projects.h
Windows CE Versions: 2.01 and later

Syntax

BOOL FindNextProjectFile(HANDLE hHandle,
LPWIN32_FIND_DATA
lpFindProjData);

Parameter

hHandle
Handle to the first project file as returned by a previous call to the FindFirstProjectFile function.
lpFindProjData
Long pointer to the WIN32_FIND_DATA structure that receives information about the found file or subdirectory. The structure can be used in subsequent calls to FindNextFile to refer to the found file or directory

Return Values

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.

Remarks

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.

See Also

FindFirstFlashCard, FindFirstProjectFile, FindNextFile, FindNextFlashCard, GetLastError