Jump to content

SomVaBuf destroy: Difference between revisions

From EDM2
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 edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:somVaBuf_destroy}}
Releases the SOM buffer (somVaBuf) and its associated va_list.  
Releases the SOM buffer (somVaBuf) and its associated va_list.  


Line 21: Line 22:
==Related==
==Related==
===Functions===
===Functions===
* somVaBuf_create  
* [[somVaBuf_create]]
* somVaBuf_add  
* [[somVaBuf_add]]
* somVaBuf_get_valist  
* [[somVaBuf_get_valist]]
* somvalistGetTarget  
* [[somvalistGetTarget]]
* somvalistSetTarget  
* [[somvalistSetTarget]]


[[Category:SOM Kernel]]
[[Category:SOM Kernel]]

Latest revision as of 03:37, 13 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