edmiFreeXML
EdmiError edmiFreeXML (SdaiXml pXml);
Releases the memory allocated on the heap by edmiNewXml.
Arguments
Type | Name | Comment |
SdaiXml | pXml | Pointer to the tEdmXml data structure memory to be released. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Â
Option | Comment |
---|
Example
Â
 EdmiError rstat; SdaiXml pXml; . . . /* Allocate new tEdmXml structure */ if (rstat = edmiNewXML(&pXml)) { printf("\nError %d in edmiNewXML"); goto Error; } . . . edmiFreeXML(pXml);
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â