4.1.1 DstBlt

The following is an annotated dump of a DstBlt (section 2.2.2.2.1.1.2.1) Primary Drawing Order.

 00000000 09 00 0c 48 00 37 01                            ...H.7.
  
 09 -> PRIMARY_DRAWING_ORDER::controlFlags = 0x09
 0x09
 = 0x01 |
   0x08
 = TS_STANDARD |
   TS_TYPE_CHANGE
  
 00 -> PRIMARY_DRAWING_ORDER::orderType = TS_ENC_DSTBLT_ORDER
  
 0c -> PRIMARY_DRAWING_ORDER::fieldFlags = 0x0c
 Binary of 0x0c = 0000 1100
 Fields 3, 4 are present
  
 DSTBLT_ORDER::nLeftRect not present
 DSTBLT_ORDER::nTopRect not present
  
 48 00 -> DSTBLT_ORDER::nWidth = 0x48 = 72
 37 01 -> DSTBLT_ORDER::nHeight = 0x0137 = 311
  
 DSTBLT_ORDER::bRop not present