Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
virtual BOOL FindNextFile( );
Return Value
Nonzero if there are more files; zero if this is the last file, and the previous call to either FindFile or FindNextFile returned nonzero. To get extended error information, call the Win32 function .
Remarks
Call this member function to continue a file search begun with a call to the FindFile member function. You must call this function at least once before calling any attribute function.
FindNextFile wraps the Win32 function .
Example
See the example in the CFtpFileFind class overview.
CFtpFileFind Overview | Class Members | Hierarchy Chart
See Also CFileFind