MPIEventMessage

MPIEventMessage  

 

typedef enum {
    MPIEventMessageEVENT_INVALID,
} MPIEventMessage;
Description
  MPIEventMessageEVENT_INVALID
  Meaning The MPIEvent handle passed to an MPIEvent method is invalid.
  Possible Causes Either the handle was never initialized or the mpiEventCreate method failed.
  Recommendations

MPIEvent objects are used internally. Do not create your own. If you have not and you are receiving this error message, then please contact an applications engineer at Motion Engineering, Inc.

See Also