DOSClose

Closes a file 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 DOSClose  (  
     int   handle);
  

Parameters

handle
(IN) Specifies the file handle obtained by DOSCreate or DOSOpen.

Return Values

Decimal

Hex

Constant

0

(0x00)

ESUCCESS

DOSCode

UNSUCCESSFUL

See Also

DOSCreate, DOSOpen, DOSPresent