OFSTRUCT 構造体

宣言文
Type OFSTRUCT
        cBytes As Byte
        fFixedDisk As Byte
        nErrCode As Integer
        Reserved1 As Integer
        Reserved2 As Integer
        szPathName(OFS_MAXPATHNAME) As Byte
End Type
備考
Structure OFSTRUCT
        cBytes As Byte
        fFixedDisk As Byte
        nErrCode As Short
        Reserved1 As Short
        Reserved2 As Short
        szPathName(OFS_MAXPATHNAME) As Byte
End Structure