2.2.9.2.1.8 TSG_PACKET_MSG_REQUEST

The TSG_PACKET_MSG_REQUEST structure contains the request from the client to the RDG server to send across an administrative message whenever there is any. The value of the packetId field in TSG_PACKET MUST be set to TSG_PACKET_TYPE_MSGREQUEST_PACKET.

 typedef struct _TSG_PACKET_MSG_REQUEST {
   unsigned long maxMessagesPerBatch;
 } TSG_PACKET_MSG_REQUEST,
  *PTSG_PACKET_MSG_REQUEST;

maxMessagesPerBatch: An unsigned long that specifies how many messages can be sent by the server at one time.