mpiPropertySetPropertiesXML

The C API uses different interface methods, including mpiPropertySetPropertiesXML.

MPIRC mpiPropertySetPropertiesXML (HMPIOBJ hObject,  const char *pszInXML)

Inputs

hObject
Object for which the properties are set.
pszInXML
XML document conforming to dtxpi_properties.xsd which lists the properties that are to be set. It is possible to set properties on an object and on its related objects in a single call. Specifically,
  • If called on a adapter object, only adapter properties can be set.
  • If called on an card object, then the properties of the card and its related adapter object can be set
  • If called on an map object, then the properties of the map and its related card and adapter objects can be set.

Outputs

None

Returns

Success status.