SA_PositEndOfFile
SA_PositEndOfFile positions the file pointer to the end of file.
int SA_PositEndOfFile ( SA_FH TxtFH );
or
int SA_PositEndOfFile32 ( SA_FH TxtFH );
Note the following:
Function return codes are as follows:
|
Value |
Meaning |
|
+nn |
Success - end of file position returned. |
|
-nn |
Error as described in Sunaccess Errors. |
Use SA_PositEndOfFile32 for 32 bit applications such as Visual Basic 6.0.
![]() |