IURLSearchHook::TranslateIURLSearchHook::Translate*
*Contents  *Index  *Topic Contents
*Previous Topic: IURLSearchHook
*Next Topic: Functions

IURLSearchHook::Translate


HRESULT Translate(
    LPWSTR lpwszSearchURL, 
    DWORD cchBufferSize 
   );		

Called by the browser when the browser cannot determine the protocol of a URL address.

lpwszSearchURL
Address of a wide character buffer that, on entry, contains the URL address for which the browser is trying to determine the protocol. On exit, this buffer contains the modified URL address if the method was successful. See the return value for more information.
cchBufferSize
Size, in characters, of the buffer at lpwszSearchURL.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.