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

Syntax
------

     #include <dos.h>
     
     unsigned int _dos_findnext(struct _find_t *result);

Description
-----------

This finds the next file in the search started by `_dos_findfirst'.

_dos_findfirst:.   

Return Value
------------

Zero if a match is found, DOS error code if not found (and sets ERRNO).


See Also: _dos_findfirst

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