mpiPropertyGetAllPropertiesXML

The C API uses different interface methods, including mpiPropertyGetAllPropertiesXML.

MPIRC mpiPropertyGetAllPropertiesXML (HMPIOBJ hObject,  char *pszOutXML,  size_t
*pnLen,  int bRecurse)

Inputs

hObject
Object for which the properties are being requested.
pnLen
Size of the buffer passed in pszOutXML.
bRecurse
TRUE. Properties of related objects will also be returned. Specifically:
  • If it is a card object, then the properties of the card and the related adapter object are returned.
  • If it is a map object, then the properties of the map, all of its associated card objects, and the related adapter objects are returned.
FALSE. Only the properties of the object are returned.

Outputs

pszOutXML
Returned XML document conforming to dtxpi_properties.xsd, which contains the values of the requested properties.
pnLen
Size of the XML document returned.

Returns

Success status