Added PCF_TOTALTIMEOUTS to comm properties.

This commit is contained in:
Marcelo Welter 2002-06-05 17:27:48 +00:00 committed by Alexandre Julliard
parent 25a3879647
commit eef5d668ce
1 changed files with 1 additions and 1 deletions

View File

@ -1795,7 +1795,7 @@ BOOL WINAPI GetCommProperties(
lpCommProp->dwMaxRxQueue = 4096;
lpCommProp->dwMaxBaud = BAUD_115200;
lpCommProp->dwProvSubType = PST_RS232;
lpCommProp->dwProvCapabilities = PCF_DTRDSR | PCF_PARITY_CHECK | PCF_RTSCTS ;
lpCommProp->dwProvCapabilities = PCF_DTRDSR | PCF_PARITY_CHECK | PCF_RTSCTS | PCF_TOTALTIMEOUTS;
lpCommProp->dwSettableParams = SP_BAUD | SP_DATABITS | SP_HANDSHAKING |
SP_PARITY | SP_PARITY_CHECK | SP_STOPBITS ;
lpCommProp->dwSettableBaud = BAUD_075 | BAUD_110 | BAUD_134_5 | BAUD_150 |