WORD LFNFindClose(hDir) | |||
HANDLE hDir; |
The LFNFindClose function ends the search for files in a given directory. It deallocates the search handle specified by the hDir parameter, originally returned by the LFNFindFirst function.
hDir
Identifies is the directory to search. The handle must have been previously created using the LFNFindFirst function.
The return value is zero, if successful. Otherwise, it is a nonzero value.
The export ordinal for this function is 102.