ABC構造体

宣言文
Type ABC
    abcA As Long                                TrueTypeフォントの寸法"A"
    abcB As Long                                同、"B"
    abcC As Long                                同、"C"
End Type
Structure ABC
    abcA As Integer                                TrueTypeフォントの寸法"A"
    abcB As Integer                                同、"B"
    abcC As Integer                                同、"C"
End Structure