Master File Table からファイル情報を一部抽出する
2010/01/20 初版公開 - [ver.0.0.0.1]
※ 必要十分な機能を搭載することを目標に、現在開発進行中のライブラリです。
初めに「ソフトウェア使用許諾契約.txt」をお読みください。
ご不明な点がございましたら、お気軽にお問い合わせください
※本システムは商用でも無料でお使い頂けます。
仕様として、以下のような値を返します。
typedef struct{
__int32 parentId;
wchar_t parentName[256];
__int32 id;
wchar_t name[256];
__int64 allocatedSize;
__int64 actualSize;
__int64 creationTime;
__int64 modificationTime;
__int64 mftModificationTime;
__int64 accessTime;
__int32 flag;
} ResultRecord;
ソフト名: | MFT簡易ライブラリ |
---|---|
動作OS: | Windows 7 |
機種: | IBM-PC x64 |
種類: | フリーソフト |
作者: | シソラ |