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.
Indicates whether a target belongs to a pool or farm.
Syntax
typedef enum _TARGET_TYPE {
UNKNOWN = 0,
FARM = 2,
NONFARM = 2
} TARGET_TYPE;
Constants
UNKNOWNValue: 0 The target type is unknown. |
FARMValue: 2 The target is a virtual machine that belongs to a pool or an RD Session Host server that belongs to a farm. |
NONFARMValue: 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 |