Contents Index Topic Contents | ||
Previous Topic: IShellBrowser::SetMenuSB Next Topic: IShellBrowser::SetToolbarItems |
IShellBrowser::SetStatusTextSB
HRESULT SetStatusTextSB( LPCOLESTR lpszStatusText );Sets and displays status text about the in-place object in the container's frame-window status bar.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- lpszStatusText
- Address of a null-terminated character string to contain the message to display.
It is also possible to send messages directly to the status window by using the IShellBrowser::SendControlMsg method.
Notes to Callers
Use this method to set the contents of the status bar.
See also IShellBrowser
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.