Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_Parent Next Topic: IWebBrowser2::get_ReadyState |
IWebBrowser2::get_Path
HRESULT get_Path( BSTR FAR* pbstrPath );Retrieves the full path of the Internet Explorer application.
- Returns one of these values:
S_OK The operation was successful. E_FAIL The operation failed. E_OUTOFMEMORY Out of memory.
- pbstrPath
- Address of a callee-allocated buffer that receives the full path. The caller frees this buffer with the SysFreeString API.
Applies To
Internet Explorer
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.