次の方法で共有


IRemoteDesktopClient::UpdateSessionDisplaySettings メソッド (rdpappcontainerclient.h)

リモート デスクトップ プロトコル (RDP) アプリ コンテナー クライアント コントロールの幅と高さの設定を更新します。

構文

HRESULT UpdateSessionDisplaySettings(
  [in] ULONG width,
  [in] ULONG height
);

パラメーター

[in] width

[in] height

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 8
サポートされている最小のサーバー Windows Server 2012
対象プラットフォーム Windows
ヘッダー rdpappcontainerclient.h
[DLL] MsTscAx.dll

こちらもご覧ください

IRemoteDesktopClient