Click to return to the Reusing Browser Technology home page    
IWebBrowser2::get_Parent ...     IWebBrowser2::get_ReadySt...     IWebBrowser2 Interface    
Web Workshop  |  Reusing Browser Technology

IWebBrowser2::get_Path Method


Retrieves the full path of the Microsoft® Internet Explorer application.

Syntax

HRESULT get_Path(
    BSTR* pbstrPath
);

Parameters

pbstrPath
Address of a string (BSTR) that receives the full path. The caller frees this buffer with the SysFreeString function.

Return Value

Returns one of the following values:

S_OK The operation was successful.
E_FAIL The operation failed.
E_OUTOFMEMORY There was not enough memory to complete the operation.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.