ReactOS 0.4.15-dev-7918-g2a2556c
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
92/* Cursors */
93#define IDC_MOVEBUTTON 102
94#define IDC_COPY 104
95#define IDC_DIVIDER 106
96#define IDC_DIVIDEROPEN 107
97
98
99/* DragList resources */
100#define IDI_DRAGARROW 501
101
102/* HOTKEY internal strings */
103#define HKY_NONE 2048
104
105/* Tooltip icons */
106#define IDI_TT_INFO_SM 22
107#define IDI_TT_WARN_SM 25
108#define IDI_TT_ERROR_SM 28
109
110/* Taskdialog strings */
111#define IDS_BUTTON_YES 3000
112#define IDS_BUTTON_NO 3001
113#define IDS_BUTTON_RETRY 3002
114#define IDS_BUTTON_OK 3003
115#define IDS_BUTTON_CANCEL 3004
116#define IDS_BUTTON_CLOSE 3005
117
118#ifndef __REACTOS__
119#define WM_SYSTIMER 0x0118
120#endif
121
123{
124 CBF_DROPPED = 0x0001,
126 CBF_NOROLLUP = 0x0004,
128 CBF_FOCUSED = 0x0010,
129 CBF_CAPTURE = 0x0020,
130 CBF_EDIT = 0x0040,
131 CBF_NORESIZE = 0x0080,
132 CBF_NOTIFY = 0x0100,
133 CBF_NOREDRAW = 0x0200,
135 CBF_HOT = 0x0800,
137 CBF_NOLBSELECT = 0x2000, /* do not change current selection */
138 CBF_BEENFOCUSED = 0x4000, /* has it ever had focus */
139 CBF_EUI = 0x8000,
140};
141
142typedef struct
143{
156 INT droppedWidth; /* last two are not used unless set */
157 INT editHeight; /* explicitly */
160
162
163typedef struct
164{
165 COLORREF clrBtnHighlight; /* COLOR_BTNHIGHLIGHT */
166 COLORREF clrBtnShadow; /* COLOR_BTNSHADOW */
167 COLORREF clrBtnText; /* COLOR_BTNTEXT */
168 COLORREF clrBtnFace; /* COLOR_BTNFACE */
169 COLORREF clrHighlight; /* COLOR_HIGHLIGHT */
170 COLORREF clrHighlightText; /* COLOR_HIGHLIGHTTEXT */
171 COLORREF clrHotTrackingColor; /* COLOR_HOTLIGHT */
172 COLORREF clr3dHilight; /* COLOR_3DHILIGHT */
173 COLORREF clr3dShadow; /* COLOR_3DSHADOW */
174 COLORREF clr3dDkShadow; /* COLOR_3DDKSHADOW */
175 COLORREF clr3dFace; /* COLOR_3DFACE */
176 COLORREF clrWindow; /* COLOR_WINDOW */
177 COLORREF clrWindowText; /* COLOR_WINDOWTEXT */
178 COLORREF clrGrayText; /* COLOR_GREYTEXT */
179 COLORREF clrActiveCaption; /* COLOR_ACTIVECAPTION */
180 COLORREF clrInfoBk; /* COLOR_INFOBK */
181 COLORREF clrInfoText; /* COLOR_INFOTEXT */
183
185
186/* Internal function */
189void COMCTL32_DrawInsertMark(HDC hDC, const RECT *lpRect, COLORREF clrInsertMark, BOOL bHorizontal) DECLSPEC_HIDDEN;
190void COMCTL32_EnsureBitmapSize(HBITMAP *pBitmap, int cxMinWidth, int cyMinHeight, COLORREF crBackground) DECLSPEC_HIDDEN;
193INT Str_GetPtrWtoA (LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen) DECLSPEC_HIDDEN;
194INT Str_GetPtrAtoW (LPCSTR lpSrc, LPWSTR lpDest, INT nMaxLen) DECLSPEC_HIDDEN;
197
198#ifndef __REACTOS__
199#define COMCTL32_VERSION_MINOR 81
200#endif
201
202/* Our internal stack structure of the window procedures to subclass */
203typedef struct _SUBCLASSPROCS {
209
210typedef struct
211{
217
218/* undocumented functions */
219
224
227
229BOOL WINAPI MirrorIcon(HICON *phicon1, HICON *phicon2);
230
232
233extern void ANIMATE_Register(void) DECLSPEC_HIDDEN;
234extern void ANIMATE_Unregister(void) DECLSPEC_HIDDEN;
235extern void BUTTON_Register(void) DECLSPEC_HIDDEN;
236extern void COMBO_Register(void) DECLSPEC_HIDDEN;
237extern void COMBOEX_Register(void) DECLSPEC_HIDDEN;
238extern void COMBOEX_Unregister(void) DECLSPEC_HIDDEN;
239extern void COMBOLBOX_Register(void) DECLSPEC_HIDDEN;
240extern void DATETIME_Register(void) DECLSPEC_HIDDEN;
241extern void DATETIME_Unregister(void) DECLSPEC_HIDDEN;
242extern void EDIT_Register(void) DECLSPEC_HIDDEN;
243extern void FLATSB_Register(void) DECLSPEC_HIDDEN;
244extern void FLATSB_Unregister(void) DECLSPEC_HIDDEN;
245extern void HEADER_Register(void) DECLSPEC_HIDDEN;
246extern void HEADER_Unregister(void) DECLSPEC_HIDDEN;
247extern void HOTKEY_Register(void) DECLSPEC_HIDDEN;
248extern void HOTKEY_Unregister(void) DECLSPEC_HIDDEN;
249extern void IPADDRESS_Register(void) DECLSPEC_HIDDEN;
250extern void IPADDRESS_Unregister(void) DECLSPEC_HIDDEN;
251extern void LISTBOX_Register(void) DECLSPEC_HIDDEN;
252extern void LISTVIEW_Register(void) DECLSPEC_HIDDEN;
253extern void LISTVIEW_Unregister(void) DECLSPEC_HIDDEN;
254extern void MONTHCAL_Register(void) DECLSPEC_HIDDEN;
255extern void MONTHCAL_Unregister(void) DECLSPEC_HIDDEN;
256extern void NATIVEFONT_Register(void) DECLSPEC_HIDDEN;
257extern void NATIVEFONT_Unregister(void) DECLSPEC_HIDDEN;
258extern void PAGER_Register(void) DECLSPEC_HIDDEN;
259extern void PAGER_Unregister(void) DECLSPEC_HIDDEN;
260extern void PROGRESS_Register(void) DECLSPEC_HIDDEN;
261extern void PROGRESS_Unregister(void) DECLSPEC_HIDDEN;
262extern void REBAR_Register(void) DECLSPEC_HIDDEN;
263extern void REBAR_Unregister(void) DECLSPEC_HIDDEN;
264extern void STATIC_Register(void) DECLSPEC_HIDDEN;
265extern void STATUS_Register(void) DECLSPEC_HIDDEN;
266extern void STATUS_Unregister(void) DECLSPEC_HIDDEN;
267extern void SYSLINK_Register(void) DECLSPEC_HIDDEN;
268extern void SYSLINK_Unregister(void) DECLSPEC_HIDDEN;
269extern void TAB_Register(void) DECLSPEC_HIDDEN;
270extern void TAB_Unregister(void) DECLSPEC_HIDDEN;
271extern void TOOLBAR_Register(void) DECLSPEC_HIDDEN;
272extern void TOOLBAR_Unregister(void) DECLSPEC_HIDDEN;
273extern void TOOLTIPS_Register(void) DECLSPEC_HIDDEN;
274extern void TOOLTIPS_Unregister(void) DECLSPEC_HIDDEN;
275extern void TRACKBAR_Register(void) DECLSPEC_HIDDEN;
276extern void TRACKBAR_Unregister(void) DECLSPEC_HIDDEN;
277extern void TREEVIEW_Register(void) DECLSPEC_HIDDEN;
278extern void TREEVIEW_Unregister(void) DECLSPEC_HIDDEN;
279extern void UPDOWN_Register(void) DECLSPEC_HIDDEN;
280extern void UPDOWN_Unregister(void) DECLSPEC_HIDDEN;
281#ifdef __REACTOS__
282extern void BUTTON_Unregister(void) DECLSPEC_HIDDEN;
283extern void COMBO_Unregister(void) DECLSPEC_HIDDEN;
284extern void COMBOLBOX_Unregister(void) DECLSPEC_HIDDEN;
285extern void EDIT_Unregister(void) DECLSPEC_HIDDEN;
286extern void LISTBOX_Unregister(void) DECLSPEC_HIDDEN;
287extern void STATIC_Unregister(void) DECLSPEC_HIDDEN;
288extern void TOOLBARv6_Register(void) DECLSPEC_HIDDEN;
289extern void TOOLBARv6_Unregister(void) DECLSPEC_HIDDEN;
290#endif /* __REACTOS__ */
291
295#ifdef __REACTOS__
296extern void THEMING_Initialize(HANDLE hActCtx5, HANDLE hActCtx6) DECLSPEC_HIDDEN;
297#else
298extern void THEMING_Initialize(void) DECLSPEC_HIDDEN;
299#endif
300extern void THEMING_Uninitialize(void) DECLSPEC_HIDDEN;
303
304#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:3826
void TOOLTIPS_Unregister(void) DECLSPEC_HIDDEN
Definition: tooltips.c:2445
void EDIT_Register(void) DECLSPEC_HIDDEN
Definition: edit.c:5175
INT Str_GetPtrWtoA(LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen) DECLSPEC_HIDDEN
void PAGER_Register(void) DECLSPEC_HIDDEN
Definition: pager.c:1103
void HOTKEY_Unregister(void) DECLSPEC_HIDDEN
Definition: hotkey.c:559
void HEADER_Register(void) DECLSPEC_HIDDEN
Definition: header.c:2280
void IPADDRESS_Register(void) DECLSPEC_HIDDEN
Definition: ipaddress.c:663
void STATUS_Unregister(void) DECLSPEC_HIDDEN
Definition: status.c:1361
BOOL COMCTL32_IsReflectedMessage(UINT uMsg) DECLSPEC_HIDDEN
Definition: commctrl.c:1748
void FLATSB_Register(void) DECLSPEC_HIDDEN
Definition: flatsb.c:267
combobox_state_flags
Definition: comctl32.h:123
@ CBF_NOREDRAW
Definition: comctl32.h:133
@ CBF_NOLBSELECT
Definition: comctl32.h:137
@ CBF_NORESIZE
Definition: comctl32.h:131
@ CBF_NOROLLUP
Definition: comctl32.h:126
@ CBF_BUTTONDOWN
Definition: comctl32.h:125
@ CBF_SELCHANGE
Definition: comctl32.h:134
@ CBF_FOCUSED
Definition: comctl32.h:128
@ CBF_MEASUREITEM
Definition: comctl32.h:127
@ CBF_NOTIFY
Definition: comctl32.h:132
@ CBF_HOT
Definition: comctl32.h:135
@ CBF_EDIT
Definition: comctl32.h:130
@ CBF_BEENFOCUSED
Definition: comctl32.h:138
@ CBF_EUI
Definition: comctl32.h:139
@ CBF_CAPTURE
Definition: comctl32.h:129
@ CBF_NOEDITNOTIFY
Definition: comctl32.h:136
@ CBF_DROPPED
Definition: comctl32.h:124
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:95
void BUTTON_Register(void) DECLSPEC_HIDDEN
Definition: button.c:2136
void SYSLINK_Register(void) DECLSPEC_HIDDEN
Definition: syslink.c:1742
void PROGRESS_Register(void) DECLSPEC_HIDDEN
Definition: progress.c:748
void STATIC_Register(void) DECLSPEC_HIDDEN
Definition: static.c:793
void THEMING_Uninitialize(void) DECLSPEC_HIDDEN
Definition: theming.c:191
void SYSLINK_Unregister(void) DECLSPEC_HIDDEN
Definition: syslink.c:1763
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:7207
DWORD WINAPI GetSize(LPVOID)
void REBAR_Unregister(void) DECLSPEC_HIDDEN
Definition: rebar.c:3851
void TAB_Register(void) DECLSPEC_HIDDEN
Definition: tab.c:3480
void LISTBOX_Register(void) DECLSPEC_HIDDEN
Definition: listbox.c:3054
BOOL Str_SetPtrAtoW(LPWSTR *lppDest, LPCSTR lpSrc) DECLSPEC_HIDDEN
void MONTHCAL_Register(void) DECLSPEC_HIDDEN
Definition: monthcal.c:3035
void HOTKEY_Register(void) DECLSPEC_HIDDEN
Definition: hotkey.c:541
void TOOLTIPS_Register(void) DECLSPEC_HIDDEN
Definition: tooltips.c:2419
void STATUS_Register(void) DECLSPEC_HIDDEN
Definition: status.c:1337
LPVOID WINAPI Alloc(DWORD) __WINE_ALLOC_SIZE(1)
Definition: comctl32undoc.c:71
struct SUBCLASS_INFO * LPSUBCLASS_INFO
void COMBOEX_Unregister(void) DECLSPEC_HIDDEN
Definition: comboex.c:2186
void COMCTL32_DrawInsertMark(HDC hDC, const RECT *lpRect, COLORREF clrInsertMark, BOOL bHorizontal) DECLSPEC_HIDDEN
Definition: commctrl.c:1626
HWND COMCTL32_CreateToolTip(HWND) DECLSPEC_HIDDEN
Definition: commctrl.c:1544
void UPDOWN_Register(void) DECLSPEC_HIDDEN
Definition: updown.c:1175
void COMCTL32_EnsureBitmapSize(HBITMAP *pBitmap, int cxMinWidth, int cyMinHeight, COLORREF crBackground) DECLSPEC_HIDDEN
Definition: commctrl.c:1678
void HEADER_Unregister(void) DECLSPEC_HIDDEN
Definition: header.c:2297
void COMCTL32_GetFontMetrics(HFONT hFont, TEXTMETRICW *ptm) DECLSPEC_HIDDEN
Definition: commctrl.c:1721
int MONTHCAL_MonthLength(int month, int year) DECLSPEC_HIDDEN
Definition: monthcal.c:215
void PROGRESS_Unregister(void) DECLSPEC_HIDDEN
Definition: progress.c:769
LRESULT WINAPI SetPathWordBreakProc(HWND hwnd, BOOL bSet)
Definition: commctrl.c:1834
HRGN set_control_clipping(HDC hdc, const RECT *rect) DECLSPEC_HIDDEN
Definition: button.c:239
struct _SUBCLASSPROCS SUBCLASSPROCS
void UPDOWN_Unregister(void) DECLSPEC_HIDDEN
Definition: updown.c:1197
struct _SUBCLASSPROCS * LPSUBCLASSPROCS
int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace) DECLSPEC_HIDDEN
Definition: monthcal.c:468
void THEMING_Initialize(void) DECLSPEC_HIDDEN
Definition: theming.c:108
void TRACKBAR_Register(void) DECLSPEC_HIDDEN
Definition: trackbar.c:2049
void COMBO_Register(void) DECLSPEC_HIDDEN
Definition: combo.c:2170
void FLATSB_Unregister(void) DECLSPEC_HIDDEN
Definition: flatsb.c:285
VOID COMCTL32_RefreshSysColors(void) DECLSPEC_HIDDEN
Definition: commctrl.c:1586
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:680
void THEMING_SetSubclassData(HWND, ULONG_PTR) DECLSPEC_HIDDEN
Definition: theming.c:220
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:303
INT WINAPI Str_GetPtrA(LPCSTR, LPSTR, INT)
Definition: string.c:136
void TOOLBAR_Register(void) DECLSPEC_HIDDEN
Definition: toolbar.c:7189
void MONTHCAL_Unregister(void) DECLSPEC_HIDDEN
Definition: monthcal.c:3053
void COMBOLBOX_Register(void) DECLSPEC_HIDDEN
Definition: listbox.c:3069
void LISTVIEW_Unregister(void) DECLSPEC_HIDDEN
Definition: listview.c:12041
void PAGER_Unregister(void) DECLSPEC_HIDDEN
Definition: pager.c:1121
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:12016
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:204
void COMBOEX_Register(void) DECLSPEC_HIDDEN
Definition: comboex.c:2169
void TRACKBAR_Unregister(void) DECLSPEC_HIDDEN
Definition: trackbar.c:2066
BOOL COMBO_FlipListbox(HEADCOMBO *lphc, BOOL ok, BOOL bRedrawButton) DECLSPEC_HIDDEN
BOOL WINAPI MirrorIcon(HICON *phicon1, HICON *phicon2)
Definition: commctrl.c:1789
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:92
static HICON
Definition: imagelist.c:84
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:5049
& rect
Definition: startmenu.cpp:1413
COLORREF clrHighlightText
Definition: comctl32.h:170
COLORREF clrBtnShadow
Definition: comctl32.h:166
COLORREF clrBtnText
Definition: comctl32.h:167
COLORREF clrBtnFace
Definition: comctl32.h:168
COLORREF clrInfoText
Definition: comctl32.h:181
COLORREF clrWindow
Definition: comctl32.h:176
COLORREF clr3dFace
Definition: comctl32.h:175
COLORREF clrActiveCaption
Definition: comctl32.h:179
COLORREF clrBtnHighlight
Definition: comctl32.h:165
COLORREF clr3dShadow
Definition: comctl32.h:173
COLORREF clrGrayText
Definition: comctl32.h:178
COLORREF clr3dDkShadow
Definition: comctl32.h:174
COLORREF clrInfoBk
Definition: comctl32.h:180
COLORREF clrHotTrackingColor
Definition: comctl32.h:171
COLORREF clrWindowText
Definition: comctl32.h:177
COLORREF clr3dHilight
Definition: comctl32.h:172
COLORREF clrHighlight
Definition: comctl32.h:169
RECT buttonRect
Definition: comctl32.h:152
INT fixedOwnerDrawHeight
Definition: comctl32.h:155
RECT textRect
Definition: comctl32.h:151
RECT droppedRect
Definition: comctl32.h:153
UINT wState
Definition: comctl32.h:149
HWND hWndLBox
Definition: comctl32.h:148
INT visibleItems
Definition: comctl32.h:158
INT droppedIndex
Definition: comctl32.h:154
HWND owner
Definition: comctl32.h:145
HWND hWndEdit
Definition: comctl32.h:147
HWND self
Definition: comctl32.h:144
HFONT hFont
Definition: comctl32.h:150
INT droppedWidth
Definition: comctl32.h:156
INT editHeight
Definition: comctl32.h:157
UINT dwStyle
Definition: comctl32.h:146
SUBCLASSPROCS * SubclassProcs
Definition: comctl32.h:212
WNDPROC origproc
Definition: comctl32.h:214
SUBCLASSPROCS * stackpos
Definition: comctl32.h:213
UINT_PTR id
Definition: comctl32.h:205
struct _SUBCLASSPROCS * next
Definition: comctl32.h:207
DWORD_PTR ref
Definition: comctl32.h:206
SUBCLASSPROC subproc
Definition: comctl32.h:204
uint32_t DWORD_PTR
Definition: typedefs.h:65
int32_t INT
Definition: typedefs.h:58
uint32_t ULONG_PTR
Definition: typedefs.h:65
_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:2906
_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