![]() |
hamigaki::archivers::iso::file_flags —
struct file_flags { // static constants static const boost::uint8_t existence = 0x01; // 隠しファイル static const boost::uint8_t directory = 0x02; // ディレクトリ static const boost::uint8_t associated = 0x04; // 関連ファイル static const boost::uint8_t record = 0x08; // 拡張属性レコードを持つ static const boost::uint8_t protection = 0x10; // 保護ファイル static const boost::uint8_t multi_extent = 0x80; // 複数エクステント };
製作著作 © 2006, 2007 Takeshi Mouri |