mpiControlEventNotifyGet

Declaration

MPI_DECL1 MPI_RESULT MPI_DECL2
   mpiControlEventNotifyGet(MPIControl          control,
                            MPIEventMask        *eventMask,
                            MPIEventNotifyData  *eventNotifyData);

 

Required Header: stdmpi.h

Change History: Modified in 04.00. Added in 03.02.00.

Description

mpiControEventNotifyGet fills in the eventMask with the data indicating which control events will cause the firmware to generate an interrupt. If eventNotifyData is not NULL (it should be a pointer to a user supplied MPIEventNotifyData structure), then the function will fill out the structure from the controller.

control a handle to the Control object
*eventMask pointer to MPIEventMask structure.
*eventNotifyData pointer to MPIEventNotifyData structure or NULL.
Return Values
MPIMessageOK
MPIMessageARG_INVALID

See Also

mpiControlEventNotifySet | MPIEventNotifyData