BITMAP 構造体

宣言文
Type BITMAP '14 bytes
        bmType As Long
        bmWidth As Long
        bmHeight As Long
        bmWidthBytes As Long
        bmPlanes As Integer
        bmBitsPixel As Integer
        bmBits As Long
End Type
備考
Structure BITMAP '14 bytes
        bmStructure As Integer
        bmWidth As Integer
        bmHeight As Integer
        bmWidthBytes As Integer
        bmPlanes As Short
        bmBitsPixel As Short
        bmBits As Integer
End Structure