Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_Document Next Topic: IWebBrowser2::get_FullScreen |
IWebBrowser2::get_FullName
HRESULT get_FullName( BSTR FAR* pbstrFullName );Retrieves the fully qualified path of the Internet Explorer executable file.
- Returns one of these values:
S_OK The operation was successful. E_FAIL The operation failed. E_OUTOFMEMORY Out of memory.
- pbstrFullName
- Address of a callee-allocated buffer that receives the path of the executable file. The caller frees this buffer with the SysFreeString API.
Applies To
Internet Explorer, WebBrowser
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.