Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
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 |