GoWebScan API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoWebScanPipeMsgPool.h File Reference

Description

Declares the GoWebScanPipeMsgPool class.

Go to the source code of this file.

Typedefs

typedef kStatus(kCallGoWebScanPipeMsgPoolAllocFx )(kPointer context, GoWebScanPipeMsgPool pool, GoWebScanPipeMsg *msg)
 Defines the signature for the memory allocation handler for a message. More...
 
typedef kStatus(kCallGoWebScanPipeMsgPoolDestroyFx )(GoWebScanPipeMsg msg)
 Defines the signature for the message destruction handler. More...
 
typedef kStatus(kCallGoWebScanPipeMsgPoolFreeFx )(GoWebScanPipeMsg msg)
 Defines the signature for the memory recycling handler for a message. More...
 
typedef kSize(kCallGoWebScanPipeMsgPoolSizeFx )(GoWebScanPipeMsg msg)
 Defines the signature for the message size handler. More...