Interface for CXmlOutputParams wrapper.
More...
Go to the source code of this file.
Interface for CXmlOutputParams wrapper.
◆ CXmlOutputParams_Create()
Create is instantiating a new instance of CXmlOutputParams and associated data object.
- Parameters
-
| evXmlSchema | The XML schema to use for output |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- New instance of CXmlOutputParams
◆ CXmlOutputParams_Destroy()
| void CXmlOutputParams_Destroy |
( |
CXmlOutputParams |
argCXmlOutputParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CXmlOutputParams handle.
- Parameters
-
| argCXmlOutputParams | CXmlOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CXmlOutputParams_GetXmlSchema()
getter for the XML schema.
- Returns
- the XML schema
- Parameters
-
| argCXmlOutputParams | CXmlOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |