FindNextFileA
Retrieves the next entry from a file search.
Module: Windows
Microsoft documentation: FindNextFileA
Signature
rux
func FindNextFileA(findFile: *opaque,
findFileData: *Win32FindDataA) -> bool32;Returns nonzero when another result was written. A zero return with ERROR_NO_MORE_FILES from GetLastError means enumeration is complete; other error codes indicate failure.
See also
FindFirstFileA— start a searchFindClose— release the search handle