StormLib API Reference

SListFileFindClose

Description

bool WINAPI SListFileFindClose(
  HANDLE hFind                      // Find handle
);

Function SListFileFindClose closes a find handle that has been created by SListFileFindFirstFile.

Parameters

hFind
[in] Search handle. Must have been obtained by call to SListFileFindFirstFile.

Return Value

When the function succeeds, it returns nonzero. 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