The COMMTIMEOUTS structure in the Windows API comes with two kinds of read timeouts: Once there is the ReadIntervalTimeout which defines a timeout between reading two bytes. Then there are ReadTotalTimeoutMultiplier and ReadTotalTimeoutConstant which combine into a timeout for multiple byte reads. When reading multiple bytes in one ReadFile command, how do these combine? Are […]
The post COMMTIMEOUTS: How do read timeouts combine? appeared first on BlogoSfera.