|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <winbase.h>
Public Attributes | |
| DWORD | DCBlength |
| DWORD | BaudRate |
| DWORD | fBinary:1 |
| DWORD | fParity:1 |
| DWORD | fOutxCtsFlow:1 |
| DWORD | fOutxDsrFlow:1 |
| DWORD | fDtrControl:2 |
| DWORD | fDsrSensitivity:1 |
| DWORD | fTXContinueOnXoff:1 |
| DWORD | fOutX:1 |
| DWORD | fInX:1 |
| DWORD | fErrorChar:1 |
| DWORD | fNull:1 |
| DWORD | fRtsControl:2 |
| DWORD | fAbortOnError:1 |
| DWORD | fDummy2:17 |
| WORD | wReserved |
| WORD | XonLim |
| WORD | XoffLim |
| BYTE | ByteSize |
| BYTE | Parity |
| BYTE | StopBits |
| char | XonChar |
| char | XoffChar |
| char | ErrorChar |
| char | EofChar |
| char | EvtChar |
| WORD | wReserved1 |
| DWORD _DCB::BaudRate |
Definition at line 618 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| BYTE _DCB::ByteSize |
Definition at line 636 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| DWORD _DCB::DCBlength |
Definition at line 617 of file winbase.h.
Referenced by BuildCommDCBAndTimeoutsW(), and GetCommState().
| char _DCB::EofChar |
Definition at line 642 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| char _DCB::ErrorChar |
Definition at line 641 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| char _DCB::EvtChar |
Definition at line 643 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| DWORD _DCB::fAbortOnError |
Definition at line 631 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| DWORD _DCB::fBinary |
Definition at line 619 of file winbase.h.
Referenced by GetCommState().
| DWORD _DCB::fDsrSensitivity |
Definition at line 624 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), GetCommState(), and SetCommState().
| DWORD _DCB::fDtrControl |
Definition at line 623 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| DWORD _DCB::fErrorChar |
Definition at line 628 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| DWORD _DCB::fInX |
Definition at line 627 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| DWORD _DCB::fNull |
Definition at line 629 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| DWORD _DCB::fOutX |
Definition at line 626 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| DWORD _DCB::fOutxCtsFlow |
Definition at line 621 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| DWORD _DCB::fOutxDsrFlow |
Definition at line 622 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| DWORD _DCB::fParity |
Definition at line 620 of file winbase.h.
Referenced by GetCommState().
| DWORD _DCB::fRtsControl |
Definition at line 630 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| DWORD _DCB::fTXContinueOnXoff |
Definition at line 625 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| BYTE _DCB::Parity |
Definition at line 637 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| BYTE _DCB::StopBits |
Definition at line 638 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
| char _DCB::XoffChar |
Definition at line 640 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| WORD _DCB::XoffLim |
Definition at line 635 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| char _DCB::XonChar |
Definition at line 639 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
| WORD _DCB::XonLim |
Definition at line 634 of file winbase.h.
Referenced by GetCommState(), and SetCommState().