FindNextFileA v0.1.0

Source
Retrieves the next entry from a file search.

Package: Windows

Microsoft documentation: FindNextFileA

Signature

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