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 |