StormLib API Reference

SFileFindClose

Description

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

Function SFileFindClose closes a find handle that has been created by SFileFindFirstFile.

Parameters

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

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