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

IWebBrowser2::get_FullName Method


Retrieves the fully qualified path of the Microsoft® Internet Explorer executable file.

Syntax

HRESULT get_FullName(
    BSTR* pbstrFullName
);

Parameters

pbstrFullName
Address of a callee-allocated string (BSTR) that receives the path of the executable file. 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.