mpiPropertySetBinary

The C API uses different interface methods, including mpiPropertySetBinary.

MPIRC mpiPropertySetBinary (HMPIOBJ  hObject,MPIPROP  iProperty,int  iIndex,const
void  *pData,size_t  nSize)

Inputs

hObject
Handle of the HCL Link object.
iProperty
Property ID
iIndex
Index of the property.
FALSE. Only the properties of the object are returned.

Outputs

pData
Pointer to the pointer value.
nSize
Size of the binary item.

Returns

Success status

Note: The data passed in pData is copied by this method.