ReactOS 0.4.15-dev-7924-g5949c20
_DCB Struct Reference

#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
 

Detailed Description

Definition at line 645 of file winbase.h.

Member Data Documentation

◆ BaudRate

DWORD _DCB::BaudRate

◆ ByteSize

BYTE _DCB::ByteSize

◆ DCBlength

DWORD _DCB::DCBlength

Definition at line 646 of file winbase.h.

Referenced by BuildCommDCBAndTimeoutsW(), and GetCommState().

◆ EofChar

char _DCB::EofChar

Definition at line 671 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ ErrorChar

char _DCB::ErrorChar

Definition at line 670 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ EvtChar

char _DCB::EvtChar

Definition at line 672 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ fAbortOnError

DWORD _DCB::fAbortOnError

Definition at line 660 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ fBinary

DWORD _DCB::fBinary

Definition at line 648 of file winbase.h.

Referenced by GetCommState().

◆ fDsrSensitivity

DWORD _DCB::fDsrSensitivity

Definition at line 653 of file winbase.h.

Referenced by COMM_BuildNewCommDCB(), GetCommState(), and SetCommState().

◆ fDtrControl

DWORD _DCB::fDtrControl

◆ fDummy2

DWORD _DCB::fDummy2

Definition at line 661 of file winbase.h.

◆ fErrorChar

DWORD _DCB::fErrorChar

Definition at line 657 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ fInX

DWORD _DCB::fInX

◆ fNull

DWORD _DCB::fNull

Definition at line 658 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ fOutX

DWORD _DCB::fOutX

◆ fOutxCtsFlow

DWORD _DCB::fOutxCtsFlow

◆ fOutxDsrFlow

DWORD _DCB::fOutxDsrFlow

◆ fParity

DWORD _DCB::fParity

Definition at line 649 of file winbase.h.

Referenced by GetCommState().

◆ fRtsControl

DWORD _DCB::fRtsControl

◆ fTXContinueOnXoff

DWORD _DCB::fTXContinueOnXoff

Definition at line 654 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ Parity

BYTE _DCB::Parity

◆ StopBits

BYTE _DCB::StopBits

◆ wReserved

WORD _DCB::wReserved

Definition at line 662 of file winbase.h.

◆ wReserved1

WORD _DCB::wReserved1

Definition at line 673 of file winbase.h.

◆ XoffChar

char _DCB::XoffChar

Definition at line 669 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ XoffLim

WORD _DCB::XoffLim

Definition at line 664 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ XonChar

char _DCB::XonChar

Definition at line 668 of file winbase.h.

Referenced by GetCommState(), and SetCommState().

◆ XonLim

WORD _DCB::XonLim

Definition at line 663 of file winbase.h.

Referenced by GetCommState(), and SetCommState().


The documentation for this struct was generated from the following file: