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 the state of a target.
Syntax
typedef enum _TARGET_STATE {
TARGET_UNKNOWN = 0x1,
TARGET_INITIALIZING,
TARGET_RUNNING,
TARGET_DOWN,
TARGET_HIBERNATED,
TARGET_CHECKED_OUT,
TARGET_STOPPED,
TARGET_INVALID,
TARGET_STARTING,
TARGET_STOPPING,
TARGET_MAXSTATE
} TARGET_STATE;
Constants
TARGET_UNKNOWNValue: 0x1 The target state is unknown. |
TARGET_INITIALIZINGThe target is initializing. |
TARGET_RUNNINGThe target is running. |
TARGET_DOWNThe target is not running. If a resource plug-in calls OnStateChange and the target is in this state, RD Connection Broker will delete the target object from its database. |
TARGET_HIBERNATEDThe target is hibernated. |
TARGET_CHECKED_OUTThe target is checked out. |
TARGET_STOPPEDThe target is stopped. |
TARGET_INVALID |
TARGET_STARTING |
TARGET_STOPPING |
TARGET_MAXSTATE |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Header | sessdirpublictypes.h |