Asynchronous Serial Communications Programmer's Reference Manual (32022-90052)

Chapter 9 239
Intrinsics Reference (cont)
FGETINFO
logcount 32-bit signed integer by reference
(optional)
Returns the total number of logical records passed to
and from the program during the current access of the
file.
physcount 32-bit signed integer by reference
(optional)
Returns the total number of physical input/output
operations performed within this process against the
file since the last FOPEN or HPFOPEN call.
blksize 16-bit signed integer by reference
(optional)
Not meaningful for asynchronous devices.
extsize 16-bit unsigned integer by reference
(optional)
Not meaningful for asynchronous devices.
numextent 16-bit signed integer by reference
(optional)
Not meaningful for asynchronous devices.
userlabels 16-bit signed integer by reference
(optional)
Not meaningful for asynchronous devices.
creatorid character array (optional)
Not meaningful for asynchronous devices.
labaddr 32-bit signed integer by reference
(optional)
Not meaningful for asynchronous devices.
Condition Codes
CCE Request granted.
CCG Not returned by this intrinsic.
CCL Request denied. An error occurred.
Additional Discussion
See the discussion of requesting file information in Getting System
Information and the MPE/iX Intrinsics Reference Manual. See also
discussions of FFILEINFO and FOPEN in this manual.