mpiPropertyGetText

The C API uses different interface methods, including mpiPropertyGetText.

MPIRC mpiPropertyGetText (HMPIOBJ  hObject,MPIPROP  iProperty,int  iIndex,const char
 **ppText,size_t  *pnLen)

Inputs

hObject
Handle of the HCL Link object.
iProperty
Property ID
iIndex
Index of the property.

Outputs

ppText
Pointer to the pointer value.
pnLen
Length of the text item.

Returns

Success status.

Note: If pnLen is returned as 0, the string is null- terminated.