TARGET_TYPE enumeration (sessdirpublictypes.h)
Indicates whether a target belongs to a pool or farm.
Syntax
typedef enum _TARGET_TYPE {
UNKNOWN = 0,
FARM = 2,
NONFARM = 2
} TARGET_TYPE;
Constants
UNKNOWN Value: 0 The target type is unknown. |
FARM Value: 2 The target is a virtual machine that belongs to a pool or an RD Session Host server that belongs to a farm. |
NONFARM Value: 2 The target does not belong to a pool or farm. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Header | sessdirpublictypes.h |