COMSTAT 構造体

宣言文
Type COMSTAT
        fBitFields As Long 'See Comment in Win32API.Txt
        cbInQue As Long
        cbOutQue As Long
End Type
備考
Structure COMSTAT
        fBitFields As Integer 'See Comment in Win32API.Txt
        cbInQue As Integer
        cbOutQue As Integer
End Structure