KEY_EVENT_RECORD 構造体

宣言文
Type KEY_EVENT_RECORD
        bKeyDown As Long
        wRepeatCount As Integer
        wVirtualKeyCode As Integer
        wVirtualScanCode As Integer
        uChar As Byte
        dwControlKeyState As Long
End Type
備考
Structure KEY_EVENT_RECORD
        bKeyDown As Integer
        wRepeatCount As Short
        wVirtualKeyCode As Short
        wVirtualScanCode As Short
        uChar As Byte
        dwControlKeyState As Integer
End Structure