다음을 통해 공유


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