4.6.3 TS_RAIL_ORDER_MINMAXINFO

The following is a network capture of the Server Min Max Info PDU (TS_RAIL_ORDER_MINMAXINFO, as specified in 2.2.2.7.1).

 *00000000 0a 00 18 00 94 00 01 00 48 06 b8 04 00 00 00 00 ........H.......
 *00000010 70 00 1b 00 4c 06 bc 04                         p...L...
  
 0a 00 -> TS_RAIL_PDU_HEADER::orderType = TS_RAIL_ORDER_MINMAXINFO(10) (2 Bytes)
 18 00 -> TS_RAIL_PDU_HEADER::orderLength   = 24                        (2 Bytes)
 94 00 01 00 -> WindowId                    (4 Bytes)
 48 06 -> MaxWidth   (2 Bytes)
 b8 04 -> MaxHeight   (2 Bytes)
 00 00 -> MaxPosX   (2 Bytes)
 00 00 -> MaxPosY   (2 Bytes)
 70 00 -> MinTrackWidth   (2 Bytes)
 1b 00 -> MinTrackHeight   (2 Bytes)
 4c 06 -> MaxTrackWidth   (2 Bytes)
 bc 04 -> MaxTrackHeight   (2 Bytes)