共用方式為


CDHtmlDialog::TranslateUrl

呼叫修改要載入的 URL。

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

參數

  • dwTranslate
    請參閱在 IDocHostUIHandler::TranslateUrl 的 dwTranslate 在 Windows SDK。

  • pchURLIn
    請參閱在 IDocHostUIHandler::TranslateUrl 的 pchURLIn 在 Windows SDK。

  • ppchURLOut
    請參閱在 IDocHostUIHandler::TranslateUrl 的 ppchURLOut 在 Windows SDK。

傳回值

傳回 S_FALSE

備註

這個成員函式所 IDocHostUIHandler::TranslateUrl的 CDHtmlDialog 的實作 Windows SDK,如中所述。

需求

Header: afxdhtml.h

請參閱

參考

CDHtmlDialog 類別

階層架構圖

IDocHostUIhandler Interface