|
GoWebScan API
|
Declares the GoWebScanPipeMsgPool class.
Go to the source code of this file.
Typedefs | |
| typedef kStatus(kCall * | GoWebScanPipeMsgPoolAllocFx )(kPointer context, GoWebScanPipeMsgPool pool, GoWebScanPipeMsg *msg) |
| Defines the signature for the memory allocation handler for a message. More... | |
| typedef kStatus(kCall * | GoWebScanPipeMsgPoolDestroyFx )(GoWebScanPipeMsg msg) |
| Defines the signature for the message destruction handler. More... | |
| typedef kStatus(kCall * | GoWebScanPipeMsgPoolFreeFx )(GoWebScanPipeMsg msg) |
| Defines the signature for the memory recycling handler for a message. More... | |
| typedef kSize(kCall * | GoWebScanPipeMsgPoolSizeFx )(GoWebScanPipeMsg msg) |
| Defines the signature for the message size handler. More... | |