次の方法で共有


IRDPSRAPIFrameBuffer::GetFrameBufferBits メソッド (rdpencomapi.h)

フレームの指定された領域のビットを取得します。

構文

HRESULT GetFrameBufferBits(
  [in]          long      x,
  [in]          long      y,
  [in]          long      Width,
                long      Heigth,
  [out, retval] SAFEARRAY **ppBits
);

パラメーター

[in] x

フレームの要求された領域の x 座標。

[in] y

フレームの要求された領域の y 座標。

[in] Width

フレームの要求された領域の幅。

Heigth

[out, retval] ppBits

指定した領域のフレーム バッファーの内容。

戻り値

メソッドが成功した場合、戻り値は S_OK。 それ以外の場合、戻り値はエラー コードです。

要件

要件
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016
対象プラットフォーム Windows
ヘッダー rdpencomapi.h
[DLL] RdpEncom.dll

こちらもご覧ください

IRDPSRAPIFrameBuffer