Click to return to the Reusing Browser Technology home page    
IWebBrowser2::get_StatusB...     IWebBrowser2::get_Theater...     IWebBrowser2 Interface    
Web Workshop  |  Reusing Browser Technology

IWebBrowser2::get_StatusText Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.