FH_TARGET_DRIVE_TYPES enumeration (fhcfg.h)

Specifies the type of a File History backup target.

Syntax

typedef enum _FH_TARGET_DRIVE_TYPES {
  FH_DRIVE_UNKNOWN = 0,
  FH_DRIVE_REMOVABLE = 2,
  FH_DRIVE_FIXED = 3,
  FH_DRIVE_REMOTE = 4
} FH_TARGET_DRIVE_TYPES;

Constants

 
FH_DRIVE_UNKNOWN
Value: 0
The type of the backup target is unknown.
FH_DRIVE_REMOVABLE
Value: 2
The backup target is a locally attached removable storage device, such as a USB thumb drive.
FH_DRIVE_FIXED
Value: 3
The backup target is a locally attached nonremovable storage device, such as an internal hard drive.
FH_DRIVE_REMOTE
Value: 4
The backup target is a storage device that is accessible over network, such as a computer that is running Windows Home Server.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header fhcfg.h

See also

IFhTarget::GetNumericalProperty