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.