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 );

Parameters:
TxtFH
The handle of the previously opened or prepared text file.

Note the following:

  1. Function return codes are as follows:

  2.  

    Value

    Meaning

    +nn

    Success - end of file position returned.

    -nn

    Error as described in Sunaccess Errors.

     

  3. Use SA_PositEndOfFile32 for 32 bit applications such as Visual Basic 6.0.

 



Sunaccess Reference SA_Index SA_Rename