2.2.2.2 REMOTEREADDESC2

This structure is used by RemoteQMStartReceive2 and RemoteQMStartReceiveByLookupId to encapsulate the parameters necessary for execution of these operations.

 typedef struct _REMOTEREADDESC2 {
   REMOTEREADDESC* pRemoteReadDesc;
   ULONGLONG SequentialId;
 } REMOTEREADDESC2;

pRemoteReadDesc: A pointer to a REMOTEREADDESC structure, as specified in section 2.2.2.1.

SequentialId: This field is set by the server to the value of a unique message identifier that corresponds to a received message.