mpiPropertySetPtr

The C API uses different interface methods, including mpiPropertySetPtr.

This method stores a pointer value as a property of the object. The data passed in pValue is not copied by this method. The application must ensure that this memory is not freed during the life of the object.

Additionally, the application must free up this memory when the object is destroyed. If the size of the data being pointed to must be stored, a separate integer property must be used.

MPIRC mpiPropertySetPtr (HMPIOBJ  hObject,MPIPROP  iProperty,int  iIndex,const void
 *pValue)

Inputs

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

Outputs

None

Returns

Success status.