ControlReconnectStatus 列挙

IMsRdpClient8::Reconnect メソッドの結果を指定します。

構文

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

定数

controlReconnectStarted

再接続操作が開始されました。

controlReconnectBlocked

再接続操作を開始できませんでした。

必要条件

要件
サポートされている最小のクライアント
Windows 8
サポートされている最小のサーバー
Windows Server 2012
タイプ ライブラリ
MsTscAx.dll

関連項目

IMsRdpClient8::Reconnect