ReactOS 0.4.16-dev-822-gbcedb53
|
#include <winbase.h>
Public Attributes | |
DWORD | dwSize |
WORD | wVersion |
WORD | wReserved |
DCB | dcb |
DWORD | dwProviderSubType |
DWORD | dwProviderOffset |
DWORD | dwProviderSize |
WCHAR | wcProviderData [1] |
DCB _COMM_CONFIG::dcb |
Definition at line 705 of file winbase.h.
Referenced by GetCommConfig(), OkButton(), and SetCommConfig().
DWORD _COMM_CONFIG::dwProviderOffset |
Definition at line 707 of file winbase.h.
Referenced by GetCommConfig().
DWORD _COMM_CONFIG::dwProviderSize |
Definition at line 708 of file winbase.h.
Referenced by GetCommConfig().
DWORD _COMM_CONFIG::dwProviderSubType |
Definition at line 706 of file winbase.h.
Referenced by GetCommConfig().
DWORD _COMM_CONFIG::dwSize |
Definition at line 702 of file winbase.h.
Referenced by _HandleSetDefaultCommConfig(), GetCommConfig(), test_drvCommConfigDialogA(), and test_drvCommConfigDialogW().
WORD _COMM_CONFIG::wReserved |
Definition at line 704 of file winbase.h.
Referenced by GetCommConfig().
WORD _COMM_CONFIG::wVersion |
Definition at line 703 of file winbase.h.
Referenced by GetCommConfig().