CDHtmlDialog::TranslateUrl

Called to modify the URL to be loaded.

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

Parameters

  • dwTranslate
    See dwTranslate in IDocHostUIHandler::TranslateUrl in the Windows SDK.

  • pchURLIn
    See pchURLIn in IDocHostUIHandler::TranslateUrl in the Windows SDK.

  • ppchURLOut
    See ppchURLOut in IDocHostUIHandler::TranslateUrl in the Windows SDK.

Return Value

Returns S_FALSE.

Remarks

This member function is CDHtmlDialog's implementation of IDocHostUIHandler::TranslateUrl, as described in the Windows SDK.

Requirements

Header: afxdhtml.h

See Also

Reference

CDHtmlDialog Class

Hierarchy Chart

IDocHostUIhandler Interface