Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-9
POOL_CHECK_ Procedure
POOL_CHECK_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Related Programming Manual
Summary
The POOL_CHECK_ procedure checks the internal pool data structures and returns
error information.
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
Parameters
error returned value
INT
indicates the outcome of the call:
0 No error.
2 Required parameter missing.
pool must be specified.
#include <cextdecs(POOL_CHECK_)>
short POOL_CHECK_ ( short *pool
,[ __int32_t *corruption-address ]
,[ __int32_t *block ]
,[ __int32_t *block-size ]
,[ short *tag-size ] );
error := POOL_CHECK_ ( pool ! i
,[ corruption-address ] ! o
,[ block ] ! o
,[ block-size ] ! o
,[ tag-size ] ); ! o