IMsRdpClientNonScriptable4::RedirectionWarningType 속성

리디렉션에 대해 사용자에게 알리는 대화 상자의 현재 상태와 모양을 제어합니다.

이 속성은 읽기/쓰기가 가능합니다.

구문

HRESULT put_RedirectionWarningType(
  [in]  RedirectionWarningType wrnType
);

HRESULT get_RedirectionWarningType(
  [out] RedirectionWarningType *pWrnType
);

속성 값

사용자에게 리디렉션을 알리는 대화 상자의 유형을 설정합니다.

RedirectionWarningTypeDefault (0x0000)

대화 상자는 게시자별로 지정되지 않습니다.

RedirectionWarningTypeUnsigned (0x0001)

서명되지 않은 파일에 대한 대화 상자입니다.

RedirectionWarningTypeUnknown (0x0002)

알 수 없는 게시자를 위한 대화 상자입니다.

RedirectionWarningTypeUser (0x0003)

대화 상자는 사용자의 파일에 대한 것입니다.

RedirectionWarningTypeThirdPartySigned (0x0004)

타사 인증 서명된 파일에 대한 대화 상자가 표시됩니다.

RedirectionWarningTypeTrusted (0x0005)

애플리케이션이 신뢰할 수 있는 게시자에 의해 게시되므로 대화 상자가 표시되지 않습니다.

RedirectionWarningTypeMax (0x0005)

애플리케이션이 신뢰할 수 있는 게시자에 의해 게시되므로 대화 상자가 표시되지 않습니다.

오류 코드

성공하면 S_OK 반환합니다.

설명

이 속성의 기본값인 RedirectionWarningTypeDefault 값은 대화 상자를 제어하지 않습니다. 이 경우 제어 속성은 IMsRdpClientNonScriptable3ShowRedirectionWarningDialog입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista
지원되는 최소 서버
Windows Server 2008
유형 라이브러리
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsRdpClientNonScriptable4는 f50fa8aa-1c7d-4f59-b15c-a90cae1fcb로 정의됩니다.

추가 정보

IMsRdpClientNonScriptable4

IMsRdpClientNonScriptable5