SBN_SIMPLEMODECHANGE notification code
Sent by a status bar control when the simple mode changes due to a SB_SIMPLE message. This notification code is sent in the form of a WM_NOTIFY message.
SBN_SIMPLEMODECHANGE
lpnmh = (NMHDR*) lParam;
Parameters
-
lParam
-
Pointer to an NMHDR structure that contains information about the notification code.
Return value
The return value is ignored by the status bar.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|