Contents Index Topic Contents | ||
Previous Topic: DeleteFile Next Topic: FindFirstFile |
FindClose
HRESULT FindClose( [in] HANDLE hSearchHandle );Closes the specified search handle.
- hSearchHandle
- Search handle returned by a previous call to the FindFirstFile function.
The FindFirstFile and FindNextFile functions use the search handle to locate files with names that match a given name.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.