COMMPROP 構造体

宣言文
Type COMMPROP
        wPacketLength As Integer
        wPacketVersion As Integer
        dwServiceMask As Long
        dwReserved1 As Long
        dwMaxTxQueue As Long
        dwMaxRxQueue As Long
        dwMaxBaud As Long
        dwProvSubType As Long
        dwProvCapabilities As Long
        dwSettableParams As Long
        dwSettableBaud As Long
        wSettableData As Integer
        wSettableStopParity As Integer
        dwCurrentTxQueue As Long
        dwCurrentRxQueue As Long
        dwProvSpec1 As Long
        dwProvSpec2 As Long
        wcProvChar(1) As Integer
End Type
備考
Structure COMMPROP
        wPacketLength As Short
        wPacketVersion As Short
        dwServiceMask As Integer
        dwReserved1 As Integer
        dwMaxTxQueue As Integer
        dwMaxRxQueue As Integer
        dwMaxBaud As Integer
        dwProvSubStructure As Integer
        dwProvCapabilities As Integer
        dwSettableParams As Integer
        dwSettableBaud As Integer
        wSettableData As Short
        wSettableStopParity As Short
        dwCurrentTxQueue As Integer
        dwCurrentRxQueue As Integer
        dwProvSpec1 As Integer
        dwProvSpec2 As Integer
        wcProvChar(1) As Short
End Structure