1178{
1182
1186
1190
1193
1196
1199
1202
1205
1209
1212
1215
1218
1221
1224
1227
1230
1233
1236
1239
1242
1245
1248
1251
1254
1257
1260
1263
1266
1269
1272
1275
1278
1284
1288 return 0;
1289
1290 case WM_NOTIFYFORMAT:
1292
1296
1299
1302
1305
1308
1312
1315 return 0;
1316
1317 case WM_THEMECHANGED:
1319
1320 default:
1322 ERR(
"unknown msg %04x wp=%04lx lp=%08lx\n",
1325 }
1326}
BOOL COMCTL32_IsReflectedMessage(UINT uMsg) DECLSPEC_HIDDEN
VOID COMCTL32_RefreshSysColors(void) DECLSPEC_HIDDEN
static LRESULT STATUSBAR_SendMouseNotify(const STATUS_INFO *infoPtr, UINT code, UINT msg, WPARAM wParam, LPARAM lParam)
static LRESULT STATUSBAR_SetUnicodeFormat(STATUS_INFO *infoPtr, BOOL bUnicode)
static LRESULT STATUSBAR_GetTipTextW(const STATUS_INFO *infoPtr, INT id, LPWSTR tip, INT size)
static BOOL STATUSBAR_SetMinHeight(STATUS_INFO *infoPtr, INT height)
static LRESULT theme_changed(const STATUS_INFO *infoPtr)
static LRESULT STATUSBAR_WMPaint(STATUS_INFO *infoPtr, HDC hdc)
static LRESULT STATUSBAR_WMCreate(HWND hwnd, const CREATESTRUCTA *lpCreate)
static INT STATUSBAR_GetParts(const STATUS_INFO *infoPtr, INT num_parts, INT parts[])
static COLORREF STATUSBAR_SetBkColor(STATUS_INFO *infoPtr, COLORREF color)
static BOOL STATUSBAR_WMSetText(const STATUS_INFO *infoPtr, LPCSTR text)
static BOOL STATUSBAR_WMSize(STATUS_INFO *infoPtr, WORD flags)
static LRESULT STATUSBAR_GetTextW(STATUS_INFO *infoPtr, INT nPart, LPWSTR buf)
static BOOL STATUSBAR_Simple(STATUS_INFO *infoPtr, BOOL simple)
static LRESULT STATUSBAR_Relay2Tip(const STATUS_INFO *infoPtr, UINT uMsg, WPARAM wParam, LPARAM lParam)
static INT STATUSBAR_WMGetText(const STATUS_INFO *infoPtr, INT size, LPWSTR buf)
static BOOL STATUSBAR_SetTextT(STATUS_INFO *infoPtr, INT nPart, WORD style, LPWSTR text, BOOL isW)
static LRESULT STATUSBAR_GetTipTextA(const STATUS_INFO *infoPtr, INT id, LPSTR tip, INT size)
static BOOL STATUSBAR_GetRect(const STATUS_INFO *infoPtr, INT nPart, LPRECT rect)
static BOOL STATUSBAR_SetParts(STATUS_INFO *infoPtr, INT count, LPINT parts)
static LRESULT STATUSBAR_SetTipTextW(const STATUS_INFO *infoPtr, INT id, LPWSTR text)
static LRESULT STATUSBAR_SetTipTextA(const STATUS_INFO *infoPtr, INT id, LPSTR text)
static HICON STATUSBAR_GetIcon(const STATUS_INFO *infoPtr, INT nPart)
static LRESULT STATUSBAR_GetTextLength(STATUS_INFO *infoPtr, INT nPart)
static BOOL STATUSBAR_GetBorders(const STATUS_INFO *infoPtr, INT out[])
static BOOL STATUSBAR_WMNCHitTest(const STATUS_INFO *infoPtr, INT x, INT y)
static LRESULT STATUSBAR_GetTextA(STATUS_INFO *infoPtr, INT nPart, LPSTR buf)
static LRESULT STATUSBAR_WMSetFont(STATUS_INFO *infoPtr, HFONT font, BOOL redraw)
static BOOL STATUSBAR_SetIcon(STATUS_INFO *infoPtr, INT nPart, HICON hIcon)
static BOOL STATUSBAR_SetBorders(STATUS_INFO *infoPtr, const INT in[])
#define SB_GETTEXTLENGTHA
#define SB_GETTEXTLENGTHW
#define SB_SETUNICODEFORMAT
#define SB_GETUNICODEFORMAT
BOOL WINAPI PostMessageW(_In_opt_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
#define WM_SYSCOLORCHANGE