IRemoteDesktopClientActions::GetSnapshot 方法 (rdpappcontainerclient.h)

导致使用远程桌面协议 (RDP) 应用容器客户端的会话内桌面的快照。

语法

HRESULT GetSnapshot(
  [in]          SnapshotEncodingType snapshotEncoding,
  [in]          SnapshotFormatType   snapshotFormat,
  [in]          ULONG                snapshotWidth,
  [in]          ULONG                snapshotHeight,
  [out, retval] BSTR                 *snapshotData
);

参数

[in] snapshotEncoding

指定快照的编码类型。

[in] snapshotFormat

指定快照的数据格式类型

[in] snapshotWidth

快照的宽度(以像素为单位)。

[in] snapshotHeight

快照的高度(以像素为单位)。

[out, retval] snapshotData

返回时指向快照。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 8
最低受支持的服务器 Windows Server 2012
目标平台 Windows
标头 rdpappcontainerclient.h
DLL MsTscAx.dll

另请参阅

IRemoteDesktopClientActions