StormLib API Reference

SListFileFindNextFile

Description

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

Function SListFileFindNextFile continues listfile searching initiated by SListFileFindFirstFile.

Parameters

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

Return Value

When the function succeeds, it returns nonzero and the cFileName member of SFILE_FIND_DATA structure is filled with name of 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