Skip to content

Latest commit

 

History

History
95 lines (72 loc) · 3.95 KB

ne-fhcfg-fh_device_validation_result.md

File metadata and controls

95 lines (72 loc) · 3.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:fhcfg._FH_DEVICE_VALIDATION_RESULT
FH_DEVICE_VALIDATION_RESULT (fhcfg.h)
Indicates whether the storage device or network share can be used as a File History backup target.
*PFH_DEVICE_VALIDATION_RESULT
FH_ACCESS_DENIED
FH_CURRENT_DEFAULT
FH_DEVICE_VALIDATION_RESULT
FH_DEVICE_VALIDATION_RESULT enumeration [Windows API]
FH_INVALID_DRIVE_TYPE
FH_NAMESPACE_EXISTS
FH_READ_ONLY_PERMISSION
FH_TARGET_PART_OF_LIBRARY
FH_VALID_TARGET
MAX_VALIDATION_RESULT
fhcfg/FH_ACCESS_DENIED
fhcfg/FH_CURRENT_DEFAULT
fhcfg/FH_DEVICE_VALIDATION_RESULT
fhcfg/FH_INVALID_DRIVE_TYPE
fhcfg/FH_NAMESPACE_EXISTS
fhcfg/FH_READ_ONLY_PERMISSION
fhcfg/FH_TARGET_PART_OF_LIBRARY
fhcfg/FH_VALID_TARGET
fhcfg/MAX_VALIDATION_RESULT
winprog.fh_device_validation_result
winprog\fh_device_validation_result.htm
winprog
DAADC244-D0F5-44F9-9F61-48E6C6EFB91A
12/05/2018
*PFH_DEVICE_VALIDATION_RESULT, FH_ACCESS_DENIED, FH_CURRENT_DEFAULT, FH_DEVICE_VALIDATION_RESULT, FH_DEVICE_VALIDATION_RESULT enumeration [Windows API], FH_INVALID_DRIVE_TYPE, FH_NAMESPACE_EXISTS, FH_READ_ONLY_PERMISSION, FH_TARGET_PART_OF_LIBRARY, FH_VALID_TARGET, MAX_VALIDATION_RESULT, fhcfg/FH_ACCESS_DENIED, fhcfg/FH_CURRENT_DEFAULT, fhcfg/FH_DEVICE_VALIDATION_RESULT, fhcfg/FH_INVALID_DRIVE_TYPE, fhcfg/FH_NAMESPACE_EXISTS, fhcfg/FH_READ_ONLY_PERMISSION, fhcfg/FH_TARGET_PART_OF_LIBRARY, fhcfg/FH_VALID_TARGET, fhcfg/MAX_VALIDATION_RESULT, winprog.fh_device_validation_result
fhcfg.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Fhcfg.idl
Windows
FH_DEVICE_VALIDATION_RESULT, *PFH_DEVICE_VALIDATION_RESULT
19H1
_FH_DEVICE_VALIDATION_RESULT
fhcfg/_FH_DEVICE_VALIDATION_RESULT
PFH_DEVICE_VALIDATION_RESULT
fhcfg/PFH_DEVICE_VALIDATION_RESULT
FH_DEVICE_VALIDATION_RESULT
fhcfg/FH_DEVICE_VALIDATION_RESULT
c++
APIRef
kbSyntax
HeaderDef
Fhcfg.h
FH_DEVICE_VALIDATION_RESULT

FH_DEVICE_VALIDATION_RESULT enumeration

-description

Indicates whether the storage device or network share can be used as a File History backup target.

-enum-fields

-field FH_ACCESS_DENIED:0

The storage device or network share cannot be used as a backup target, because it is not accessible.

-field FH_INVALID_DRIVE_TYPE

The storage device or network share cannot be used as a backup target, because the drive type is not supported. For example, a CD or DVD cannot be used as a File History backup target.

-field FH_READ_ONLY_PERMISSION

The storage device or network share cannot be used as a backup target, because it is read-only.

-field FH_CURRENT_DEFAULT

The storage device or network share is already being used as a backup target.

-field FH_NAMESPACE_EXISTS

The storage device or network share was previously used to back up files from a computer or user that has the same name as the current computer or user. It can be used as a backup target, but if it is used, the operating system will delete the previous backup.

-field FH_TARGET_PART_OF_LIBRARY

The storage device or network share cannot be used as a backup target, because it is in the File History protection scope.

-field FH_VALID_TARGET

The storage device or network share can be used as a backup target.

-field MAX_VALIDATION_RESULT

The maximum enumeration value for this enumeration. This value and all values greater than it are reserved for system use.

-see-also

IFhConfigMgr::ValidateTarget