Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enables the host to modify the URL to be loaded.
Syntax
HRESULT retVal = object.TranslateUrl(dwTranslate, pchURLIn, ppchURLOut);
Parameters
dwTranslate [in]
Type: DWORDReserved. Must be set to NULL.
pchURLIn [in]
Type: OLECHARA pointer to an OLECHAR that specifies the current URL for navigation.
ppchURLOut [out]
Type: OLECHARA pointer variable that receives an OLECHAR pointer containing the new URL.
Remarks
The host allocates the buffer ppchURLOut by using CoTaskMemAlloc.
If the implementation of this method does not supply a URL, set ppchURLOut to NULL, even if the method fails or returns S_FALSE.