ManagedProcessXML

  Functions >

ManagedProcessXML

Previous pageReturn to chapter overviewNext page

The ManagedProcessXML function handles the XML call of AInputXML to CADImage. If it succeeds, the result is contained in AOutputXML.

Clear the result after execution by CoTaskMemFree (for Windows) or standart Free (for Linux).

 

Syntax:

 

int ManagedProcessXML(

  HANDLE AHandle,

    PsgChar AInput

);

 

 

Parameters:

 

AHandle

Identifies a CADImage object handle.

AInput

Input of XML data.

Windows: A Unicode string of 16-bit characters with a trailing 0.

Linux: A Utf8-string that ends with 00.

 

 

 

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastErrorCAD.

Go to CAD DLL