다음을 통해 공유


CDHtmlDialog::TranslateUrl

로드할 URL을 수정 하기 위해 호출 됩니다.

STDMETHOD(TranslateUrl)(
   DWORD dwTranslate,
   OLECHAR * pchURLIn,
   OLECHAR ** ppchURLOut 
);

매개 변수

  • dwTranslate
    참조 dwTranslate 에서 IDocHostUIHandler::TranslateUrl 에 있는 Windows SDK.

  • pchURLIn
    참조 pchURLIn 에서 IDocHostUIHandler::TranslateUrl 에 있는 Windows SDK.

  • ppchURLOut
    참조 ppchURLOut 에서 IDocHostUIHandler::TranslateUrl 에 있는 Windows SDK.

반환 값

반환 S_FALSE.

설명

이 멤버 함수는 Cdhtmldialog의 구현입니다 IDocHostUIHandler::TranslateUrl에 설명 된 대로, 여 Windows SDK.

요구 사항

헤더: afxdhtml.h

참고 항목

참조

CDHtmlDialog 클래스

계층 구조 차트

IDocHostUIhandler Interface