StormLib API Reference
SFileFindNextFile
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.
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.
Available in Storm.dll | No |
Ordinal number in Storm.dll 1.00 | N/A |
Ordinal number in Storm.dll 1.09 | N/A |
Copyright (c) Ladislav Zezula 2003 - 2010