Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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