共用方式為


ControlReconnectStatus 列舉

指定 IMsRdpClient8::Reconnect 方法的結果。

Syntax

typedef enum  { 
  controlReconnectStarted  = 0x0000,
  controlReconnectBlocked  = 0x0001
} ControlReconnectStatus;

常數

controlReconnectStarted

已啟動重新連線作業。

controlReconnectBlocked

無法啟動重新連線作業。

規格需求

需求
最低支援的用戶端
Windows 8
最低支援的伺服器
Windows Server 2012
類型程式庫
MsTscAx.dll

另請參閱

IMsRdpClient8::Reconnect