ReactOS 0.4.16-dev-550-g2186ce3
comctl32.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Common definitions (resource ids and global variables)
4 *
5 * Copyright 1999 Thuy Nguyen
6 * Copyright 1999 Eric Kohl
7 * Copyright 2002 Dimitrie O. Paun
8 *
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
13 *
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 */
23
24#ifndef __WINE_COMCTL32_H
25#define __WINE_COMCTL32_H
26
27#ifndef RC_INVOKED
28#include <stdarg.h>
29#endif
30
31#include "windef.h"
32#include "winbase.h"
33#include "wingdi.h"
34#include "winuser.h"
35#include "winnls.h"
36#include "commctrl.h"
37#include "windowsx.h"
38
39#ifdef __REACTOS__
40// This is really ComCtl32 v5.82, the last one not supporting SxS
41#undef COMCTL32_VERSION // Undefines what the PSDK gave to us
42#define COMCTL32_VERSION 5
43#define COMCTL32_VERSION_MINOR 82
44#endif
45
48
49/* Property sheet / Wizard */
50#define IDD_PROPSHEET 1006
51#define IDD_WIZARD 1020
52
53#define IDC_TABCONTROL 12320
54#define IDC_APPLY_BUTTON 12321
55#define IDC_BACK_BUTTON 12323
56#define IDC_NEXT_BUTTON 12324
57#define IDC_FINISH_BUTTON 12325
58#define IDC_SUNKEN_LINE 12326
59#define IDC_SUNKEN_LINEHEADER 12327
60
61#define IDS_CLOSE 4160
62
63/* Toolbar customization dialog */
64#define IDD_TBCUSTOMIZE 200
65
66#define IDC_AVAILBTN_LBOX 201
67#define IDC_RESET_BTN 202
68#define IDC_TOOLBARBTN_LBOX 203
69#define IDC_REMOVE_BTN 204
70#define IDC_HELP_BTN 205
71#define IDC_MOVEUP_BTN 206
72#define IDC_MOVEDN_BTN 207
73
74#define IDS_SEPARATOR 1024
75
76/* Toolbar imagelist bitmaps */
77#define IDB_STD_SMALL 120
78#define IDB_STD_LARGE 121
79#define IDB_VIEW_SMALL 124
80#define IDB_VIEW_LARGE 125
81#define IDB_HIST_SMALL 130
82#define IDB_HIST_LARGE 131
83
84#define IDM_TODAY 4163
85#define IDM_GOTODAY 4164
86
87/* Treeview Checkboxes */
88
89#define IDT_CHECK 401
90
91/* Command Link arrow */
92#define IDB_CMDLINK 402
93
94
95/* Cursors */
96#define IDC_MOVEBUTTON 102
97#define IDC_COPY 104
98#define IDC_DIVIDER 106
99#define IDC_DIVIDEROPEN 107
100
101
102/* DragList resources */
103#define IDI_DRAGARROW 501
104
105/* HOTKEY internal strings */
106#define HKY_NONE 2048
107
108/* Tooltip icons */
109#define IDI_TT_INFO_SM 22
110#define IDI_TT_WARN_SM 25
111#define IDI_TT_ERROR_SM 28
112
113/* Taskdialog strings */
114#define IDS_BUTTON_YES 3000
115#define IDS_BUTTON_NO 3001
116#define IDS_BUTTON_RETRY 3002
117#define IDS_BUTTON_OK 3003
118#define IDS_BUTTON_CANCEL 3004
119#define IDS_BUTTON_CLOSE 3005
120
121#define IDS_TD_EXPANDED 3020
122#define IDS_TD_COLLAPSED 3021
123
124#ifndef __REACTOS__
125#define WM_SYSTIMER 0x0118
126#endif
127
129{
130 CBF_DROPPED = 0x0001,
132 CBF_NOROLLUP = 0x0004,
134 CBF_FOCUSED = 0x0010,
135 CBF_CAPTURE = 0x0020,
136 CBF_EDIT = 0x0040,
137 CBF_NORESIZE = 0x0080,
138 CBF_NOTIFY = 0x0100,
139 CBF_NOREDRAW = 0x0200,
141 CBF_HOT = 0x0800,
143 CBF_NOLBSELECT = 0x2000, /* do not change current selection */
144 CBF_BEENFOCUSED = 0x4000, /* has it ever had focus */
145 CBF_EUI = 0x8000,
146};
147
148typedef struct
149{
162 INT droppedWidth; /* not used unless set explicitly */
166
168
169typedef struct
170{
171 COLORREF clrBtnHighlight; /* COLOR_BTNHIGHLIGHT */
172 COLORREF clrBtnShadow; /* COLOR_BTNSHADOW */
173 COLORREF clrBtnText; /* COLOR_BTNTEXT */
174 COLORREF clrBtnFace; /* COLOR_BTNFACE */
175 COLORREF clrHighlight; /* COLOR_HIGHLIGHT */
176 COLORREF clrHighlightText; /* COLOR_HIGHLIGHTTEXT */
177 COLORREF clrHotTrackingColor; /* COLOR_HOTLIGHT */
178 COLORREF clr3dHilight; /* COLOR_3DHILIGHT */
179 COLORREF clr3dShadow; /* COLOR_3DSHADOW */
180 COLORREF clr3dDkShadow; /* COLOR_3DDKSHADOW */
181 COLORREF clr3dFace; /* COLOR_3DFACE */
182 COLORREF clrWindow; /* COLOR_WINDOW */
183 COLORREF clrWindowText; /* COLOR_WINDOWTEXT */
184 COLORREF clrGrayText; /* COLOR_GREYTEXT */
185 COLORREF clrActiveCaption; /* COLOR_ACTIVECAPTION */
186 COLORREF clrInfoBk; /* COLOR_INFOBK */
187 COLORREF clrInfoText; /* COLOR_INFOTEXT */
189
191
192/* Internal function */
195void COMCTL32_DrawInsertMark(HDC hDC, const RECT *lpRect, COLORREF clrInsertMark, BOOL bHorizontal) DECLSPEC_HIDDEN;
196void COMCTL32_EnsureBitmapSize(HBITMAP *pBitmap, int cxMinWidth, int cyMinHeight, COLORREF crBackground) DECLSPEC_HIDDEN;
199INT Str_GetPtrWtoA (LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen) DECLSPEC_HIDDEN;
200INT Str_GetPtrAtoW (LPCSTR lpSrc, LPWSTR lpDest, INT nMaxLen) DECLSPEC_HIDDEN;
203
204#ifndef __REACTOS__
205#define COMCTL32_VERSION_MINOR 81
206#endif
207
208/* Our internal stack structure of the window procedures to subclass */
209typedef struct _SUBCLASSPROCS {
215
216typedef struct
217{
223
224/* undocumented functions */
225
230
233
235BOOL WINAPI MirrorIcon(HICON *phicon1, HICON *phicon2);
236
238
239extern void ANIMATE_Register(void) DECLSPEC_HIDDEN;
240extern void ANIMATE_Unregister(void) DECLSPEC_HIDDEN;
241extern void BUTTON_Register(void) DECLSPEC_HIDDEN;
242extern void COMBO_Register(void) DECLSPEC_HIDDEN;
243extern void COMBOEX_Register(void) DECLSPEC_HIDDEN;
244extern void COMBOEX_Unregister(void) DECLSPEC_HIDDEN;
245extern void COMBOLBOX_Register(void) DECLSPEC_HIDDEN;
246extern void DATETIME_Register(void) DECLSPEC_HIDDEN;
247extern void DATETIME_Unregister(void) DECLSPEC_HIDDEN;
248extern void EDIT_Register(void) DECLSPEC_HIDDEN;
249extern void FLATSB_Register(void) DECLSPEC_HIDDEN;
250extern void FLATSB_Unregister(void) DECLSPEC_HIDDEN;
251extern void HEADER_Register(void) DECLSPEC_HIDDEN;
252extern void HEADER_Unregister(void) DECLSPEC_HIDDEN;
253extern void HOTKEY_Register(void) DECLSPEC_HIDDEN;
254extern void HOTKEY_Unregister(void) DECLSPEC_HIDDEN;
255extern void IPADDRESS_Register(void) DECLSPEC_HIDDEN;
256extern void IPADDRESS_Unregister(void) DECLSPEC_HIDDEN;
257extern void LISTBOX_Register(void) DECLSPEC_HIDDEN;
258extern void LISTVIEW_Register(void) DECLSPEC_HIDDEN;
259extern void LISTVIEW_Unregister(void) DECLSPEC_HIDDEN;
260extern void MONTHCAL_Register(void) DECLSPEC_HIDDEN;
261extern void MONTHCAL_Unregister(void) DECLSPEC_HIDDEN;
262extern void NATIVEFONT_Register(void) DECLSPEC_HIDDEN;
263extern void NATIVEFONT_Unregister(void) DECLSPEC_HIDDEN;
264extern void PAGER_Register(void) DECLSPEC_HIDDEN;
265extern void PAGER_Unregister(void) DECLSPEC_HIDDEN;
266extern void PROGRESS_Register(void) DECLSPEC_HIDDEN;
267extern void PROGRESS_Unregister(void) DECLSPEC_HIDDEN;
268extern void REBAR_Register(void) DECLSPEC_HIDDEN;
269extern void REBAR_Unregister(void) DECLSPEC_HIDDEN;
270extern void STATIC_Register(void) DECLSPEC_HIDDEN;
271extern void STATUS_Register(void) DECLSPEC_HIDDEN;
272extern void STATUS_Unregister(void) DECLSPEC_HIDDEN;
273extern void SYSLINK_Register(void) DECLSPEC_HIDDEN;
274extern void SYSLINK_Unregister(void) DECLSPEC_HIDDEN;
275extern void TAB_Register(void) DECLSPEC_HIDDEN;
276extern void TAB_Unregister(void) DECLSPEC_HIDDEN;
277extern void TOOLBAR_Register(void) DECLSPEC_HIDDEN;
278extern void TOOLBAR_Unregister(void) DECLSPEC_HIDDEN;
279extern void TOOLTIPS_Register(void) DECLSPEC_HIDDEN;
280extern void TOOLTIPS_Unregister(void) DECLSPEC_HIDDEN;
281extern void TRACKBAR_Register(void) DECLSPEC_HIDDEN;
282extern void TRACKBAR_Unregister(void) DECLSPEC_HIDDEN;
283extern void TREEVIEW_Register(void) DECLSPEC_HIDDEN;
284extern void TREEVIEW_Unregister(void) DECLSPEC_HIDDEN;
285extern void UPDOWN_Register(void) DECLSPEC_HIDDEN;
286extern void UPDOWN_Unregister(void) DECLSPEC_HIDDEN;
287#ifdef __REACTOS__
288extern void BUTTON_Unregister(void) DECLSPEC_HIDDEN;
289extern void COMBO_Unregister(void) DECLSPEC_HIDDEN;
290extern void COMBOLBOX_Unregister(void) DECLSPEC_HIDDEN;
291extern void EDIT_Unregister(void) DECLSPEC_HIDDEN;
292extern void LISTBOX_Unregister(void) DECLSPEC_HIDDEN;
293extern void STATIC_Unregister(void) DECLSPEC_HIDDEN;
294extern void TOOLBARv6_Register(void) DECLSPEC_HIDDEN;
295extern void TOOLBARv6_Unregister(void) DECLSPEC_HIDDEN;
296#endif /* __REACTOS__ */
297
301#ifdef __REACTOS__
302extern void THEMING_Initialize(HANDLE hActCtx5, HANDLE hActCtx6) DECLSPEC_HIDDEN;
303#else
304extern void THEMING_Initialize(void) DECLSPEC_HIDDEN;
305#endif
306extern void THEMING_Uninitialize(void) DECLSPEC_HIDDEN;
308
309#ifdef __REACTOS__
310#define IDI_SHIELD 32518
311#define wcsnicmp _wcsnicmp
312#define GetDpiForWindow(PVOID) 96
313#endif
314
315#endif /* __WINE_COMCTL32_H */
static HDC hDC
Definition: 3dtext.c:33
#define ok(value,...)
Definition: atltest.h:57
HFONT hFont
Definition: main.c:53
void REBAR_Register(void) DECLSPEC_HIDDEN
Definition: rebar.c:3837
void TOOLTIPS_Unregister(void) DECLSPEC_HIDDEN
Definition: tooltips.c:2401
void EDIT_Register(void) DECLSPEC_HIDDEN
Definition: edit.c:5279
INT Str_GetPtrWtoA(LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen) DECLSPEC_HIDDEN
void PAGER_Register(void) DECLSPEC_HIDDEN
Definition: pager.c:1563
void HOTKEY_Unregister(void) DECLSPEC_HIDDEN
Definition: hotkey.c:559
void HEADER_Register(void) DECLSPEC_HIDDEN
Definition: header.c:2287
void IPADDRESS_Register(void) DECLSPEC_HIDDEN
Definition: ipaddress.c:662
void STATUS_Unregister(void) DECLSPEC_HIDDEN
Definition: status.c:1360
BOOL COMCTL32_IsReflectedMessage(UINT uMsg) DECLSPEC_HIDDEN
Definition: commctrl.c:1755
void FLATSB_Register(void) DECLSPEC_HIDDEN
Definition: flatsb.c:267
combobox_state_flags
Definition: comctl32.h:129
@ CBF_NOREDRAW
Definition: comctl32.h:139
@ CBF_NOLBSELECT
Definition: comctl32.h:143
@ CBF_NORESIZE
Definition: comctl32.h:137
@ CBF_NOROLLUP
Definition: comctl32.h:132
@ CBF_BUTTONDOWN
Definition: comctl32.h:131
@ CBF_SELCHANGE
Definition: comctl32.h:140
@ CBF_FOCUSED
Definition: comctl32.h:134
@ CBF_MEASUREITEM
Definition: comctl32.h:133
@ CBF_NOTIFY
Definition: comctl32.h:138
@ CBF_HOT
Definition: comctl32.h:141
@ CBF_EDIT
Definition: comctl32.h:136
@ CBF_BEENFOCUSED
Definition: comctl32.h:144
@ CBF_EUI
Definition: comctl32.h:145
@ CBF_CAPTURE
Definition: comctl32.h:135
@ CBF_NOEDITNOTIFY
Definition: comctl32.h:142
@ CBF_DROPPED
Definition: comctl32.h:130
void ANIMATE_Register(void) DECLSPEC_HIDDEN
Definition: animate.c:965
void TREEVIEW_Unregister(void) DECLSPEC_HIDDEN
Definition: treeview.c:5961
LPVOID WINAPI ReAlloc(LPVOID, DWORD) __WINE_ALLOC_SIZE(2)
Definition: comctl32undoc.c:92
void BUTTON_Register(void) DECLSPEC_HIDDEN
Definition: button.c:2223
void SYSLINK_Register(void) DECLSPEC_HIDDEN
Definition: syslink.c:1747
void PROGRESS_Register(void) DECLSPEC_HIDDEN
Definition: progress.c:748
void STATIC_Register(void) DECLSPEC_HIDDEN
Definition: static.c:803
void THEMING_Uninitialize(void) DECLSPEC_HIDDEN
Definition: theming.c:191
void SYSLINK_Unregister(void) DECLSPEC_HIDDEN
Definition: syslink.c:1768
BOOL Str_SetPtrWtoA(LPSTR *lppDest, LPCWSTR lpSrc) DECLSPEC_HIDDEN
void ANIMATE_Unregister(void) DECLSPEC_HIDDEN
Definition: animate.c:982
void TOOLBAR_Unregister(void) DECLSPEC_HIDDEN
Definition: toolbar.c:7299
DWORD WINAPI GetSize(LPVOID)
void REBAR_Unregister(void) DECLSPEC_HIDDEN
Definition: rebar.c:3862
void TAB_Register(void) DECLSPEC_HIDDEN
Definition: tab.c:3480
void LISTBOX_Register(void) DECLSPEC_HIDDEN
Definition: listbox.c:3160
BOOL Str_SetPtrAtoW(LPWSTR *lppDest, LPCSTR lpSrc) DECLSPEC_HIDDEN
void MONTHCAL_Register(void) DECLSPEC_HIDDEN
Definition: monthcal.c:3034
void HOTKEY_Register(void) DECLSPEC_HIDDEN
Definition: hotkey.c:541
void TOOLTIPS_Register(void) DECLSPEC_HIDDEN
Definition: tooltips.c:2375
void STATUS_Register(void) DECLSPEC_HIDDEN
Definition: status.c:1336
LPVOID WINAPI Alloc(DWORD) __WINE_ALLOC_SIZE(1)
Definition: comctl32undoc.c:68
struct SUBCLASS_INFO * LPSUBCLASS_INFO
void COMBOEX_Unregister(void) DECLSPEC_HIDDEN
Definition: comboex.c:2185
void COMCTL32_DrawInsertMark(HDC hDC, const RECT *lpRect, COLORREF clrInsertMark, BOOL bHorizontal) DECLSPEC_HIDDEN
Definition: commctrl.c:1633
HWND COMCTL32_CreateToolTip(HWND) DECLSPEC_HIDDEN
Definition: commctrl.c:1551
void UPDOWN_Register(void) DECLSPEC_HIDDEN
Definition: updown.c:1177
void COMCTL32_EnsureBitmapSize(HBITMAP *pBitmap, int cxMinWidth, int cyMinHeight, COLORREF crBackground) DECLSPEC_HIDDEN
Definition: commctrl.c:1685
void HEADER_Unregister(void) DECLSPEC_HIDDEN
Definition: header.c:2304
void COMCTL32_GetFontMetrics(HFONT hFont, TEXTMETRICW *ptm) DECLSPEC_HIDDEN
Definition: commctrl.c:1728
int MONTHCAL_MonthLength(int month, int year) DECLSPEC_HIDDEN
Definition: monthcal.c:214
void PROGRESS_Unregister(void) DECLSPEC_HIDDEN
Definition: progress.c:769
LRESULT WINAPI SetPathWordBreakProc(HWND hwnd, BOOL bSet)
Definition: commctrl.c:1841
HRGN set_control_clipping(HDC hdc, const RECT *rect) DECLSPEC_HIDDEN
Definition: button.c:242
struct _SUBCLASSPROCS SUBCLASSPROCS
void UPDOWN_Unregister(void) DECLSPEC_HIDDEN
Definition: updown.c:1199
struct _SUBCLASSPROCS * LPSUBCLASSPROCS
int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace) DECLSPEC_HIDDEN
Definition: monthcal.c:467
void THEMING_Initialize(void) DECLSPEC_HIDDEN
Definition: theming.c:108
void TRACKBAR_Register(void) DECLSPEC_HIDDEN
Definition: trackbar.c:2068
void COMBO_Register(void) DECLSPEC_HIDDEN
Definition: combo.c:2116
void FLATSB_Unregister(void) DECLSPEC_HIDDEN
Definition: flatsb.c:285
VOID COMCTL32_RefreshSysColors(void) DECLSPEC_HIDDEN
Definition: commctrl.c:1593
struct HEADCOMBO * LPHEADCOMBO
HMODULE COMCTL32_hModule DECLSPEC_HIDDEN
Definition: comctl32.h:47
void DATETIME_Unregister(void) DECLSPEC_HIDDEN
Definition: datetime.c:1737
void IPADDRESS_Unregister(void) DECLSPEC_HIDDEN
Definition: ipaddress.c:679
INT Str_GetPtrAtoW(LPCSTR lpSrc, LPWSTR lpDest, INT nMaxLen) DECLSPEC_HIDDEN
void DATETIME_Register(void) DECLSPEC_HIDDEN
Definition: datetime.c:1719
LONG MONTHCAL_CompareSystemTime(const SYSTEMTIME *first, const SYSTEMTIME *second) DECLSPEC_HIDDEN
Definition: monthcal.c:302
INT WINAPI Str_GetPtrA(LPCSTR, LPSTR, INT)
Definition: string.c:132
void TOOLBAR_Register(void) DECLSPEC_HIDDEN
Definition: toolbar.c:7281
void MONTHCAL_Unregister(void) DECLSPEC_HIDDEN
Definition: monthcal.c:3052
void COMBOLBOX_Register(void) DECLSPEC_HIDDEN
Definition: listbox.c:3175
void LISTVIEW_Unregister(void) DECLSPEC_HIDDEN
Definition: listview.c:12046
void PAGER_Unregister(void) DECLSPEC_HIDDEN
Definition: pager.c:1581
void NATIVEFONT_Unregister(void) DECLSPEC_HIDDEN
Definition: nativefont.c:131
void NATIVEFONT_Register(void) DECLSPEC_HIDDEN
Definition: nativefont.c:113
void LISTVIEW_Register(void) DECLSPEC_HIDDEN
Definition: listview.c:12021
void TREEVIEW_Register(void) DECLSPEC_HIDDEN
Definition: treeview.c:5940
LRESULT THEMING_CallOriginalClass(HWND, UINT, WPARAM, LPARAM) DECLSPEC_HIDDEN
Definition: theming.c:208
void TAB_Unregister(void) DECLSPEC_HIDDEN
Definition: tab.c:3498
INT WINAPI Str_GetPtrW(LPCWSTR, LPWSTR, INT)
Definition: string.c:200
void COMBOEX_Register(void) DECLSPEC_HIDDEN
Definition: comboex.c:2168
void TRACKBAR_Unregister(void) DECLSPEC_HIDDEN
Definition: trackbar.c:2085
BOOL COMBO_FlipListbox(HEADCOMBO *lphc, BOOL ok, BOOL bRedrawButton) DECLSPEC_HIDDEN
BOOL WINAPI MirrorIcon(HICON *phicon1, HICON *phicon2)
Definition: commctrl.c:1796
COMCTL32_SysColor comctl32_color
Definition: commctrl.c:82
HMODULE COMCTL32_hModule
Definition: commctrl.c:79
HBRUSH COMCTL32_hPattern55AABrush
Definition: commctrl.c:81
static const WCHAR month[12][4]
Definition: session.c:2150
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
const GLint * first
Definition: glext.h:5794
__u16 date
Definition: mkdosfs.c:8
HDC hdc
Definition: main.c:9
static HBITMAP
Definition: button.c:44
static HDC
Definition: imagelist.c:88
static HICON
Definition: imagelist.c:80
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
unsigned __int3264 UINT_PTR
Definition: mstsclib_h.h:274
unsigned int UINT
Definition: ndis.h:50
long LONG
Definition: pedump.c:60
LRESULT(CALLBACK * SUBCLASSPROC)(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_PTR uIdSubclass, DWORD_PTR dwRefData)
Definition: commctrl.h:5054
& rect
Definition: startmenu.cpp:1413
COLORREF clrHighlightText
Definition: comctl32.h:176
COLORREF clrBtnShadow
Definition: comctl32.h:172
COLORREF clrBtnText
Definition: comctl32.h:173
COLORREF clrBtnFace
Definition: comctl32.h:174
COLORREF clrInfoText
Definition: comctl32.h:187
COLORREF clrWindow
Definition: comctl32.h:182
COLORREF clr3dFace
Definition: comctl32.h:181
COLORREF clrActiveCaption
Definition: comctl32.h:185
COLORREF clrBtnHighlight
Definition: comctl32.h:171
COLORREF clr3dShadow
Definition: comctl32.h:179
COLORREF clrGrayText
Definition: comctl32.h:184
COLORREF clr3dDkShadow
Definition: comctl32.h:180
COLORREF clrInfoBk
Definition: comctl32.h:186
COLORREF clrHotTrackingColor
Definition: comctl32.h:177
COLORREF clrWindowText
Definition: comctl32.h:183
COLORREF clr3dHilight
Definition: comctl32.h:178
COLORREF clrHighlight
Definition: comctl32.h:175
RECT buttonRect
Definition: comctl32.h:158
INT fixedOwnerDrawHeight
Definition: comctl32.h:161
RECT textRect
Definition: comctl32.h:157
RECT droppedRect
Definition: comctl32.h:159
UINT wState
Definition: comctl32.h:155
HWND hWndLBox
Definition: comctl32.h:154
INT visibleItems
Definition: comctl32.h:164
INT droppedIndex
Definition: comctl32.h:160
HWND owner
Definition: comctl32.h:151
HWND hWndEdit
Definition: comctl32.h:153
HWND self
Definition: comctl32.h:150
HFONT hFont
Definition: comctl32.h:156
INT droppedWidth
Definition: comctl32.h:162
UINT dwStyle
Definition: comctl32.h:152
INT item_height
Definition: comctl32.h:163
SUBCLASSPROCS * SubclassProcs
Definition: comctl32.h:218
WNDPROC origproc
Definition: comctl32.h:220
SUBCLASSPROCS * stackpos
Definition: comctl32.h:219
UINT_PTR id
Definition: comctl32.h:211
struct _SUBCLASSPROCS * next
Definition: comctl32.h:213
DWORD_PTR ref
Definition: comctl32.h:212
SUBCLASSPROC subproc
Definition: comctl32.h:210
uint32_t DWORD_PTR
Definition: typedefs.h:65
int32_t INT
Definition: typedefs.h:58
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
LONG_PTR LPARAM
Definition: windef.h:208
LONG_PTR LRESULT
Definition: windef.h:209
UINT_PTR WPARAM
Definition: windef.h:207
DWORD COLORREF
Definition: windef.h:300
#define WINAPI
Definition: msvc.h:6
#define __WINE_ALLOC_SIZE(x)
Definition: winnt_old.h:84
LRESULT(CALLBACK * WNDPROC)(HWND, UINT, WPARAM, LPARAM)
Definition: winuser.h:2909
_In_opt_ PALLOCATE_FUNCTION _In_opt_ PFREE_FUNCTION Free
Definition: exfuncs.h:815
const char * LPCSTR
Definition: xmlstorage.h:183
char * LPSTR
Definition: xmlstorage.h:182
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185