mpiPropertyGetPropertiesXML

The C API uses different interface methods, including mpiPropertyGetPropertiesXML.

MPIRC mpiPropertyGetPropertiesXML (HMPIOBJ  hObject,  int pIDs[],  int iOffset, 
int iCount,  char *pszOutXML,  size_t *pnLen);

Inputs

hObject
Object for which the properties are being requested.
pIDs
Integer array which lists the property IDs that are to be returned. For indexed type properties all index values are returned.
ioffset
Start offset in the array of property IDs.
iCount
Number of elements of the property ID array to use.
pnLen
Size of the buffer passed in pszOutXML.

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