MSFT_FileIntegrity クラスの Get メソッド
指定ファイルのファイル整合性情報を取得します。
構文
UInt32 Get(
[in] FileName String,
[out] String FileIntegrity,
[out] String ExtendedStatus
);
パラメーター
String [in]
整合性情報を取得するファイル。
FileIntegrity [out]
ファイル整合性情報を含む、埋め込み MSFT_FileIntegrity オブジェクトを含む文字列。
ExtendedStatus [out]
埋め込み MSFT_StorageExtendedStatus オブジェクトを含む文字列。
このパラメーターを使用すると、ストレージ プロバイダーは拡張 (実装固有の) エラー情報を返せます。
戻り値
成功 (0)
サポート非対称 (1)
不明なエラー (2)
タイムアウト (3)
失敗 (4)
無効なパラメーター (5)
要件
要件 | Value |
---|---|
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
名前空間 | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |