SomVaBuf destroy: Difference between revisions
Appearance
Created page with "Releases the SOM buffer (somVaBuf) and its associated va_list. ==Syntax== <PRE> somVaBuf vb; somVaBuf_destroy(vb); </PRE> ==Parameters== ; vb (somVaBuf) : Value (somVaBu..." |
(No difference)
|
Revision as of 17:59, 10 October 2017
Releases the SOM buffer (somVaBuf) and its associated va_list.
Syntax
somVaBuf vb; somVaBuf_destroy(vb);
Parameters
- vb (somVaBuf)
- Value (somVaBuf) returned from somVaBuf_create function.
Return Code
Remarks
If somVaBuf was allocated by the somVaBuf_create function, the memory will be deallocated
Example Code
See function somVaBuf_create.
Related
Functions
- somVaBuf_create
- somVaBuf_add
- somVaBuf_get_valist
- somvalistGetTarget
- somvalistSetTarget