www.delorie.com/djgpp/doc/libc-2.01/libc_134.html   search  
Go to the first, previous, next, last section, table of contents.


_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.

See section _dos_findfirst.

Return Value

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


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997