StormLib API Reference

SFileFindNextFile

Description

bool WINAPI SFileFindNextFile(
  HANDLE hFind,                     // Find handle
  SFILE_FIND_DATA * lpFindFileData  // Pointer to the search result
);

Function SFileFindNextFile continues search that has been initiated by SFileFindFirstFile. When the caller finishes searching, the returned handle must be freed by calling SFileFindClose.

Parameters

hFind
[in] Search handle. Must have been obtained by call to SFileFindFirstFile.
lpFindFileData
[out] Pointer to SFILE_FIND_DATA structure that will receive information about the found file. For layout of the structure, see SFileFindFirstFile.

Return Value

When the function succeeds, it returns nonzero and the SFILE_FIND_DATA structure is filled with information about the file. On an error, the function returns zero and GetLastError gives the error code.

Availability in Storm.dll

Available in Storm.dll No
Ordinal number in Storm.dll 1.00 N/A
Ordinal number in Storm.dll 1.09 N/A