Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>dos_findnext</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dos_findnext

Usage

   #include <dos.h>
   int dos_findnext(struct FIND *b1);

Description

   This is a recursive version of the library findnext() call. The primary
   difference between this routine and findnext() is that it allows
   recursion through the use of different FIND structures for each occasion
   the findfirst function is called. The argument b1 is the FIND structure
   returned by the corresponding dos_findfirst call.

Example 

   See dos_findfirst


Return Value

   0 if file is found, else non-zero

See Also

   dos_findfirst



See Also: dos_findfirst

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson