BITMAPCOREHEADER 構造体

宣言文
Type BITMAPCOREHEADER '12 bytes
        bcSize As Long
        bcWidth As Integer
        bcHeight As Integer
        bcPlanes As Integer
        bcBitCount As Integer
End Type
備考
Structure BITMAPCOREHEADER '12 bytes
        bcSize As Integer
        bcWidth As Short
        bcHeight As Short
        bcPlanes As Short
        bcBitCount As Short
End Structure