[from MSDN]
cs.cbInQue Specifies the number of bytes received by the serial provider but not yet read by a ReadFile operation. 
这里的"serial provider" 是操作系统的串口驱动程序. 在你的ReadFile()返回之前,当有数据流入串口,这个数就应该增加