FindFirstFile
The FindFirstFile function searches a directory for a file whose name matches the specified file name. FindFirstFile examines subdirectory names as well as file names.
FindNextFile
The FindNextFile function continues a file search from a previous call to the FindFirstFile function.