Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
SdaiXmlpXmlAddress of a pointer to the tEdmXml data structure that will be allocated and initialized.

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
 EdmiError rstat;
 SdaiXml pXml;
 . . .
 if (rstat = edmiNewXML(&pXml)) {

...


 printf("\nError %d in edmiNewXML");

...


 } 

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"