ReactOS 0.4.15-dev-8621-g4b051b9
|
#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 647 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
BYTE _DCB::ByteSize |
Definition at line 665 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
DWORD _DCB::DCBlength |
Definition at line 646 of file winbase.h.
Referenced by BuildCommDCBAndTimeoutsW(), and GetCommState().
char _DCB::EofChar |
Definition at line 671 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
char _DCB::ErrorChar |
Definition at line 670 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
char _DCB::EvtChar |
Definition at line 672 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
DWORD _DCB::fAbortOnError |
Definition at line 660 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
DWORD _DCB::fBinary |
Definition at line 648 of file winbase.h.
Referenced by GetCommState().
DWORD _DCB::fDsrSensitivity |
Definition at line 653 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), GetCommState(), and SetCommState().
DWORD _DCB::fDtrControl |
Definition at line 652 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
DWORD _DCB::fErrorChar |
Definition at line 657 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
DWORD _DCB::fInX |
Definition at line 656 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
DWORD _DCB::fNull |
Definition at line 658 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
DWORD _DCB::fOutX |
Definition at line 655 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
DWORD _DCB::fOutxCtsFlow |
Definition at line 650 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
DWORD _DCB::fOutxDsrFlow |
Definition at line 651 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
DWORD _DCB::fParity |
Definition at line 649 of file winbase.h.
Referenced by GetCommState().
DWORD _DCB::fRtsControl |
Definition at line 659 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
DWORD _DCB::fTXContinueOnXoff |
Definition at line 654 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
BYTE _DCB::Parity |
Definition at line 666 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
BYTE _DCB::StopBits |
Definition at line 667 of file winbase.h.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), GetCommState(), OkButton(), and SetCommState().
char _DCB::XoffChar |
Definition at line 669 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
WORD _DCB::XoffLim |
Definition at line 664 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
char _DCB::XonChar |
Definition at line 668 of file winbase.h.
Referenced by GetCommState(), and SetCommState().
WORD _DCB::XonLim |
Definition at line 663 of file winbase.h.
Referenced by GetCommState(), and SetCommState().