210
K
A
DAK
AMX 86 Procedures
ajbdel ajbdel
Purpose Delete a Buffer Pool
Used by n Task o IS P o Timer Procedure n Restart Procedure n Exit Procedure
Setup AMXID poolid;
int status;
.
.
status = ajbdel(poolid);
AX DX
Where poolid is the pool id of the buffer pool to be deleted.
Results Interrupts are disabled and then restored to their state at the time of the
call.
Status is returned.
AEROK = Call successful
AERNSP = Invalid pool id
Restrictions No buffer management operations affecting buffers in the pool or
alteration of the content of any of the buffers in the pool may take place
during or after deletion of the pool.
Only recommended for applications where it is certain that all buffers in
the pool are no longer in use.
See Also ajbcre