Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |