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 IBM Transformation Extender object.
- iProperty
- Property ID
- iIndex
- Index of the property.
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.