ReactOS 0.4.15-dev-6669-g8227c5d
|
#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 680 of file winbase.h.
Referenced by GetCommConfig(), OkButton(), and SetCommConfig().
DWORD _COMM_CONFIG::dwProviderOffset |
Definition at line 682 of file winbase.h.
Referenced by GetCommConfig().
DWORD _COMM_CONFIG::dwProviderSize |
Definition at line 683 of file winbase.h.
Referenced by GetCommConfig().
DWORD _COMM_CONFIG::dwProviderSubType |
Definition at line 681 of file winbase.h.
Referenced by GetCommConfig().
DWORD _COMM_CONFIG::dwSize |
Definition at line 677 of file winbase.h.
Referenced by _HandleSetDefaultCommConfig(), GetCommConfig(), test_drvCommConfigDialogA(), and test_drvCommConfigDialogW().
WORD _COMM_CONFIG::wReserved |
Definition at line 679 of file winbase.h.
Referenced by GetCommConfig().
WORD _COMM_CONFIG::wVersion |
Definition at line 678 of file winbase.h.
Referenced by GetCommConfig().