SemysDestroyDataBuffer |
01 | Destroys a list of SemysDataBuffer structures and their buffers. |
02 |
void SemysDestroyDataBuffer(SemysDataBuffer *pList); |
03 |
Parameters:
|
04 | This function iterates through all members of the passed list (which of course may also consist of only one member), frees the referenced data buffer and finally the structure itself. |
05 |
Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System, SemysCreateDataBuffer(), SemysCreateLinearDataBuffer() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |