Retrieves the text of the Microsoft® Internet Explorer status bar.
Syntax
HRESULT get_StatusText( BSTR* pbstr );
Parameters
- pbstr
- Address of a string (BSTR) buffer that receives the text of the status bar. The caller frees this buffer with the SysFreeString function.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
IWebBrowser2::put_StatusText