edmiFreeXML

EdmiError edmiFreeXML (SdaiXml pXml);

Releases the memory allocated on the heap by edmiNewXml.

Arguments


TypeNameComment
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


 

OptionComment

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.

Â