Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::get_self Next Topic: IHTMLWindow2::get_top |
IHTMLWindow2::get_status
HRESULT get_status( BSTR *p );Retrieves the message displayed in the status bar at the bottom of the window.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the status message.
Do not confuse the status property with the defaultStatus property retrieved by the get_defaultStatus method. The status property reflects a priority or transient message in the status bar, such as the message that appears when an onmouseover event occurs over an anchor.
See also put_status
IHTMLWindow2::put_status
HRESULT put_status( BSTR v );Sets the message displayed in the status bar at the bottom of the window.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the status message.
See also get_status
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.