mpiEventMgrControlListGet

Declaration
long mpiEventMgrControlListGet(MPIEventMgr eventMgr,
                               long        *controlCount,
                               MPIControl  *controlList)
Required Header stdmpi.h
Description

EventMgrControlListGet returns the list of Control objects associated with an EventMgr object (eventMgr).

EventMgrControlListGet also writes the number of Control handles (in the list) to the location pointed to by controlCount, and writes an array (of controlCount Control handles) to the location pointed to by controlList.

Return Values
MPIMessageOK if EventMgrControlListGet successfully returns the list of Control objects associated with an EventMgr object
See Also mpiEventMgrControlListSet