Fixed a race condition on RPC worker thread creation, and a typo.
[wine] / dlls / commdlg / cdlg.h
1 /*
2  *  Common Dialog Boxes interface (32 bit)
3  *
4  * Copyright 1998 Bertho A. Stultiens
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 #ifndef _WINE_DLL_CDLG_H
22 #define _WINE_DLL_CDLG_H
23
24 #define COM_NO_WINDOWS_H
25 #include "dlgs.h"
26 #include "wine/windef16.h"
27 #include "wownt32.h"
28
29 /*---------------- 16-bit ----------------*/
30 extern HINSTANCE16      COMMDLG_hInstance;
31 extern HINSTANCE        COMMDLG_hInstance32;
32
33 /*---------------- 32-bit ----------------*/
34
35 /* Common dialogs implementation globals */
36 #define COMDLG32_Atom   ((ATOM)0xa000)  /* MS uses this one to identify props */
37
38 extern HINSTANCE        COMDLG32_hInstance;
39
40 void    COMDLG32_SetCommDlgExtendedError(DWORD err);
41 LPVOID  COMDLG32_AllocMem(int size);
42
43 /* handle<-handle16 conversion */
44 #define HINSTANCE_32(h16)           ((HINSTANCE)(ULONG_PTR)(h16))
45
46 /* Find/Replace local definitions */
47
48 #define FR_WINE_UNICODE         0x80000000
49 #define FR_WINE_REPLACE         0x40000000
50
51 typedef struct {
52         FINDREPLACEA    fr;     /* Internally used structure */
53         union {
54                 FINDREPLACEA    *fra;   /* Reference to the user supplied structure */
55                 FINDREPLACEW    *frw;
56         } user_fr;
57 } COMDLG32_FR_Data;
58
59 #define PD32_PRINT_TITLE        7000
60
61 #define PD32_VALUE_UREADABLE                  1104
62 #define PD32_INVALID_PAGE_RANGE               1105
63 #define PD32_FROM_NOT_ABOVE_TO                1106
64 #define PD32_MARGINS_OVERLAP                  1107
65 #define PD32_NR_OF_COPIES_EMPTY               1108
66 #define PD32_TOO_LARGE_COPIES                 1109
67 #define PD32_PRINT_ERROR                      1110
68 #define PD32_NO_DEFAULT_PRINTER               1111
69 #define PD32_CANT_FIND_PRINTER                1112
70 #define PD32_OUT_OF_MEMORY                    1113
71 #define PD32_GENERIC_ERROR                    1114
72 #define PD32_DRIVER_UNKNOWN                   1115
73
74 #define PD32_PRINTER_STATUS_READY             1536
75 #define PD32_PRINTER_STATUS_PAUSED            1537
76 #define PD32_PRINTER_STATUS_ERROR             1538
77 #define PD32_PRINTER_STATUS_PENDING_DELETION  1539
78 #define PD32_PRINTER_STATUS_PAPER_JAM         1540
79 #define PD32_PRINTER_STATUS_PAPER_OUT         1541
80 #define PD32_PRINTER_STATUS_MANUAL_FEED       1542
81 #define PD32_PRINTER_STATUS_PAPER_PROBLEM     1543
82 #define PD32_PRINTER_STATUS_OFFLINE           1544
83 #define PD32_PRINTER_STATUS_IO_ACTIVE         1545
84 #define PD32_PRINTER_STATUS_BUSY              1546
85 #define PD32_PRINTER_STATUS_PRINTING          1547
86 #define PD32_PRINTER_STATUS_OUTPUT_BIN_FULL   1548
87 #define PD32_PRINTER_STATUS_NOT_AVAILABLE     1549
88 #define PD32_PRINTER_STATUS_WAITING           1550
89 #define PD32_PRINTER_STATUS_PROCESSING        1551
90 #define PD32_PRINTER_STATUS_INITIALIZING      1552
91 #define PD32_PRINTER_STATUS_WARMING_UP        1553
92 #define PD32_PRINTER_STATUS_TONER_LOW         1554
93 #define PD32_PRINTER_STATUS_NO_TONER          1555
94 #define PD32_PRINTER_STATUS_PAGE_PUNT         1556
95 #define PD32_PRINTER_STATUS_USER_INTERVENTION 1557
96 #define PD32_PRINTER_STATUS_OUT_OF_MEMORY     1558
97 #define PD32_PRINTER_STATUS_DOOR_OPEN         1559
98 #define PD32_PRINTER_STATUS_SERVER_UNKNOWN    1560
99 #define PD32_PRINTER_STATUS_POWER_SAVE        1561
100
101 #define PD32_DEFAULT_PRINTER                  1582
102 #define PD32_NR_OF_DOCUMENTS_IN_QUEUE         1583
103 #define PD32_PRINT_ALL_X_PAGES                1584
104 #define PD32_MARGINS_IN_INCHES                1585
105 #define PD32_MARGINS_IN_MILIMETERS            1586
106 #define PD32_MILIMETERS                       1587
107
108 /* Charset names string IDs */
109
110 #define IDS_CHARSET_ANSI        200
111 #define IDS_CHARSET_SYMBOL      201
112 #define IDS_CHARSET_JIS         202
113 #define IDS_CHARSET_HANGUL      203
114 #define IDS_CHARSET_GB2312      204
115 #define IDS_CHARSET_BIG5        205
116 #define IDS_CHARSET_GREEK       206
117 #define IDS_CHARSET_TURKISH     207
118 #define IDS_CHARSET_HEBREW      208
119 #define IDS_CHARSET_ARABIC      209
120 #define IDS_CHARSET_BALTIC      210
121 #define IDS_CHARSET_VIETNAMESE  211
122 #define IDS_CHARSET_RUSSIAN     212
123 #define IDS_CHARSET_EE          213
124 #define IDS_CHARSET_THAI        214
125 #define IDS_CHARSET_JOHAB       215
126 #define IDS_CHARSET_MAC         216
127 #define IDS_CHARSET_OEM         217
128 #define IDS_CHARSET_VISCII      218
129 #define IDS_CHARSET_TCVN        219
130 #define IDS_CHARSET_KOI8        220
131 #define IDS_CHARSET_ISO3        221
132 #define IDS_CHARSET_ISO4        222
133 #define IDS_CHARSET_ISO10       223
134 #define IDS_CHARSET_CELTIC      224
135
136 /* Color names string IDs */
137
138 #define IDS_COLOR_BLACK                 1040
139 #define IDS_COLOR_MAROON                1041
140 #define IDS_COLOR_GREEN                 1042
141 #define IDS_COLOR_OLIVE                 1043
142 #define IDS_COLOR_NAVY                  1044
143 #define IDS_COLOR_PURPLE                1045
144 #define IDS_COLOR_TEAL                  1046
145 #define IDS_COLOR_GRAY                  1047
146 #define IDS_COLOR_SILVER                1048
147 #define IDS_COLOR_RED                   1049
148 #define IDS_COLOR_LIME                  1050
149 #define IDS_COLOR_YELLOW                1051
150 #define IDS_COLOR_BLUE                  1052
151 #define IDS_COLOR_FUCHSIA               1053
152 #define IDS_COLOR_AQUA                  1054
153 #define IDS_COLOR_WHITE                 1055
154
155 #include "commctrl.h"
156 #include "shlobj.h"
157 #include "shellapi.h"
158
159 /* ITEMIDLIST */
160
161 extern LPITEMIDLIST (WINAPI *COMDLG32_PIDL_ILClone) (LPCITEMIDLIST);
162 extern LPITEMIDLIST (WINAPI *COMDLG32_PIDL_ILCombine)(LPCITEMIDLIST,LPCITEMIDLIST);
163 extern LPITEMIDLIST (WINAPI *COMDLG32_PIDL_ILGetNext)(LPITEMIDLIST);
164 extern BOOL (WINAPI *COMDLG32_PIDL_ILRemoveLastID)(LPCITEMIDLIST);
165 extern BOOL (WINAPI *COMDLG32_PIDL_ILIsEqual)(LPCITEMIDLIST, LPCITEMIDLIST);
166
167 /* SHELL */
168 extern LPVOID (WINAPI *COMDLG32_SHAlloc)(DWORD);
169 extern DWORD (WINAPI *COMDLG32_SHFree)(LPVOID);
170 extern BOOL (WINAPI *COMDLG32_SHGetFolderPathA)(HWND,int,HANDLE,DWORD,LPSTR);
171 extern BOOL (WINAPI *COMDLG32_SHGetFolderPathW)(HWND,int,HANDLE,DWORD,LPWSTR);
172
173 extern BOOL  WINAPI GetFileDialog95A(LPOPENFILENAMEA ofn,UINT iDlgType);
174 extern BOOL  WINAPI GetFileDialog95W(LPOPENFILENAMEW ofn,UINT iDlgType);
175
176 /* 16 bit api */
177
178 #include "pshpack1.h"
179
180 typedef UINT16 (CALLBACK *LPOFNHOOKPROC16)(HWND16,UINT16,WPARAM16,LPARAM);
181
182 typedef struct {
183         DWORD           lStructSize;
184         HWND16          hwndOwner;
185         HINSTANCE16     hInstance;
186         SEGPTR          lpstrFilter;
187         SEGPTR          lpstrCustomFilter;
188         DWORD           nMaxCustFilter;
189         DWORD           nFilterIndex;
190         SEGPTR          lpstrFile;
191         DWORD           nMaxFile;
192         SEGPTR          lpstrFileTitle;
193         DWORD           nMaxFileTitle;
194         SEGPTR          lpstrInitialDir;
195         SEGPTR          lpstrTitle;
196         DWORD           Flags;
197         UINT16          nFileOffset;
198         UINT16          nFileExtension;
199         SEGPTR          lpstrDefExt;
200         LPARAM          lCustData;
201         LPOFNHOOKPROC16 lpfnHook;
202         SEGPTR          lpTemplateName;
203 }   OPENFILENAME16,*LPOPENFILENAME16;
204
205 typedef UINT16 (CALLBACK *LPCCHOOKPROC16) (HWND16, UINT16, WPARAM16, LPARAM);
206
207 typedef struct {
208         DWORD           lStructSize;
209         HWND16          hwndOwner;
210         HWND16          hInstance;
211         COLORREF        rgbResult;
212         SEGPTR          lpCustColors;
213         DWORD           Flags;
214         LPARAM          lCustData;
215         LPCCHOOKPROC16  lpfnHook;
216         SEGPTR          lpTemplateName;
217 } CHOOSECOLOR16;
218 typedef CHOOSECOLOR16 *LPCHOOSECOLOR16;
219
220 typedef UINT16 (CALLBACK *LPFRHOOKPROC16)(HWND16,UINT16,WPARAM16,LPARAM);
221 typedef struct {
222         DWORD           lStructSize;                    /* size of this struct 0x20 */
223         HWND16          hwndOwner;                              /* handle to owner's window */
224         HINSTANCE16     hInstance;                              /* instance handle of.EXE that  */
225                                                                                 /*      contains cust. dlg. template */
226         DWORD           Flags;                  /* one or more of the FR_?? */
227         SEGPTR          lpstrFindWhat;          /* ptr. to search string    */
228         SEGPTR          lpstrReplaceWith;       /* ptr. to replace string   */
229         UINT16          wFindWhatLen;           /* size of find buffer      */
230         UINT16          wReplaceWithLen;        /* size of replace buffer   */
231         LPARAM          lCustData;              /* data passed to hook fn.  */
232         LPFRHOOKPROC16  lpfnHook;
233         SEGPTR          lpTemplateName;         /* custom template name     */
234 } FINDREPLACE16, *LPFINDREPLACE16;
235
236 typedef UINT16 (CALLBACK *LPCFHOOKPROC16)(HWND16,UINT16,WPARAM16,LPARAM);
237 typedef struct
238 {
239         DWORD                   lStructSize;
240         HWND16                  hwndOwner;          /* caller's window handle   */
241         HDC16                   hDC;                /* printer DC/IC or NULL    */
242         SEGPTR                  lpLogFont;          /* ptr. to a LOGFONT struct */
243         short                   iPointSize;         /* 10 * size in points of selected font */
244         DWORD                   Flags;  /* enum. type flags         */
245         COLORREF                rgbColors;          /* returned text color      */
246         LPARAM                  lCustData;          /* data passed to hook fn.  */
247         LPCFHOOKPROC16          lpfnHook;
248         SEGPTR                  lpTemplateName;     /* custom template name     */
249         HINSTANCE16             hInstance;          /* instance handle of.EXE that   */
250                                                         /* contains cust. dlg. template  */
251         SEGPTR                  lpszStyle;  /* return the style field here   */
252                                                         /* must be LF_FACESIZE or bigger */
253         UINT16                  nFontType;              /* same value reported to the    */
254                                                         /* EnumFonts callback with the   */
255                                                         /* extra FONTTYPE_ bits added    */
256         short                   nSizeMin;   /* minimum pt size allowed & */
257         short                   nSizeMax;   /* max pt size allowed if    */
258                                                         /* CF_LIMITSIZE is used      */
259 } CHOOSEFONT16, *LPCHOOSEFONT16;
260
261
262 typedef UINT16 (CALLBACK *LPPRINTHOOKPROC16) (HWND16, UINT16, WPARAM16, LPARAM);
263 typedef UINT16 (CALLBACK *LPSETUPHOOKPROC16) (HWND16, UINT16, WPARAM16, LPARAM);
264 typedef struct
265 {
266     DWORD            lStructSize;
267     HWND16           hwndOwner;
268     HGLOBAL16        hDevMode;
269     HGLOBAL16        hDevNames;
270     HDC16            hDC;
271     DWORD            Flags;
272     WORD             nFromPage;
273     WORD             nToPage;
274     WORD             nMinPage;
275     WORD             nMaxPage;
276     WORD             nCopies;
277     HINSTANCE16      hInstance;
278     LPARAM           lCustData;
279     LPPRINTHOOKPROC16 lpfnPrintHook;
280     LPSETUPHOOKPROC16 lpfnSetupHook;
281     SEGPTR           lpPrintTemplateName;
282     SEGPTR           lpSetupTemplateName;
283     HGLOBAL16        hPrintTemplate;
284     HGLOBAL16        hSetupTemplate;
285 } PRINTDLG16, *LPPRINTDLG16;
286
287 BOOL16  WINAPI ChooseColor16(LPCHOOSECOLOR16 lpChCol);
288 HWND16  WINAPI FindText16( SEGPTR find);
289 INT16   WINAPI GetFileTitle16(LPCSTR lpFile, LPSTR lpTitle, UINT16 cbBuf);
290 BOOL16  WINAPI GetOpenFileName16(SEGPTR ofn);
291 BOOL16  WINAPI GetSaveFileName16(SEGPTR ofn);
292 BOOL16  WINAPI PrintDlg16( LPPRINTDLG16 print);
293 HWND16  WINAPI ReplaceText16( SEGPTR find);
294 BOOL16  WINAPI ChooseFont16(LPCHOOSEFONT16);
295
296 #include "poppack.h"
297
298 #endif /* _WINE_DLL_CDLG_H */