Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual522629-013
5-90
FILE_GETINFOLIST_ Procedure
OSS Considerations
The following item codes are not applicable to OSS objects but do not cause an
error to be returned: 50, 51, 59, 60, 61, and 62.
Example
itemlist := 3; ! return current file name length
itemlist[1] := 4; ! return current file name
error := FILE_GETINFOLIST_ ( filenumber, itemlist, 2,
result^buffer,
result^max );
Related Programming Manuals
For programming information about the FILE_GETINFOLIST_ procedure, refer to the
Guardian Programmer’s Guide. For information about SQL objects, refer to the
Introduction to NonStop SQL/MP and the appropriate SQL/MP or SQL/MX
programming manual.