NWSetEOF(3nw)


NWSetEOF -- sets length of file

Synopsis

   #include <nwfile.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWSetEOF (NWFILE_HANDLE fileHandle, nuint32 setEOF);

Description

The parameters are as follows:

fileHandle
(IN) Specifies the file handle to set the length for.

setEOF
(IN) Specifies the offset to be set as the length for the given file.

Return values

0x0000
SUCCESSFUL

Notices

NWSetEOF is currently not defined for any other platform besides UNIX.

Services

File I/O

NCP calls

None

References

NWGetEOF(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.