IBackgroundCopyFile3::GetValidationState method (bits3_0.h)

Gets the current validation state of this file.

Syntax

HRESULT GetValidationState(
  [out] BOOL *pState
);

Parameters

[out] pState

TRUE if the contents of the file is valid, otherwise, FALSE.

Return value

The method returns the following return values.

Return code Description
S_OK
Success

Remarks

Note that FALSE may not mean that the file is not valid, it may mean the IBackgroundCopyFile3::SetValidationState has not been called.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header bits3_0.h (include Bits.h)
Library Bits.lib

See also

IBackgroundCopyFile3

IBackgroundCopyFile3::SetValidationState

IBitsPeerCacheRecord::IsFileValidated