IWebBrowser2::FullName Property

Deprecated. Retrieves the fully qualified path of the Windows Internet Explorer executable.

Syntax

HRESULT IWebBrowser2::get_FullName(BSTR *pbstrFullName);

Parameters

  • pbstrFullName
    Pointer to a variable of type BSTR that receives the path of the Internet Explorer executable file. The caller frees this buffer with the SysFreeString function.

Return Value

Returns one of the following values.

S_OK The operation completed successfully.
E_FAIL The operation failed.
E_OUTOFMEMORY There is insufficient memory to complete the operation.

Remarks

Internet Explorer 8 and later. Always returns an empty string.

This method also updates the window list.

The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.

See Also

IWebBrowser2::get_Path