ConnectionRecoveryBehaviorOptions 枚举 (uiautomationclient.h)
包含 ConnectionRecoveryBehavior 属性的可能值,该值指示当提供程序无响应时,可访问的技术客户端是否调整提供程序请求超时。
语法
typedef enum ConnectionRecoveryBehaviorOptions {
ConnectionRecoveryBehaviorOptions_Disabled = 0,
ConnectionRecoveryBehaviorOptions_Enabled = 0x1
} ;
常量
ConnectionRecoveryBehaviorOptions_Disabled 值: 0 连接恢复已禁用。 |
ConnectionRecoveryBehaviorOptions_Enabled 值: 0x1 连接恢复已启用。 |
要求
最低受支持的客户端 | Windows 10版本 1607 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
标头 | uiautomationclient.h (包括 UIAutomation.h) |