mpiPropertySetText

The C API uses different interface methods, including mpiPropertySetText.

MPIRC mpiPropertySetText (HMPIOBJ  hObject,MPIPROP  iProperty,int  iIndex,
			const char  *pText,size_t  nLen)

Inputs

hObject
Object handle.
iProperty
Property ID
iIndex
Property index

Outputs

pText
Pointer to the pointer value.
nLen
Length of the text item.

Returns

Success status

If the length is specified as 0, the string passed in pText is assumed to be null-terminated. The data passed in pText is copied by this method.