FindNextFileFindNextFile*
*



Contents  *



Index  *Topic Contents
*Previous Topic: FindFirstFile
*Next Topic: GetError

FindNextFile

HRESULT FindNextFile(
	[in] 	HANDLE			hSearchHandle
	[out] 	LPWIN32_FIND_DATAW	pFindFileData
	); 

Continues a file search from a previous call to the FindFirstFile function.

hSearchHandle
Search handle returned by a previous call to the FindFirstFile function.
pFindFileData
Address of a WIN32_FIND_DATA structure that receives information about the file or subdirectory that has been found.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.