IShellBrowser::SetStatusTextSB  BZZPF1

[Now Supported on Windows NT]

Sets and displays status text about the in-place object in the container s frame-window status line.

HRESULT SetStatusTextSB(

    LPCOLESTR lpszStatusText

// Address of string with the message

   );

 

 

Parameters

lpszStatusText

Points to a null-terminated character string containing the message to display.

 

Return Values

Returns NOERROR if successful or an OLE-defined error value otherwise.

Remarks

It is also possible to send messages directly to the status window by using SendControlMsg.

Notes to Callers

Use this method to set the contents of the status bar.

See Also

IShellBrowser