SFVM_UPDATESTATUSBAR message
Notifies the callback object that the status bar is being updated. Used by IShellFolderViewCB::MessageSFVCB.
SFVM_UPDATESTATUSBAR
wParam = (WPARAM)(BOOL) fInitialize;
Parameters
-
fInitialize [in]
-
A BOOL value that is set to TRUE if the status bar is being initialized.
Remarks
When you receive this notification:
- Return S_OK if you will handle the update.
- Return MAKE_HRESULT(SEVERITY_SUCCESS,0,1) to have the system folder view object set the status bar text.
- Return E_FAIL to have the system folder view object handle the status bar.
The default status bar text is as follows.
Status | Status bar text |
---|---|
No items selected | "## objects" (in the folder) |
One item selected | The infotip for the item, if available. |
More than one item selected | "## objects selected" |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|