Guardian Procedure Calls Reference Manual
Returned Value
INT(32)
Outcome of the call:
POOL64_OK0
Successful completion.
POOL64_ALIGN5
The new segment area is not 16 byte aligned.
POOL64_BOUNDS3
The memory being augmented is not within this user's address bounds.
POOL64_INVALIDADDRESS20
Pool address is outside the acceptable address range.
POOL64_SEGOVERLAP24
Some or all of the new segment overlaps the existing pool.
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.
POOL64_AUGMENT_ Procedure 955