![]() |
Home |
|
Function RTKGetBufferFunction RTKGetBuffer retrieves a buffer from a Memory Pool: void * RTKGetBuffer(RTKMemPool * Pool); ParametersPoolPointer to the pool handle of the pool from which to retrieve the buffer. return valueA pointer to the buffer is returned. If this was the last available buffer in the pool, *Pool is assigned the value RTK_EMPTY_POOL. If Pool is empty, the return value is NULL.
|