Guardian Procedure Calls Reference Manual

Returned Value
INT
A file-system error code that indicates the outcome of the call:
Successful call; the size of the specified pool had been changed to new-pool-size.0
The call would shrink the pool too much, leaving less area than that reserved by GETPOOL; the reserved
blocks must be returned by a PUTPOOL.
12
An invalid new-pool-size was specified.21
One of the parameters specifies an address that is out of bounds.22
A required parameter was not supplied.29
The pool is invalid and cannot be resized.59
Considerations
See the DEFINEPOOL procedure Considerations (page 275).
Related Programming Manual
For programming information about the RESIZEPOOL procedure, see the Guardian Programmer's
Guide.
RESIZEPOOL Procedure 1251