Guardian Procedure Calls Reference Manual

POOL64_CHECK_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Returned Value
Summary
The POOL64_CHECK_ procedure checks the internal pool data structures and returns error
information about the pool.
If the pool contains no errors, a return code of POOL64_OK is returned; otherwise when the first
error is encountered, checking is stopped and the error is returned.
Syntax for C Programmers
#include <kpool64.h>
uint32 POOL64_CHECK_ ( NSK_POOL64_PTR pool_ptr );
Syntax for TAL Programmers
?SOURCE $SYSTEM.SYSTEM.KPOOL64
error := POOL64_CHECK_ ( pool64_ptr ); ! i
Parameter
pool_ptr
input
INT .EXT64
pointer to the pool established by a call to the POOL64_DEFINE_ Procedure (page 959).
Returned Value
INT(32)
Outcome of the call:
POOL64_OK0
Successful completion.
POOL64_BAD_POOL101
Pool is uninitialized or corrupted.
These values are defined in kpool64.h for C and KPOOL64 for pTAL. Other results indicate an
error within the pool structure, probably corruption.
956 Guardian Procedure Calls (P)