3.16.4.4.1 Arrived (Opnum 7)

The Arrived method is implemented by a client and is called by the server to notify a message arrival event.

 void Arrived(
   [in] IDispatch* Queue,
   [in] long Cursor
 );

Queue: A pointer to an IDispatch interface for the Queue that raised the event.

Cursor: A long value that specifies the value of the cursor option that was specified through the Cursor input parameter passed to the IMSMQQueue4::EnableNotification operation to associate this MSMQEvent with the queue. This parameter corresponds to the MQMSGCURSOR enum as defined in section 2.2.2.8.

This method has no return values.