CArclib::ArcGetEventObject

The ArcGetEventObject method returns individual event object after ArcGetReqEventPage method called.

 

virtual BOOL ArcGetEventObject (

int nEvtNum,

pEVENT_DATA pEventObject

);

Parameters:

[IN]

nEvtNum: Event object index, started from 0.

 

[OUT]

pEventObject:  Pointer to a sEVENT_DATA structure that receives the information.

Return Values

This method returns TRUE if success.

Note:

Example:

See the ArcGetReqEventPage.