EXTLOGPEN 構造体

宣言文
Type EXTLOGPEN
        elpPenStyle As Long
        elpWidth As Long
        elpBrushStyle As Long
        elpColor As Long
        elpHatch As Long
        elpNumEntries As Long
        elpStyleEntry(1) As Long
End Type
備考
Structure EXTLOGPEN
        elpPenStyle As Integer
        elpWidth As Integer
        elpBrushStyle As Integer
        elpColor As Integer
        elpHatch As Integer
        elpNumEntries As Integer
        elpStyleEntry(1) As Integer
End Structure