Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_StatusBar Next Topic: IWebBrowser2::get_TheaterMode |
IWebBrowser2::get_StatusText
HRESULT get_StatusText( BSTR FAR* pbstr );Retrieves the text of the Internet Explorer status bar.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- pbstr
- Address of a callee-allocated buffer that receives the text of the status bar. The caller frees this buffer with the SysFreeString API.
Applies To
Internet Explorer
See also IWebBrowser2::put_StatusText
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.