Jump to content

SomVaBuf destroy

From EDM2
Revision as of 17:59, 10 October 2017 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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