Guardian Procedure Calls Reference Manual
POOL64_GETINFO_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Structure Definitions for pool_info
Summary
The POOL64_GETINFO_ procedure returns information about the specified pool. The
pool_info_length parameter specifies the size of the pool64_info structure that is stored at
the pool_info address. If pool_info_length is not large enough an error is returned indicating
that not all of the pool information is being returned.
Syntax for C Programmers
#include <kpool64.h>
uint32 POOL64_GETINFO_ ( NSK_POOL64_PTR pool_ptr
,NSK_POOL64_POOL_INFO_PTR pool_info
,uint32 pool_info_length );
Syntax for TAL Programmers
?SOURCE $SYSTEM.SYSTEM.KPOOL64
result := POOL64_GETINFO_ ( pool_ptr ! i
,pool_info ! o
,pool_info_length ); ! i
Parameters
pool_ptr
input
INT .EXT64
pointer to a pool established by a call to the POOL64_DEFINE_ Procedure (page 959).
pool_info
output
INT .EXT64
pointer to area where the pool_info structure is to be stored. If the result value is other
than POOL64_OK or POOL64_MOREINFO, the designated structure is unchanged.
pool_info_length
input
INT(64)
maximum length of the pool_info area.
966 Guardian Procedure Calls (P)