ReactOS 0.4.15-dev-7958-gcd0bb1a
_PORT_DATA Struct Reference
Collaboration diagram for _PORT_DATA:

Public Attributes

HDEVINFO DeviceInfoSet
 
PSP_DEVINFO_DATA DeviceInfoData
 
WCHAR szPortName [16]
 
DWORD dwPortNumber
 
DWORD dwFilterResourceMethod
 
DWORD dwLegacy
 
INT nBaudRateIndex
 
INT nParityIndex
 
INT nDataBitsIndex
 
INT nStopBitsIndex
 
INT nFlowControlIndex
 
BOOL bChanged
 

Detailed Description

Definition at line 12 of file parallel.c.

Member Data Documentation

◆ bChanged

BOOL _PORT_DATA::bChanged

Definition at line 24 of file serial.c.

Referenced by OnCommand(), ReadPortSettings(), RestoreDefaultValues(), and WritePortSettings().

◆ DeviceInfoData

PSP_DEVINFO_DATA _PORT_DATA::DeviceInfoData

◆ DeviceInfoSet

HDEVINFO _PORT_DATA::DeviceInfoSet

◆ dwFilterResourceMethod

DWORD _PORT_DATA::dwFilterResourceMethod

Definition at line 19 of file parallel.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ dwLegacy

DWORD _PORT_DATA::dwLegacy

Definition at line 20 of file parallel.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ dwPortNumber

DWORD _PORT_DATA::dwPortNumber

Definition at line 18 of file parallel.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ nBaudRateIndex

INT _PORT_DATA::nBaudRateIndex

Definition at line 18 of file serial.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ nDataBitsIndex

INT _PORT_DATA::nDataBitsIndex

Definition at line 20 of file serial.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ nFlowControlIndex

INT _PORT_DATA::nFlowControlIndex

Definition at line 22 of file serial.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ nParityIndex

INT _PORT_DATA::nParityIndex

Definition at line 19 of file serial.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ nStopBitsIndex

INT _PORT_DATA::nStopBitsIndex

Definition at line 21 of file serial.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().

◆ szPortName

WCHAR _PORT_DATA::szPortName

Definition at line 17 of file parallel.c.

Referenced by OnInitDialog(), ReadPortSettings(), and WritePortSettings().


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