IShellBrowser::SetStatusTextSBIShellBrowser::SetStatusTextSB*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.