IBackgroundCopyFile3::GetValidationState メソッド (bits3_0.h)

このファイルの現在の検証状態を取得します。

構文

HRESULT GetValidationState(
  [out] BOOL *pState
);

パラメーター

[out] pState

ファイルの内容が有効な場合は TRUE、それ以外の場合は FALSE

戻り値

メソッドは、次の戻り値を返します。

リターン コード 説明
S_OK
Success

注釈

FALSE は、ファイルが無効であることを意味しない可能性があります。IBackgroundCopyFile3::SetValidationState が呼び出されていないことを意味する可能性があります。

要件

要件
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー bits3_0.h (Bits.h を含む)
Library Bits.lib

こちらもご覧ください

IBackgroundCopyFile3

IBackgroundCopyFile3::SetValidationState

IBitsPeerCacheRecord::IsFileValidated