DOSFindNextFile

Searches for files in the DOS partition

Local Servers:blocking
Remote Servers:N/A
NetWare Server:3.x, 4.x, 5.x, 6.x
Platform:NLM
Service:DOS Partition

Syntax

  #include <nwdos.h>  
   
  int DOSFindNextFile  (  
     struct find_t   *diskTransferAddress);
  

Parameters

diskTransferAddress
(IN/OUT) Points to an address returned by DOSFindFirstFile and receives information about the file.

Return Values

Decimal

Hex

Constant

0

(0x00)

ESUCCESS

DOSCode

UNSUCCESSFUL

Remarks

Consecutive calls to DOSFindNextFile return information about all DOS files which match the fileName and searchAttributes parameters specified in DOSFindFirstFile.

See Also

DOSFindFirstFile, DOSPresent