_PoolCreateH (FUN)
FUNCTION _PoolCreateH : CAA.HANDLE
Take a pool of ctNumBlocks * szBlockSize bytes from the Heap(OS) and build a block pool
- InOut:
- 
| Scope | Name | Type | 
|---|
 | Return | _PoolCreateH
 | CAA.HANDLE
 |  | Input | ctNumBlocks
 | CAA.COUNT
 |  | szBlockSize
 | CAA.SIZE
 |  | eEmpty
 | CB.EVENT
 |  | peError
 | POINTER TO ERROR |