MFT簡易ライブラリ

Master File Table からファイル情報を一部抽出する

  • ソフト名 :MFT簡易ライブラリ
  • バージョン :0.0.0.1
  • ライセンス :フリーソフト
  • OS :Windows
  • 開発 :シソラ

今すぐダウンロード

MFT簡易ライブラリ詳細

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;

Leave a Reply

メールアドレスが公開されることはありません。 が付いている欄は必須項目です