RFPOS@

Platform

x64, Win32

Purpose

To get the position of a file.

Syntax

SUBROUTINE RFPOS@(SID, POSITION, ERROR_CODE)
INTEGER (KIND=2) SID, ERROR_CODE
INTEGER (KIND=3) POSITION

Description

This routine returns the POSITION of the file with the given system identifier SID. ERROR_CODE is returned as zero or with a system error code if it fails.

Notes

You can use RFPOSLONG@ to get the position a file at a 64-bit offset.

SUBROUTINE FPOSLONG@(SID,POSITION, NEW_POSITION, ERROR_CODE)
INTEGER (KIND=2) SID, ERROR_CODE
INTEGER (KIND=4) POSITION, NEW_POSITION

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited