The ProcessXML function handles the XML call of AInputXML to CADImage. If it succeeds, the result is contained in AOutputXML.
Syntax:
int ProcessXML(
HANDLE AHandle,
PsgChar AInput,
VARAINT* AOutput,
);
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.
|
AOutput |
Output of XML data |
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.
See Also
© 2003-2024 CADSoftTools
Go to CAD DLL