|
GoWebScan API
|
| kStatus GoWebScanPipeMsgPool_Alloc | ( | GoWebScanPipeMsgPool | pool, |
| GoWebScanPipeMsg * | msg | ||
| ) |
Allocates a GoWebScanPipeMsg object and adds it to the pool's allocated list.
Memory is recycled from the pool's free list if available.
| pool | GoWebScanPipeMsgPool object. |
| msg | Receives the allocated GoWebScanPipeMsg object. |