4.4.3.1 Requesting the Size of a File

The following is an annotated dump of a File Contents Request PDU (section 2.2.5.3).

 00000000 08 00 00 00 18 00 00 00 02 00 00 00 01 00 00 00 ................
 00000010 01 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00 ................
  
 08 00 -> -> CLIPRDR_HEADER::msgType = CB_FILECONTENTS_REQUEST (8)
 00 00 -> -> CLIPRDR_HEADER::msgFlags = 0
 18 00 00 00 -> CLIPRDR_HEADER::dataLen = 24 bytes
  
 02 00 00 00 -> CLIPRDR_FILECONTENTS_REQUEST::streamId = 2
 01 00 00 00 -> CLIPRDR_FILECONTENTS_REQUEST::lindex = 1
 01 00 00 00 -> CLIPRDR_FILECONTENTS_REQUEST::dwFlags = 0x000000001 = FILECONTENTS_SIZE
 00 00 00 00 -> CLIPRDR_FILECONTENTS_REQUEST::nPositionLow = 0
 00 00 00 00 -> CLIPRDR_FILECONTENTS_REQUEST::nPositionHigh = 0
 08 00 00 00 -> CLIPRDR_FILECONTENTS_REQUEST::cbRequested = 8