Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-16
POOL_GETINFO_ Procedure
POOL_GETINFO_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Related Programming Manual
Summary
The POOL_GETINFO_ procedure returns information about the specified pool.
Syntax for C Programmers
CEXTDECS (through the included file TNSINTH) defines 32-bit values as the
typedef __int32_t which for TNS and TNS/R compiles is defined as long and for
TNS/E compiles is defined as
int.
Syntax for TAL Programmers
#include <cextdecs(POOL_GETINFO_)>
short POOL_GETINFO_ ( short *pool
,[ short *error-detail ]
,[ __int32_t *avail-pool-size ]
,[ __int32_t *curalloc ]
,[ __int32_t *maxalloc ]
,[ __int32_t *fail-block-size ]
,[ short *curfrag ]
,[ short *maxfrag ]
,[ short *alignment ]
,[ short *tag-size] );
error := POOL_GETINFO_ ( pool ! i
,[ error-detail ] ! o
,[ avail-pool-size ] ! o
,[ curalloc ] ! o
,[ maxalloc ] ! o
,[ fail-block-size ] ! o
,[ curfrag ] ! o
,[ maxfrag ] ! o
,[ alignment ] ! o
,[ tag-size] ); ! o