NWGetEOF(3nw)


NWGetEOF -- returns the length of the specified file

Synopsis

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

NWCCODE N_API NWGetEOF (NWFILE_HANDLE fileHandle, pnuint32 getEOF);

Description

The parameters are as follows:

fileHandle
(IN) Specifies the file handle to find the length of.

getEOF
(OUT) Points to the length of the given file.

Return values

0x0000
SUCCESSFUL

0x8988
INVALID_FILE_HANDLE

Notices

NWGetEOF is currently NOT defined for any other platform besides UNIX.

Services

File I/O

NCP calls

0x2222 71
File Get Size

References

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