mpiMessageFunction

Declaration
long mpiMessageFunction(MPIModuleId        moduleId,
                        MPIMessageFunction function)
Required Header stdmpi.h
Description

MessageFunction registers function as the function to be called by mpiMessage(...) (in order to obtain the text for a message associated with module moduleId).

MessageFunction is typically called internally by object create methods. Applications generally do not need to call MessageFunction directly.

Return Values
MPIMessageOK if MessageFunction successfully registers function as the function to be called by mpiMessage(...)
See Also mpiMessage