edmiNewXML
Â
EdmiError edmiNewXML(SdaiXml *pXml);
Creates a new tEdmXml data exchange object. The data structure will be allocated on the heap and be null-initialized. Use edmiFreeXml to release the allocated memory.
Arguments
Type | Name | Comment |
SdaiXml | pXml | Address of a pointer to the tEdmXml data structure that will be allocated and initialized. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Â
Example
Â
 EdmiError rstat; SdaiXml pXml; . . . if (rstat = edmiNewXML(&pXml)) { printf("\nError %d in edmiNewXML"); }
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â