DISPLAY_DEVICE構造体

宣言文
Type DISPLAY_DEVICE
    cbSize As Long                              構造体のサイズ(バイト数)
    DeviceName As String*32                     デバイス名
    DeviceString As String*128                  デバイス名の文字列
    StateFlags As Long                          常に0
End Type
Structure DISPLAY_DEVICE
    cbSize As Integer                              構造体のサイズ(バイト数)
    DeviceName As String*32                     デバイス名
    DeviceString As String*128                  デバイス名の文字列
    StateFlags As Integer                          常に0
End Structure