IRDPSRAPISharingSession2::SendControlLevelChangeResponse メソッド (rdpencomapi.h)

OnControlLevelChangeResponse イベントを送信します。

構文

HRESULT SendControlLevelChangeResponse(
  [in] IRDPSRAPIAttendee *pAttendee,
  [in] CTRL_LEVEL        RequestedLevel,
  [in] long              ReasonCode
);

パラメーター

[in] pAttendee

制御を要求する出席者。

[in] RequestedLevel

出席者が要求するコントロールのレベル。 使用可能な値については、 CTRL_LEVEL 列挙を参照してください。

[in] ReasonCode

変更の理由を指定します。

戻り値

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

要件

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

こちらもご覧ください

IRDPSRAPISharingSession2