TMF Application Programmer's Guide (G06.26+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide522419-005
5-41
ARFETCHCHILDNODELIST
ARFETCHCHILDNODELIST
This procedure copies the child node list from the most recently read audit record into
the application’s buffer.
return-code output
INT .EXT:ref:1
is a returned value indicating the outcome of this procedure.
buffer output
INT .EXT
is a buffer in the application process in which the information returned by
ARFETCHCHILDNODELIST is stored.
max-copy-length input
INT:value
is the maximum number of bytes to copy into the buffer.
ARFETCHCHILDNODELIST returns an error for values of max-copy-length
less than 4.
CALL ARFETCHCHILDNODELIST ( return-code ! o
, buffer ! o
, max-copy-length ); ! i
Errors (<0) Table 5-3 (later in this section) describes the error codes.
Warnings (>0) Bit 15, when set, indicates that the child node list is longer than
max-copy-length. At least one of the elements was
truncated from the end.