mpiObjectValidate

Declaration
long mpiObjectValidate(MPIHandle   handle,
                       MPIModuleId moduleId) 
Required Header stdmpi.h
Description

The ObjectValidate method verifies that the object (handle) is of the type moduleId.

Return Values
MPIMessageOK if handle is a handle to a valid object of type moduleId.
See Also