LFNFindClose

  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.

Parameters

hDir

Identifies is the directory to search. The handle must have been previously created using the LFNFindFirst function.

Return Value

The return value is zero, if successful. Otherwise, it is a nonzero value.

Comments

The export ordinal for this function is 102.

See Also

LFNFindFirst, LFNFindNext