ReactOS 0.4.15-dev-7958-gcd0bb1a
_COMM_CONFIG Struct Reference

#include <winbase.h>

Collaboration diagram for _COMM_CONFIG:

Public Attributes

DWORD dwSize
 
WORD wVersion
 
WORD wReserved
 
DCB dcb
 
DWORD dwProviderSubType
 
DWORD dwProviderOffset
 
DWORD dwProviderSize
 
WCHAR wcProviderData [1]
 

Detailed Description

Definition at line 676 of file winbase.h.

Member Data Documentation

◆ dcb

DCB _COMM_CONFIG::dcb

Definition at line 680 of file winbase.h.

Referenced by GetCommConfig(), OkButton(), and SetCommConfig().

◆ dwProviderOffset

DWORD _COMM_CONFIG::dwProviderOffset

Definition at line 682 of file winbase.h.

Referenced by GetCommConfig().

◆ dwProviderSize

DWORD _COMM_CONFIG::dwProviderSize

Definition at line 683 of file winbase.h.

Referenced by GetCommConfig().

◆ dwProviderSubType

DWORD _COMM_CONFIG::dwProviderSubType

Definition at line 681 of file winbase.h.

Referenced by GetCommConfig().

◆ dwSize

DWORD _COMM_CONFIG::dwSize

◆ wcProviderData

WCHAR _COMM_CONFIG::wcProviderData[1]

Definition at line 684 of file winbase.h.

◆ wReserved

WORD _COMM_CONFIG::wReserved

Definition at line 679 of file winbase.h.

Referenced by GetCommConfig().

◆ wVersion

WORD _COMM_CONFIG::wVersion

Definition at line 678 of file winbase.h.

Referenced by GetCommConfig().


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