The ArcGetEventObject method returns individual event object after ArcGetReqEventPage method called.
virtual
BOOL ArcGetEventObject ( int nEvtNum, pEVENT_DATA pEventObject ); |
[IN]
nEvtNum:
Event object index, started from 0.
[OUT]
pEventObject: Pointer to a sEVENT_DATA structure that receives
the information.
This method returns TRUE if success.
See the ArcGetReqEventPage.