Mercurial > hg > xemacs-beta
annotate src/intl-auto-encap-win32.h @ 5928:2f34b59f451a cygwin
from Vin?
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 24 Jul 2015 14:48:46 +0100 |
parents | 68639fb08af8 |
children |
rev | line source |
---|---|
771 | 1 /* Automatically-generated Unicode-encapsulation header file. |
2 Do not edit. See `make-mswin-unicode.pl'. | |
3 */ | |
4 | |
5 | |
2367 | 6 /* Processing file SHELLAPI.H */ |
7 | |
8 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
9 #undef DragQueryFile | |
10 #define DragQueryFile error_use_qxeDragQueryFile_or_DragQueryFileA_and_DragQueryFileW | |
11 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
12 UINT qxeDragQueryFile (HDROP hDrop, UINT iFile, Extbyte * lpszFile, UINT cch); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
13 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
14 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
15 #undef ShellExecute |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
16 #define ShellExecute error_use_qxeShellExecute_or_ShellExecuteA_and_ShellExecuteW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
17 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
18 HINSTANCE qxeShellExecute (HWND hwnd, const Extbyte * lpOperation, const Extbyte * lpFile, const Extbyte * lpParameters, const Extbyte * lpDirectory, INT nShowCmd); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
19 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
20 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
21 #undef FindExecutable |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
22 #define FindExecutable error_use_qxeFindExecutable_or_FindExecutableA_and_FindExecutableW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
23 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
24 HINSTANCE qxeFindExecutable (const Extbyte * lpFile, const Extbyte * lpDirectory, Extbyte * lpResult); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
25 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
26 #undef CommandLineToArgv |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
27 #define CommandLineToArgv error_Unicode_only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
28 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
29 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
30 #undef ShellAbout |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
31 #define ShellAbout error_use_qxeShellAbout_or_ShellAboutA_and_ShellAboutW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
32 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
33 INT qxeShellAbout (HWND hWnd, const Extbyte * szApp, const Extbyte * szOtherStuff, HICON hIcon); |
2367 | 34 |
35 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
36 #undef ExtractAssociatedIcon | |
37 #define ExtractAssociatedIcon error_use_qxeExtractAssociatedIcon_or_ExtractAssociatedIconA_and_ExtractAssociatedIconW | |
38 #endif | |
4903
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4875
diff
changeset
|
39 HICON qxeExtractAssociatedIcon (HINSTANCE arg1, Extbyte * arg2, LPWORD arg3); |
2367 | 40 |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
41 #undef ExtractAssociatedIconEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
42 #define ExtractAssociatedIconEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
43 |
2367 | 44 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
45 #undef ExtractIcon | |
46 #define ExtractIcon error_use_qxeExtractIcon_or_ExtractIconA_and_ExtractIconW | |
47 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
48 HICON qxeExtractIcon (HINSTANCE hInst, const Extbyte * pszExeFileName, UINT nIconIndex); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
49 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
50 #if !defined (CYGWIN_HEADERS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
51 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
52 #undef DoEnvironmentSubst |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
53 #define DoEnvironmentSubst error_use_qxeDoEnvironmentSubst_or_DoEnvironmentSubstA_and_DoEnvironmentSubstW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
54 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
55 DWORD qxeDoEnvironmentSubst (Extbyte * pszSrc, UINT cchSrc); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
56 #endif /* !defined (CYGWIN_HEADERS) */ |
2367 | 57 |
4903
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4875
diff
changeset
|
58 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4875
diff
changeset
|
59 #undef ExtractIconEx |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4875
diff
changeset
|
60 #define ExtractIconEx error_use_qxeExtractIconEx_or_ExtractIconExA_and_ExtractIconExW |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4875
diff
changeset
|
61 #endif |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
62 UINT qxeExtractIconEx (const Extbyte * lpszFile, int nIconIndex, HICON * phiconLarge, HICON * phiconSmall, UINT nIcons); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
63 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
64 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
65 #undef SHFileOperation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
66 #define SHFileOperation error_use_qxeSHFileOperation_or_SHFileOperationA_and_SHFileOperationW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
67 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
68 int qxeSHFileOperation (LPSHFILEOPSTRUCTW lpFileOp); |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
69 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
70 #undef ShellExecuteEx |
5921
68639fb08af8
no obvious 64 vs. 32 pblms in compilation, but still crashing in event-msw
Henry Thompson <ht@markup.co.uk>
parents:
5920
diff
changeset
|
71 #define ShellExecuteEx error_LPSHELLEXECUTEINFO_NT_4_0__only_HST__not_used__split_is_broken_because_of___in_declaration_in_shellapi_h_ |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
72 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
73 #undef SHCreateProcessAsUser |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
74 #define SHCreateProcessAsUser error_HST__new_____needs_review |
2367 | 75 |
76 #if !defined (CYGWIN_HEADERS) | |
77 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
78 #undef SHQueryRecycleBin | |
79 #define SHQueryRecycleBin error_use_qxeSHQueryRecycleBin_or_SHQueryRecycleBinA_and_SHQueryRecycleBinW | |
80 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
81 HRESULT qxeSHQueryRecycleBin (const Extbyte * pszRootPath, LPSHQUERYRBINFO pSHQueryRBInfo); |
2367 | 82 #endif /* !defined (CYGWIN_HEADERS) */ |
83 | |
84 #if !defined (CYGWIN_HEADERS) | |
85 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
86 #undef SHEmptyRecycleBin | |
87 #define SHEmptyRecycleBin error_use_qxeSHEmptyRecycleBin_or_SHEmptyRecycleBinA_and_SHEmptyRecycleBinW | |
88 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
89 HRESULT qxeSHEmptyRecycleBin (HWND hwnd, const Extbyte * pszRootPath, DWORD dwFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
90 #endif /* !defined (CYGWIN_HEADERS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
91 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
92 #undef Shell_NotifyIcon |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
93 #define Shell_NotifyIcon error_split_sized_NOTIFYICONDATA__NT_4_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
94 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
95 /* Skipping SHGetFileInfo because split-sized SHFILEINFO, NT 4.0+ only */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
96 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
97 #undef SHGetDiskFreeSpaceEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
98 #define SHGetDiskFreeSpaceEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
99 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
100 #if !defined (CYGWIN_HEADERS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
101 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
102 #undef SHGetNewLinkInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
103 #define SHGetNewLinkInfo error_use_qxeSHGetNewLinkInfo_or_SHGetNewLinkInfoA_and_SHGetNewLinkInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
104 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
105 WINBOOL qxeSHGetNewLinkInfo (const Extbyte * pszLinkTo, const Extbyte * pszDir, Extbyte * pszName, WINBOOL * pfMustCopy, UINT uFlags); |
2367 | 106 #endif /* !defined (CYGWIN_HEADERS) */ |
798 | 107 |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
108 #if !defined (CYGWIN_HEADERS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
109 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
110 #undef SHInvokePrinterCommand |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
111 #define SHInvokePrinterCommand error_use_qxeSHInvokePrinterCommand_or_SHInvokePrinterCommandA_and_SHInvokePrinterCommandW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
112 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
113 WINBOOL qxeSHInvokePrinterCommand (HWND hwnd, UINT uAction, const Extbyte * lpBuf1, const Extbyte * lpBuf2, WINBOOL fModal); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
114 #endif /* !defined (CYGWIN_HEADERS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
115 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
116 #undef IsLFNDrive |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
117 #define IsLFNDrive error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
118 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
119 #undef SHEnumerateUnreadMailAccounts |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
120 #define SHEnumerateUnreadMailAccounts error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
121 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
122 #undef SHGetUnreadMailCount |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
123 #define SHGetUnreadMailCount error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
124 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
125 #undef SHSetUnreadMailCount |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
126 #define SHSetUnreadMailCount error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
127 |
800 | 128 |
771 | 129 /* Processing file WINSPOOL.H */ |
130 | |
131 #if defined (HAVE_MS_WINDOWS) | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
132 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
133 #undef EnumPrinters |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
134 #define EnumPrinters error_use_qxeEnumPrinters_or_EnumPrintersA_and_EnumPrintersW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
135 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
136 WINBOOL qxeEnumPrinters (DWORD Flags, Extbyte * Name, DWORD Level, LPBYTE pPrinterEnum, DWORD cbBuf, LPDWORD pcbNeeded, LPDWORD pcReturned); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
137 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
138 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
139 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
140 /* Skipping OpenPrinter because split-sized DEVMODE pointer in split PRINTER_DEFAULTS */ |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
141 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
142 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
143 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
144 #undef ResetPrinter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
145 #define ResetPrinter error_split_sized_DEVMODE_pointer_in_split_PRINTER_DEFAULTS |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
146 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
147 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
148 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
149 #undef SetJob |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
150 #define SetJob error_split_sized_DEVMODE_pointer_in_split_JOB_INFO_2 |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
151 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
152 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
153 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
154 #undef GetJob |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
155 #define GetJob error_split_sized_DEVMODE_pointer_in_split_JOB_INFO_2 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
156 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
157 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
158 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
159 #undef EnumJobs |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
160 #define EnumJobs error_split_sized_DEVMODE_pointer_in_split_JOB_INFO_2 |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
161 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
162 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
163 #if defined (HAVE_MS_WINDOWS) |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
164 #undef AddPrinter |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
165 #define AddPrinter error_split_sized_DEVMODE_pointer_in_split_PRINTER_INFO_2 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
166 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
167 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
168 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
169 #undef SetPrinter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
170 #define SetPrinter error_split_sized_DEVMODE_pointer_in_split_PRINTER_INFO_2 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
171 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
172 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
173 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
174 #undef GetPrinter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
175 #define GetPrinter error_split_sized_DEVMODE_pointer_in_split_PRINTER_INFO_2 |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
176 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
177 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
178 #if defined (HAVE_MS_WINDOWS) |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
179 #undef AddPrinterDriver |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
180 #define AddPrinterDriver error_not_used__complicated_interface_with_split_structures |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
181 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
182 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
183 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
184 #undef AddPrinterDriverEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
185 #define AddPrinterDriverEx error_not_used__complicated_interface_with_split_structures |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
186 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
187 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
188 #if defined (HAVE_MS_WINDOWS) |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
189 #undef EnumPrinterDrivers |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
190 #define EnumPrinterDrivers error_not_used__complicated_interface_with_split_structures |
771 | 191 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 192 |
771 | 193 #if defined (HAVE_MS_WINDOWS) |
194 #undef GetPrinterDriver | |
2367 | 195 #define GetPrinterDriver error_not_used__complicated_interface_with_split_structures |
771 | 196 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 197 |
771 | 198 #if defined (HAVE_MS_WINDOWS) |
199 #undef GetPrinterDriverDirectory | |
2367 | 200 #define GetPrinterDriverDirectory error_not_used__complicated_interface_with_split_structures |
771 | 201 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 202 |
771 | 203 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
204 #undef DeletePrinterDriver |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
205 #define DeletePrinterDriver error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
206 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
207 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
208 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
209 #undef DeletePrinterDriverEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
210 #define DeletePrinterDriverEx error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
211 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
212 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
213 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
214 #undef AddPrintProcessor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
215 #define AddPrintProcessor error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
216 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
217 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
218 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
219 #undef EnumPrintProcessors |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
220 #define EnumPrintProcessors error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
221 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
222 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
223 #if defined (HAVE_MS_WINDOWS) |
771 | 224 #undef GetPrintProcessorDirectory |
2367 | 225 #define GetPrintProcessorDirectory error_not_used__complicated_interface_with_split_structures |
771 | 226 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 227 |
771 | 228 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
229 #undef EnumPrintProcessorDatatypes |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
230 #define EnumPrintProcessorDatatypes error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
231 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
232 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
233 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
234 #undef DeletePrintProcessor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
235 #define DeletePrintProcessor error_not_used__complicated_interface_with_split_structures |
771 | 236 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 237 |
771 | 238 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
239 #undef StartDocPrinter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
240 #define StartDocPrinter error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
241 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
242 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
243 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
244 #undef AddJob |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
245 #define AddJob error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
246 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
247 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
248 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
249 /* Skipping DocumentProperties because split-sized DEVMODE, error in Cygwin prototype */ |
771 | 250 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 251 |
771 | 252 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
253 #undef AdvancedDocumentProperties |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
254 #define AdvancedDocumentProperties error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
255 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
256 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
257 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
258 #undef GetPrinterData |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
259 #define GetPrinterData error_not_used__complicated_interface_with_split_structures |
771 | 260 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 261 |
771 | 262 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
263 #undef GetPrinterDataEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
264 #define GetPrinterDataEx error_not_used__complicated_interface_with_split_structures |
771 | 265 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 266 |
771 | 267 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
268 #undef EnumPrinterData |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
269 #define EnumPrinterData error_not_used__complicated_interface_with_split_structures |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
270 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
271 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
272 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
273 #undef EnumPrinterDataEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
274 #define EnumPrinterDataEx error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
275 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
276 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
277 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
278 #undef EnumPrinterKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
279 #define EnumPrinterKey error_not_used__complicated_interface_with_split_structures |
771 | 280 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 281 |
771 | 282 #if defined (HAVE_MS_WINDOWS) |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
283 #undef SetPrinterData |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
284 #define SetPrinterData error_not_used__complicated_interface_with_split_structures |
771 | 285 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 286 |
771 | 287 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
288 #undef SetPrinterDataEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
289 #define SetPrinterDataEx error_not_used__complicated_interface_with_split_structures |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
290 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
291 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
292 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
293 #undef DeletePrinterData |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
294 #define DeletePrinterData error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
295 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
296 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
297 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
298 #undef DeletePrinterDataEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
299 #define DeletePrinterDataEx error_not_used__complicated_interface_with_split_structures |
771 | 300 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 301 |
771 | 302 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
303 #undef DeletePrinterKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
304 #define DeletePrinterKey error_not_used__complicated_interface_with_split_structures |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
305 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
306 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
307 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
308 #undef PrinterMessageBox |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
309 #define PrinterMessageBox error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
310 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
311 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
312 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
313 #undef AddForm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
314 #define AddForm error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
315 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
316 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
317 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
318 #undef DeleteForm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
319 #define DeleteForm error_not_used__complicated_interface_with_split_structures |
771 | 320 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 321 |
771 | 322 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
323 #undef GetForm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
324 #define GetForm error_not_used__complicated_interface_with_split_structures |
771 | 325 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 326 |
771 | 327 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
328 #undef SetForm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
329 #define SetForm error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
330 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
331 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
332 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
333 #undef EnumForms |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
334 #define EnumForms error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
335 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
336 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
337 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
338 #undef EnumMonitors |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
339 #define EnumMonitors error_not_used__complicated_interface_with_split_structures |
771 | 340 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 341 |
771 | 342 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
343 #undef AddMonitor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
344 #define AddMonitor error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
345 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
346 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
347 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
348 #undef DeleteMonitor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
349 #define DeleteMonitor error_not_used__complicated_interface_with_split_structures |
771 | 350 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 351 |
771 | 352 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
353 #undef EnumPorts |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
354 #define EnumPorts error_not_used__complicated_interface_with_split_structures |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
355 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
356 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
357 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
358 #undef AddPort |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
359 #define AddPort error_not_used__complicated_interface_with_split_structures |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
360 #endif /* defined (HAVE_MS_WINDOWS) */ |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
361 |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
362 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
363 #undef ConfigurePort |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
364 #define ConfigurePort error_not_used__complicated_interface_with_split_structures |
771 | 365 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 366 |
771 | 367 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
368 #undef DeletePort |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
369 #define DeletePort error_not_used__complicated_interface_with_split_structures |
771 | 370 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 371 |
771 | 372 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
373 #undef XcvData |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
374 #define XcvData error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
375 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
376 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
377 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
378 #undef GetDefaultPrinter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
379 #define GetDefaultPrinter error_Function_needs_review_to_determine_how_to_handle_it |
771 | 380 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 381 |
771 | 382 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
383 #undef SetDefaultPrinter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
384 #define SetDefaultPrinter error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
385 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
386 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
387 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
388 #undef SetPort |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
389 #define SetPort error_not_used__complicated_interface_with_split_structures |
771 | 390 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 391 |
771 | 392 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
393 #undef AddPrinterConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
394 #define AddPrinterConnection error_not_used__complicated_interface_with_split_structures |
771 | 395 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 396 |
771 | 397 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
398 #undef DeletePrinterConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
399 #define DeletePrinterConnection error_not_used__complicated_interface_with_split_structures |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
400 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
401 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
402 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
403 #undef AddPrintProvidor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
404 #define AddPrintProvidor error_not_used__complicated_interface_with_split_structures |
771 | 405 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 406 |
771 | 407 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
408 #undef DeletePrintProvidor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
409 #define DeletePrintProvidor error_not_used__complicated_interface_with_split_structures |
771 | 410 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 411 |
771 | 412 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
413 #undef AddPrinterConnection2 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
414 #define AddPrinterConnection2 error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
415 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
416 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
417 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
418 #undef DeletePrinterDriverPackage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
419 #define DeletePrinterDriverPackage error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
420 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
421 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
422 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
423 #undef DocumentEvent |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
424 #define DocumentEvent error_HST__new_____needs_review |
771 | 425 #endif /* defined (HAVE_MS_WINDOWS) */ |
800 | 426 |
771 | 427 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
428 #undef GetCorePrinterDrivers |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
429 #define GetCorePrinterDrivers error_HST__new_____needs_review |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
430 #endif /* defined (HAVE_MS_WINDOWS) */ |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
431 |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
432 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
433 #undef GetPrinterDriver2 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
434 #define GetPrinterDriver2 error_HST__new_____needs_review |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
435 #endif /* defined (HAVE_MS_WINDOWS) */ |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
436 |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
437 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
438 #undef GetPrinterDriverPackagePath |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
439 #define GetPrinterDriverPackagePath error_HST__new_____needs_review |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
440 #endif /* defined (HAVE_MS_WINDOWS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
441 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
442 #if defined (HAVE_MS_WINDOWS) |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
443 #undef GetSpoolFileHandle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
444 #define GetSpoolFileHandle error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
445 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
446 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
447 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
448 #undef OpenPrinter2 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
449 #define OpenPrinter2 error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
450 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
451 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
452 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
453 #undef UploadPrinterDriverPackage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
454 #define UploadPrinterDriverPackage error_HST__new_____needs_review |
771 | 455 #endif /* defined (HAVE_MS_WINDOWS) */ |
456 | |
800 | 457 |
2367 | 458 /* Processing file WINUSER.H */ |
459 | |
460 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
461 #undef wvsprintf |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
462 #define wvsprintf error_use_qxewvsprintf_or_wvsprintfA_and_wvsprintfW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
463 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
464 int qxewvsprintf (Extbyte * arg1, const Extbyte * arg2, va_list arglist); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
465 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
466 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
467 #undef LoadKeyboardLayout |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
468 #define LoadKeyboardLayout error_use_qxeLoadKeyboardLayout_or_LoadKeyboardLayoutA_and_LoadKeyboardLayoutW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
469 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
470 HKL qxeLoadKeyboardLayout (const Extbyte * pwszKLID, UINT Flags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
471 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
472 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
473 #undef GetKeyboardLayoutName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
474 #define GetKeyboardLayoutName error_use_qxeGetKeyboardLayoutName_or_GetKeyboardLayoutNameA_and_GetKeyboardLayoutNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
475 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
476 WINBOOL qxeGetKeyboardLayoutName (Extbyte * pwszKLID); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
477 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
478 #undef CreateDesktop |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
479 #define CreateDesktop error_split_sized_LPDEVMODE |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
480 |
5928 | 481 /* Skipping OpenDesktop because HST_LPC...pblm_unused */ |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
482 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
483 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
484 #undef EnumDesktops |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
485 #define EnumDesktops error_use_qxeEnumDesktops_or_EnumDesktopsA_and_EnumDesktopsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
486 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
487 WINBOOL qxeEnumDesktops (HWINSTA hwinsta, DESKTOPENUMPROCW lpEnumFunc, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
488 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
489 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
490 #undef CreateWindowStation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
491 #define CreateWindowStation error_use_qxeCreateWindowStation_or_CreateWindowStationA_and_CreateWindowStationW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
492 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
493 HWINSTA qxeCreateWindowStation (Extbyte * arg1, DWORD arg2, DWORD arg3, LPSECURITY_ATTRIBUTES arg4); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
494 |
5928 | 495 /* Skipping OpenWindowStation because HST_LPC...pblm_unused */ |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
496 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
497 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
498 #undef EnumWindowStations |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
499 #define EnumWindowStations error_use_qxeEnumWindowStations_or_EnumWindowStationsA_and_EnumWindowStationsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
500 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
501 WINBOOL qxeEnumWindowStations (WINSTAENUMPROCW lpEnumFunc, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
502 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
503 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
504 #undef GetUserObjectInformation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
505 #define GetUserObjectInformation error_use_qxeGetUserObjectInformation_or_GetUserObjectInformationA_and_GetUserObjectInformationW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
506 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
507 WINBOOL qxeGetUserObjectInformation (HANDLE hObj, int nIndex, PVOID pvInfo, DWORD nLength, LPDWORD lpnLengthNeeded); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
508 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
509 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
510 #undef SetUserObjectInformation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
511 #define SetUserObjectInformation error_use_qxeSetUserObjectInformation_or_SetUserObjectInformationA_and_SetUserObjectInformationW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
512 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
513 WINBOOL qxeSetUserObjectInformation (HANDLE hObj, int nIndex, PVOID pvInfo, DWORD nLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
514 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
515 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
516 #undef RegisterWindowMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
517 #define RegisterWindowMessage error_use_qxeRegisterWindowMessage_or_RegisterWindowMessageA_and_RegisterWindowMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
518 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
519 UINT qxeRegisterWindowMessage (const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
520 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
521 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
522 #undef GetMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
523 #define GetMessage error_use_qxeGetMessage_or_GetMessageA_and_GetMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
524 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
525 WINBOOL qxeGetMessage (LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
526 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
527 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
528 #undef DispatchMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
529 #define DispatchMessage error_use_qxeDispatchMessage_or_DispatchMessageA_and_DispatchMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
530 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
531 LRESULT qxeDispatchMessage (CONST MSG * lpMsg); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
532 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
533 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
534 #undef PeekMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
535 #define PeekMessage error_use_qxePeekMessage_or_PeekMessageA_and_PeekMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
536 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
537 WINBOOL qxePeekMessage (LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveMsg); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
538 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
539 /* Skipping SendMessage because split messages and structures */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
540 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
541 #undef SendMessageTimeout |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
542 #define SendMessageTimeout error_VS6_has_erroneous_seventh_parameter_DWORD_PTR_instead_of_PDWORD_PTR |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
543 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
544 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
545 #undef SendNotifyMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
546 #define SendNotifyMessage error_use_qxeSendNotifyMessage_or_SendNotifyMessageA_and_SendNotifyMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
547 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
548 WINBOOL qxeSendNotifyMessage (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
549 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
550 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
551 #undef SendMessageCallback |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
552 #define SendMessageCallback error_use_qxeSendMessageCallback_or_SendMessageCallbackA_and_SendMessageCallbackW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
553 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
554 WINBOOL qxeSendMessageCallback (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, SENDASYNCPROC lpResultCallBack, ULONG_PTR dwData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
555 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
556 #undef BroadcastSystemMessageEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
557 #define BroadcastSystemMessageEx error_Function_needs_review_to_determine_how_to_handle_it |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
558 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
559 #undef BroadcastSystemMessage |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
560 #define BroadcastSystemMessage error_win95_version_not_split__NT_4_0__only |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
561 |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
562 #undef RegisterDeviceNotification |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
563 #define RegisterDeviceNotification error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
564 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
565 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
566 #undef PostMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
567 #define PostMessage error_use_qxePostMessage_or_PostMessageA_and_PostMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
568 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
569 WINBOOL qxePostMessage (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
570 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
571 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
572 #undef PostThreadMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
573 #define PostThreadMessage error_use_qxePostThreadMessage_or_PostThreadMessageA_and_PostThreadMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
574 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
575 WINBOOL qxePostThreadMessage (DWORD idThread, UINT Msg, WPARAM wParam, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
576 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
577 /* Skipping DefWindowProc because return value is conditionalized on _MAC, messes up parser */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
578 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
579 #undef CallWindowProc |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
580 #define CallWindowProc error_two_versions__STRICT_and_non_STRICT |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
581 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
582 /* Skipping RegisterClass because need to intercept so we can provide our own window procedure and handle split notify messages; split-simple WNDCLASS */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
583 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
584 /* Skipping UnregisterClass because need to intercept for reasons related to RegisterClass */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
585 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
586 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
587 #undef GetClassInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
588 #define GetClassInfo error_use_qxeGetClassInfo_or_GetClassInfoA_and_GetClassInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
589 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
590 WINBOOL qxeGetClassInfo (HINSTANCE hInstance, const Extbyte * lpClassName, LPWNDCLASSW lpWndClass); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
591 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
592 /* Skipping RegisterClassEx because need to intercept so we can provide our own window procedure and handle split notify messages; split-simple WNDCLASSEX; NT 4.0+ only */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
593 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
594 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
595 #undef GetClassInfoEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
596 #define GetClassInfoEx error_use_qxeGetClassInfoEx_or_GetClassInfoExA_and_GetClassInfoExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
597 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
598 WINBOOL qxeGetClassInfoEx (HINSTANCE hInstance, const Extbyte * lpszClass, LPWNDCLASSEXW lpwcx); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
599 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
600 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
601 #undef CreateWindowEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
602 #define CreateWindowEx error_use_qxeCreateWindowEx_or_CreateWindowExA_and_CreateWindowExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
603 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
604 HWND qxeCreateWindowEx (DWORD dwExStyle, const Extbyte * lpClassName, const Extbyte * lpWindowName, DWORD dwStyle, int X, int Y, int nWidth, int nHeight, HWND hWndParent, HMENU hMenu, HINSTANCE hInstance, LPVOID lpParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
605 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
606 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
607 #undef CreateDialogParam |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
608 #define CreateDialogParam error_use_qxeCreateDialogParam_or_CreateDialogParamA_and_CreateDialogParamW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
609 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
610 HWND qxeCreateDialogParam (HINSTANCE hInstance, const Extbyte * lpTemplateName, HWND hWndParent, DLGPROC lpDialogFunc, LPARAM dwInitParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
611 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
612 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
613 #undef CreateDialogIndirectParam |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
614 #define CreateDialogIndirectParam error_use_qxeCreateDialogIndirectParam_or_CreateDialogIndirectParamA_and_CreateDialogIndirectParamW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
615 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
616 HWND qxeCreateDialogIndirectParam (HINSTANCE hInstance, LPCDLGTEMPLATEW lpTemplate, HWND hWndParent, DLGPROC lpDialogFunc, LPARAM dwInitParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
617 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
618 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
619 #undef DialogBoxParam |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
620 #define DialogBoxParam error_use_qxeDialogBoxParam_or_DialogBoxParamA_and_DialogBoxParamW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
621 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
622 INT_PTR qxeDialogBoxParam (HINSTANCE hInstance, const Extbyte * lpTemplateName, HWND hWndParent, DLGPROC lpDialogFunc, LPARAM dwInitParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
623 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
624 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
625 #undef DialogBoxIndirectParam |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
626 #define DialogBoxIndirectParam error_use_qxeDialogBoxIndirectParam_or_DialogBoxIndirectParamA_and_DialogBoxIndirectParamW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
627 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
628 INT_PTR qxeDialogBoxIndirectParam (HINSTANCE hInstance, LPCDLGTEMPLATEW hDialogTemplate, HWND hWndParent, DLGPROC lpDialogFunc, LPARAM dwInitParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
629 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
630 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
631 #undef SetDlgItemText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
632 #define SetDlgItemText error_use_qxeSetDlgItemText_or_SetDlgItemTextA_and_SetDlgItemTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
633 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
634 WINBOOL qxeSetDlgItemText (HWND hDlg, int nIDDlgItem, const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
635 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
636 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
637 #undef GetDlgItemText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
638 #define GetDlgItemText error_use_qxeGetDlgItemText_or_GetDlgItemTextA_and_GetDlgItemTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
639 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
640 UINT qxeGetDlgItemText (HWND hDlg, int nIDDlgItem, Extbyte * lpString, int cchMax); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
641 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
642 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
643 #undef SendDlgItemMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
644 #define SendDlgItemMessage error_use_qxeSendDlgItemMessage_or_SendDlgItemMessageA_and_SendDlgItemMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
645 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
646 LRESULT qxeSendDlgItemMessage (HWND hDlg, int nIDDlgItem, UINT Msg, WPARAM wParam, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
647 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
648 #undef DefDlgProc |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
649 #define DefDlgProc error_return_value_is_conditionalized_on__MAC__messes_up_parser |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
650 |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
651 #if !defined (CYGWIN_HEADERS) |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
652 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
653 #undef CallMsgFilter |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
654 #define CallMsgFilter error_use_qxeCallMsgFilter_or_CallMsgFilterA_and_CallMsgFilterW |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
655 #endif |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
656 WINBOOL qxeCallMsgFilter (LPMSG lpMsg, int nCode); |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
657 #endif /* !defined (CYGWIN_HEADERS) */ |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
658 |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
659 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
660 #undef RegisterClipboardFormat |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
661 #define RegisterClipboardFormat error_use_qxeRegisterClipboardFormat_or_RegisterClipboardFormatA_and_RegisterClipboardFormatW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
662 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
663 UINT qxeRegisterClipboardFormat (const Extbyte * lpszFormat); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
664 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
665 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
666 #undef GetClipboardFormatName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
667 #define GetClipboardFormatName error_use_qxeGetClipboardFormatName_or_GetClipboardFormatNameA_and_GetClipboardFormatNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
668 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
669 int qxeGetClipboardFormatName (UINT format, Extbyte * lpszFormatName, int cchMaxCount); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
670 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
671 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
672 #undef CharToOem |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
673 #define CharToOem error_use_qxeCharToOem_or_CharToOemA_and_CharToOemW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
674 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
675 WINBOOL qxeCharToOem (const Extbyte * lpszSrc, LPSTR lpszDst); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
676 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
677 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
678 #undef OemToChar |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
679 #define OemToChar error_use_qxeOemToChar_or_OemToCharA_and_OemToCharW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
680 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
681 WINBOOL qxeOemToChar (LPCSTR lpszSrc, Extbyte * lpszDst); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
682 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
683 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
684 #undef CharToOemBuff |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
685 #define CharToOemBuff error_use_qxeCharToOemBuff_or_CharToOemBuffA_and_CharToOemBuffW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
686 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
687 WINBOOL qxeCharToOemBuff (const Extbyte * lpszSrc, LPSTR lpszDst, DWORD cchDstLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
688 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
689 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
690 #undef OemToCharBuff |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
691 #define OemToCharBuff error_use_qxeOemToCharBuff_or_OemToCharBuffA_and_OemToCharBuffW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
692 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
693 WINBOOL qxeOemToCharBuff (LPCSTR lpszSrc, Extbyte * lpszDst, DWORD cchDstLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
694 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
695 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
696 #undef CharUpper |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
697 #define CharUpper error_use_qxeCharUpper_or_CharUpperA_and_CharUpperW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
698 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
699 Extbyte * qxeCharUpper (Extbyte * lpsz); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
700 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
701 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
702 #undef CharUpperBuff |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
703 #define CharUpperBuff error_use_qxeCharUpperBuff_or_CharUpperBuffA_and_CharUpperBuffW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
704 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
705 DWORD qxeCharUpperBuff (Extbyte * lpsz, DWORD cchLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
706 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
707 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
708 #undef CharLower |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
709 #define CharLower error_use_qxeCharLower_or_CharLowerA_and_CharLowerW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
710 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
711 Extbyte * qxeCharLower (Extbyte * lpsz); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
712 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
713 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
714 #undef CharLowerBuff |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
715 #define CharLowerBuff error_use_qxeCharLowerBuff_or_CharLowerBuffA_and_CharLowerBuffW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
716 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
717 DWORD qxeCharLowerBuff (Extbyte * lpsz, DWORD cchLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
718 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
719 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
720 #undef CharNext |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
721 #define CharNext error_use_qxeCharNext_or_CharNextA_and_CharNextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
722 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
723 Extbyte * qxeCharNext (const Extbyte * lpsz); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
724 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
725 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
726 #undef CharPrev |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
727 #define CharPrev error_use_qxeCharPrev_or_CharPrevA_and_CharPrevW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
728 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
729 Extbyte * qxeCharPrev (const Extbyte * lpszStart, const Extbyte * lpszCurrent); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
730 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
731 #undef IsCharAlpha |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
732 #define IsCharAlpha error_split_CHAR |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
733 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
734 #undef IsCharAlphaNumeric |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
735 #define IsCharAlphaNumeric error_split_CHAR |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
736 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
737 #undef IsCharUpper |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
738 #define IsCharUpper error_split_CHAR |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
739 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
740 #undef IsCharLower |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
741 #define IsCharLower error_split_CHAR |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
742 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
743 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
744 #undef GetKeyNameText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
745 #define GetKeyNameText error_use_qxeGetKeyNameText_or_GetKeyNameTextA_and_GetKeyNameTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
746 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
747 int qxeGetKeyNameText (LONG lParam, Extbyte * lpString, int cchSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
748 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
749 /* Skipping VkKeyScan because split CHAR */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
750 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
751 #undef VkKeyScanEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
752 #define VkKeyScanEx error_split_CHAR__NT_4_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
753 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
754 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
755 #undef MapVirtualKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
756 #define MapVirtualKey error_use_qxeMapVirtualKey_or_MapVirtualKeyA_and_MapVirtualKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
757 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
758 UINT qxeMapVirtualKey (UINT uCode, UINT uMapType); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
759 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
760 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
761 #undef MapVirtualKeyEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
762 #define MapVirtualKeyEx error_use_qxeMapVirtualKeyEx_or_MapVirtualKeyExA_and_MapVirtualKeyExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
763 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
764 UINT qxeMapVirtualKeyEx (UINT uCode, UINT uMapType, HKL dwhkl); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
765 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
766 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
767 #undef LoadAccelerators |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
768 #define LoadAccelerators error_use_qxeLoadAccelerators_or_LoadAcceleratorsA_and_LoadAcceleratorsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
769 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
770 HACCEL qxeLoadAccelerators (HINSTANCE hInstance, const Extbyte * lpTableName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
771 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
772 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
773 #undef CreateAcceleratorTable |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
774 #define CreateAcceleratorTable error_use_qxeCreateAcceleratorTable_or_CreateAcceleratorTableA_and_CreateAcceleratorTableW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
775 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
776 HACCEL qxeCreateAcceleratorTable (LPACCEL paccel, int cAccel); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
777 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
778 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
779 #undef CopyAcceleratorTable |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
780 #define CopyAcceleratorTable error_use_qxeCopyAcceleratorTable_or_CopyAcceleratorTableA_and_CopyAcceleratorTableW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
781 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
782 int qxeCopyAcceleratorTable (HACCEL hAccelSrc, LPACCEL lpAccelDst, int cAccelEntries); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
783 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
784 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
785 #undef TranslateAccelerator |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
786 #define TranslateAccelerator error_use_qxeTranslateAccelerator_or_TranslateAcceleratorA_and_TranslateAcceleratorW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
787 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
788 int qxeTranslateAccelerator (HWND hWnd, HACCEL hAccTable, LPMSG lpMsg); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
789 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
790 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
791 #undef LoadMenu |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
792 #define LoadMenu error_use_qxeLoadMenu_or_LoadMenuA_and_LoadMenuW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
793 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
794 HMENU qxeLoadMenu (HINSTANCE hInstance, const Extbyte * lpMenuName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
795 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
796 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
797 #undef LoadMenuIndirect |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
798 #define LoadMenuIndirect error_use_qxeLoadMenuIndirect_or_LoadMenuIndirectA_and_LoadMenuIndirectW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
799 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
800 HMENU qxeLoadMenuIndirect (CONST MENUTEMPLATEW * lpMenuTemplate); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
801 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
802 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
803 #undef ChangeMenu |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
804 #define ChangeMenu error_use_qxeChangeMenu_or_ChangeMenuA_and_ChangeMenuW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
805 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
806 WINBOOL qxeChangeMenu (HMENU hMenu, UINT cmd, const Extbyte * lpszNewItem, UINT cmdInsert, UINT flags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
807 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
808 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
809 #undef GetMenuString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
810 #define GetMenuString error_use_qxeGetMenuString_or_GetMenuStringA_and_GetMenuStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
811 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
812 int qxeGetMenuString (HMENU hMenu, UINT uIDItem, Extbyte * lpString, int cchMax, UINT flags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
813 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
814 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
815 #undef InsertMenu |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
816 #define InsertMenu error_use_qxeInsertMenu_or_InsertMenuA_and_InsertMenuW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
817 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
818 WINBOOL qxeInsertMenu (HMENU hMenu, UINT uPosition, UINT uFlags, UINT_PTR uIDNewItem, const Extbyte * lpNewItem); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
819 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
820 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
821 #undef AppendMenu |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
822 #define AppendMenu error_use_qxeAppendMenu_or_AppendMenuA_and_AppendMenuW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
823 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
824 WINBOOL qxeAppendMenu (HMENU hMenu, UINT uFlags, UINT_PTR uIDNewItem, const Extbyte * lpNewItem); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
825 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
826 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
827 #undef ModifyMenu |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
828 #define ModifyMenu error_use_qxeModifyMenu_or_ModifyMenuA_and_ModifyMenuW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
829 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
830 WINBOOL qxeModifyMenu (HMENU hMnu, UINT uPosition, UINT uFlags, UINT_PTR uIDNewItem, const Extbyte * lpNewItem); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
831 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
832 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
833 #undef InsertMenuItem |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
834 #define InsertMenuItem error_use_qxeInsertMenuItem_or_InsertMenuItemA_and_InsertMenuItemW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
835 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
836 WINBOOL qxeInsertMenuItem (HMENU hmenu, UINT item, WINBOOL fByPosition, LPCMENUITEMINFOW lpmi); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
837 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
838 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
839 #undef GetMenuItemInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
840 #define GetMenuItemInfo error_use_qxeGetMenuItemInfo_or_GetMenuItemInfoA_and_GetMenuItemInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
841 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
842 WINBOOL qxeGetMenuItemInfo (HMENU hmenu, UINT item, WINBOOL fByPosition, LPMENUITEMINFOW lpmii); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
843 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
844 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
845 #undef SetMenuItemInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
846 #define SetMenuItemInfo error_use_qxeSetMenuItemInfo_or_SetMenuItemInfoA_and_SetMenuItemInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
847 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
848 WINBOOL qxeSetMenuItemInfo (HMENU hmenu, UINT item, WINBOOL fByPositon, LPCMENUITEMINFOW lpmii); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
849 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
850 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
851 #undef DrawText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
852 #define DrawText error_use_qxeDrawText_or_DrawTextA_and_DrawTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
853 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
854 int qxeDrawText (HDC hdc, const Extbyte * lpchText, int cchText, LPRECT lprc, UINT format); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
855 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
856 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
857 #undef DrawTextEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
858 #define DrawTextEx error_use_qxeDrawTextEx_or_DrawTextExA_and_DrawTextExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
859 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
860 int qxeDrawTextEx (HDC hdc, Extbyte * lpchText, int cchText, LPRECT lprc, UINT format, LPDRAWTEXTPARAMS lpdtp); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
861 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
862 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
863 #undef GrayString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
864 #define GrayString error_use_qxeGrayString_or_GrayStringA_and_GrayStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
865 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
866 WINBOOL qxeGrayString (HDC hDC, HBRUSH hBrush, GRAYSTRINGPROC lpOutputFunc, LPARAM lpData, int nCount, int X, int Y, int nWidth, int nHeight); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
867 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
868 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
869 #undef DrawState |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
870 #define DrawState error_use_qxeDrawState_or_DrawStateA_and_DrawStateW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
871 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
872 WINBOOL qxeDrawState (HDC hdc, HBRUSH hbrFore, DRAWSTATEPROC qfnCallBack, LPARAM lData, WPARAM wData, int x, int y, int cx, int cy, UINT uFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
873 |
5928 | 874 /* Skipping TabbedTextOut because HST_LPC...pblm_unused */ |
875 | |
876 /* Skipping GetTabbedTextExtent because HST_LPC...pblm_unused */ | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
877 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
878 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
879 #undef SetProp |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
880 #define SetProp error_use_qxeSetProp_or_SetPropA_and_SetPropW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
881 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
882 WINBOOL qxeSetProp (HWND hWnd, const Extbyte * lpString, HANDLE hData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
883 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
884 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
885 #undef GetProp |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
886 #define GetProp error_use_qxeGetProp_or_GetPropA_and_GetPropW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
887 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
888 HANDLE qxeGetProp (HWND hWnd, const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
889 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
890 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
891 #undef RemoveProp |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
892 #define RemoveProp error_use_qxeRemoveProp_or_RemovePropA_and_RemovePropW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
893 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
894 HANDLE qxeRemoveProp (HWND hWnd, const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
895 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
896 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
897 #undef EnumPropsEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
898 #define EnumPropsEx error_use_qxeEnumPropsEx_or_EnumPropsExA_and_EnumPropsExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
899 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
900 int qxeEnumPropsEx (HWND hWnd, PROPENUMPROCEXW lpEnumFunc, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
901 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
902 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
903 #undef EnumProps |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
904 #define EnumProps error_use_qxeEnumProps_or_EnumPropsA_and_EnumPropsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
905 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
906 int qxeEnumProps (HWND hWnd, PROPENUMPROCW lpEnumFunc); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
907 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
908 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
909 #undef SetWindowText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
910 #define SetWindowText error_use_qxeSetWindowText_or_SetWindowTextA_and_SetWindowTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
911 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
912 WINBOOL qxeSetWindowText (HWND hWnd, const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
913 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
914 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
915 #undef GetWindowText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
916 #define GetWindowText error_use_qxeGetWindowText_or_GetWindowTextA_and_GetWindowTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
917 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
918 int qxeGetWindowText (HWND hWnd, Extbyte * lpString, int nMaxCount); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
919 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
920 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
921 #undef GetWindowTextLength |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
922 #define GetWindowTextLength error_use_qxeGetWindowTextLength_or_GetWindowTextLengthA_and_GetWindowTextLengthW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
923 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
924 int qxeGetWindowTextLength (HWND hWnd); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
925 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
926 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
927 #undef MessageBox |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
928 #define MessageBox error_use_qxeMessageBox_or_MessageBoxA_and_MessageBoxW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
929 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
930 int qxeMessageBox (HWND hWnd, const Extbyte * lpText, const Extbyte * lpCaption, UINT uType); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
931 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
932 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
933 #undef MessageBoxEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
934 #define MessageBoxEx error_use_qxeMessageBoxEx_or_MessageBoxExA_and_MessageBoxExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
935 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
936 int qxeMessageBoxEx (HWND hWnd, const Extbyte * lpText, const Extbyte * lpCaption, UINT uType, WORD wLanguageId); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
937 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
938 #undef MessageBoxIndirect |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
939 #define MessageBoxIndirect error_Cygwin_has_split_MSGBOXPARAMS__instead_of_LPMSGBOXPARAMS |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
940 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
941 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
942 #undef GetWindowLong |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
943 #define GetWindowLong error_use_qxeGetWindowLong_or_GetWindowLongA_and_GetWindowLongW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
944 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
945 LONG qxeGetWindowLong (HWND hWnd, int nIndex); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
946 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
947 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
948 #undef SetWindowLong |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
949 #define SetWindowLong error_use_qxeSetWindowLong_or_SetWindowLongA_and_SetWindowLongW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
950 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
951 LONG qxeSetWindowLong (HWND hWnd, int nIndex, LONG dwNewLong); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
952 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
953 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
954 #undef GetWindowLongPtr |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
955 #define GetWindowLongPtr error_use_qxeGetWindowLongPtr_or_GetWindowLongPtrA_and_GetWindowLongPtrW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
956 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
957 LONG_PTR qxeGetWindowLongPtr (HWND hWnd, int nIndex); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
958 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
959 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
960 #undef SetWindowLongPtr |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
961 #define SetWindowLongPtr error_use_qxeSetWindowLongPtr_or_SetWindowLongPtrA_and_SetWindowLongPtrW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
962 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
963 LONG_PTR qxeSetWindowLongPtr (HWND hWnd, int nIndex, LONG_PTR dwNewLong); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
964 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
965 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
966 #undef GetClassLong |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
967 #define GetClassLong error_use_qxeGetClassLong_or_GetClassLongA_and_GetClassLongW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
968 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
969 DWORD qxeGetClassLong (HWND hWnd, int nIndex); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
970 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
971 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
972 #undef SetClassLong |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
973 #define SetClassLong error_use_qxeSetClassLong_or_SetClassLongA_and_SetClassLongW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
974 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
975 DWORD qxeSetClassLong (HWND hWnd, int nIndex, LONG dwNewLong); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
976 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
977 #undef GetClassLongPtr |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
978 #define GetClassLongPtr error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
979 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
980 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
981 #undef SetClassLongPtr |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
982 #define SetClassLongPtr error_use_qxeSetClassLongPtr_or_SetClassLongPtrA_and_SetClassLongPtrW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
983 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
984 ULONG_PTR qxeSetClassLongPtr (HWND hWnd, int nIndex, LONG_PTR dwNewLong); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
985 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
986 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
987 #undef FindWindow |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
988 #define FindWindow error_use_qxeFindWindow_or_FindWindowA_and_FindWindowW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
989 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
990 HWND qxeFindWindow (const Extbyte * lpClassName, const Extbyte * lpWindowName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
991 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
992 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
993 #undef FindWindowEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
994 #define FindWindowEx error_use_qxeFindWindowEx_or_FindWindowExA_and_FindWindowExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
995 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
996 HWND qxeFindWindowEx (HWND hWndParent, HWND hWndChildAfter, const Extbyte * lpszClass, const Extbyte * lpszWindow); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
997 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
998 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
999 #undef GetClassName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1000 #define GetClassName error_use_qxeGetClassName_or_GetClassNameA_and_GetClassNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1001 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1002 int qxeGetClassName (HWND hWnd, Extbyte * lpClassName, int nMaxCount); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1003 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1004 #undef SetWindowsHook |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1005 #define SetWindowsHook error_obsolete__two_versions__STRICT_and_non_STRICT |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1006 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1007 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1008 #undef SetWindowsHookEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1009 #define SetWindowsHookEx error_use_qxeSetWindowsHookEx_or_SetWindowsHookExA_and_SetWindowsHookExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1010 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1011 HHOOK qxeSetWindowsHookEx (int idHook, HOOKPROC lpfn, HINSTANCE hmod, DWORD dwThreadId); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1012 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1013 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1014 #undef LoadBitmap |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1015 #define LoadBitmap error_use_qxeLoadBitmap_or_LoadBitmapA_and_LoadBitmapW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1016 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1017 HBITMAP qxeLoadBitmap (HINSTANCE hInstance, const Extbyte * lpBitmapName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1018 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1019 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1020 #undef LoadCursor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1021 #define LoadCursor error_use_qxeLoadCursor_or_LoadCursorA_and_LoadCursorW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1022 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1023 HCURSOR qxeLoadCursor (HINSTANCE hInstance, const Extbyte * lpCursorName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1024 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1025 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1026 #undef LoadCursorFromFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1027 #define LoadCursorFromFile error_use_qxeLoadCursorFromFile_or_LoadCursorFromFileA_and_LoadCursorFromFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1028 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1029 HCURSOR qxeLoadCursorFromFile (const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1030 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1031 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1032 #undef LoadIcon |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1033 #define LoadIcon error_use_qxeLoadIcon_or_LoadIconA_and_LoadIconW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1034 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1035 HICON qxeLoadIcon (HINSTANCE hInstance, const Extbyte * lpIconName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1036 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1037 #undef PrivateExtractIcons |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1038 #define PrivateExtractIcons error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1039 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1040 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1041 #undef LoadImage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1042 #define LoadImage error_use_qxeLoadImage_or_LoadImageA_and_LoadImageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1043 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1044 HANDLE qxeLoadImage (HINSTANCE hInst, const Extbyte * name, UINT type, int cx, int cy, UINT fuLoad); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1045 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1046 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1047 #undef IsDialogMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1048 #define IsDialogMessage error_use_qxeIsDialogMessage_or_IsDialogMessageA_and_IsDialogMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1049 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1050 WINBOOL qxeIsDialogMessage (HWND hDlg, LPMSG lpMsg); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1051 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1052 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1053 #undef DlgDirList |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1054 #define DlgDirList error_use_qxeDlgDirList_or_DlgDirListA_and_DlgDirListW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1055 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1056 int qxeDlgDirList (HWND hDlg, Extbyte * lpPathSpec, int nIDListBox, int nIDStaticPath, UINT uFileType); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1057 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1058 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1059 #undef DlgDirSelectEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1060 #define DlgDirSelectEx error_use_qxeDlgDirSelectEx_or_DlgDirSelectExA_and_DlgDirSelectExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1061 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1062 WINBOOL qxeDlgDirSelectEx (HWND hwndDlg, Extbyte * lpString, int chCount, int idListBox); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1063 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1064 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1065 #undef DlgDirListComboBox |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1066 #define DlgDirListComboBox error_use_qxeDlgDirListComboBox_or_DlgDirListComboBoxA_and_DlgDirListComboBoxW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1067 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1068 int qxeDlgDirListComboBox (HWND hDlg, Extbyte * lpPathSpec, int nIDComboBox, int nIDStaticPath, UINT uFiletype); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1069 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1070 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1071 #undef DlgDirSelectComboBoxEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1072 #define DlgDirSelectComboBoxEx error_use_qxeDlgDirSelectComboBoxEx_or_DlgDirSelectComboBoxExA_and_DlgDirSelectComboBoxExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1073 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1074 WINBOOL qxeDlgDirSelectComboBoxEx (HWND hwndDlg, Extbyte * lpString, int cchOut, int idComboBox); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1075 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1076 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1077 #undef DefFrameProc |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1078 #define DefFrameProc error_use_qxeDefFrameProc_or_DefFrameProcA_and_DefFrameProcW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1079 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1080 LRESULT qxeDefFrameProc (HWND hWnd, HWND hWndMDIClient, UINT uMsg, WPARAM wParam, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1081 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1082 #undef DefMDIChildProc |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1083 #define DefMDIChildProc error_return_value_is_conditionalized_on__MAC__messes_up_parser |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1084 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1085 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1086 #undef CreateMDIWindow |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1087 #define CreateMDIWindow error_use_qxeCreateMDIWindow_or_CreateMDIWindowA_and_CreateMDIWindowW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1088 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1089 HWND qxeCreateMDIWindow (Extbyte * arg1, Extbyte * arg2, DWORD arg3, int arg4, int arg5, int arg6, int arg7, HWND arg8, HINSTANCE arg9, LPARAM arg10); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1090 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1091 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1092 #undef WinHelp |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1093 #define WinHelp error_use_qxeWinHelp_or_WinHelpA_and_WinHelpW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1094 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1095 WINBOOL qxeWinHelp (HWND hWndMain, const Extbyte * lpszHelp, UINT uCommand, ULONG_PTR dwData); |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1096 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1097 #undef ChangeDisplaySettings |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1098 #define ChangeDisplaySettings error_split_sized_LPDEVMODE |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1099 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1100 #undef ChangeDisplaySettingsEx |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1101 #define ChangeDisplaySettingsEx error_split_sized_LPDEVMODE__NT_5_0_Win98__only |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1102 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1103 #undef EnumDisplaySettings |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1104 #define EnumDisplaySettings error_split_sized_LPDEVMODE |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1105 |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
1106 #undef EnumDisplaySettingsEx |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
1107 #define EnumDisplaySettingsEx error_Function_needs_review_to_determine_how_to_handle_it |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
1108 |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1109 #undef EnumDisplayDevices |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1110 #define EnumDisplayDevices error_split_sized_PDISPLAY_DEVICE__NT_5_0__only__no_Win98 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1111 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1112 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1113 #undef SystemParametersInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1114 #define SystemParametersInfo error_use_qxeSystemParametersInfo_or_SystemParametersInfoA_and_SystemParametersInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1115 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1116 WINBOOL qxeSystemParametersInfo (UINT uiAction, UINT uiParam, PVOID pvParam, UINT fWinIni); |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1117 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1118 #undef GetMonitorInfo |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1119 #define GetMonitorInfo error_NT_5_0_Win98__only |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1120 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1121 #undef GetWindowModuleFileName |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1122 #define GetWindowModuleFileName error_NT_5_0__only |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1123 |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1124 #undef RealGetWindowClass |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1125 #define RealGetWindowClass error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1126 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1127 #undef GetAltTabInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1128 #define GetAltTabInfo error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1129 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1130 #undef GetRawInputDeviceInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1131 #define GetRawInputDeviceInfo error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1132 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1133 #undef CreateDesktopEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1134 #define CreateDesktopEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1135 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1136 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1137 /* Processing file SYNCHAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1138 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1139 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1140 #undef OpenMutex |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1141 #define OpenMutex error_use_qxeOpenMutex_or_OpenMutexA_and_OpenMutexW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1142 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1143 HANDLE qxeOpenMutex (DWORD dwDesiredAccess, WINBOOL bInheritHandle, const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1144 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1145 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1146 #undef OpenEvent |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1147 #define OpenEvent error_use_qxeOpenEvent_or_OpenEventA_and_OpenEventW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1148 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1149 HANDLE qxeOpenEvent (DWORD dwDesiredAccess, WINBOOL bInheritHandle, const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1150 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1151 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1152 #undef OpenSemaphore |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1153 #define OpenSemaphore error_use_qxeOpenSemaphore_or_OpenSemaphoreA_and_OpenSemaphoreW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1154 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1155 HANDLE qxeOpenSemaphore (DWORD dwDesiredAccess, WINBOOL bInheritHandle, const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1156 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1157 #undef SleepConditionVariableSR |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1158 #define SleepConditionVariableSR error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1159 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1160 #undef CreateMutexEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1161 #define CreateMutexEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1162 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1163 #undef CreateEventEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1164 #define CreateEventEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1165 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1166 #undef CreateSemaphoreEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1167 #define CreateSemaphoreEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1168 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1169 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1170 #undef CreateMutex |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1171 #define CreateMutex error_use_qxeCreateMutex_or_CreateMutexA_and_CreateMutexW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1172 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1173 HANDLE qxeCreateMutex (LPSECURITY_ATTRIBUTES lpMutexAttributes, WINBOOL bInitialOwner, const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1174 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1175 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1176 #undef CreateEvent |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1177 #define CreateEvent error_use_qxeCreateEvent_or_CreateEventA_and_CreateEventW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1178 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1179 HANDLE qxeCreateEvent (LPSECURITY_ATTRIBUTES lpEventAttributes, WINBOOL bManualReset, WINBOOL bInitialState, const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1180 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1181 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1182 #undef OpenWaitableTimer |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1183 #define OpenWaitableTimer error_use_qxeOpenWaitableTimer_or_OpenWaitableTimerA_and_OpenWaitableTimerW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1184 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1185 HANDLE qxeOpenWaitableTimer (DWORD dwDesiredAccess, WINBOOL bInheritHandle, const Extbyte * lpTimerName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1186 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1187 #undef CreateWaitableTimerEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1188 #define CreateWaitableTimerEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1189 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1190 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1191 /* Processing file SECURITYBASEAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1192 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1193 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1194 #undef AccessCheckAndAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1195 #define AccessCheckAndAuditAlarm error_use_qxeAccessCheckAndAuditAlarm_or_AccessCheckAndAuditAlarmA_and_AccessCheckAndAuditAlarmW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1196 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1197 WINBOOL qxeAccessCheckAndAuditAlarm (const Extbyte * SubsystemName, LPVOID HandleId, Extbyte * ObjectTypeName, Extbyte * ObjectName, PSECURITY_DESCRIPTOR SecurityDescriptor, DWORD DesiredAccess, PGENERIC_MAPPING GenericMapping, WINBOOL ObjectCreation, LPDWORD GrantedAccess, LPBOOL AccessStatus, LPBOOL pfGenerateOnClose); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1198 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1199 #undef AccessCheckByTypeAndAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1200 #define AccessCheckByTypeAndAuditAlarm error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1201 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1202 #undef AccessCheckByTypeResultListAndAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1203 #define AccessCheckByTypeResultListAndAuditAlarm error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1204 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1205 #undef AccessCheckByTypeResultListAndAuditAlarmByHandle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1206 #define AccessCheckByTypeResultListAndAuditAlarmByHandle error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1207 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1208 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1209 #undef GetFileSecurity |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1210 #define GetFileSecurity error_use_qxeGetFileSecurity_or_GetFileSecurityA_and_GetFileSecurityW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1211 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1212 WINBOOL qxeGetFileSecurity (const Extbyte * lpFileName, SECURITY_INFORMATION RequestedInformation, PSECURITY_DESCRIPTOR pSecurityDescriptor, DWORD nLength, LPDWORD lpnLengthNeeded); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1213 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1214 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1215 #undef ObjectCloseAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1216 #define ObjectCloseAuditAlarm error_use_qxeObjectCloseAuditAlarm_or_ObjectCloseAuditAlarmA_and_ObjectCloseAuditAlarmW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1217 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1218 WINBOOL qxeObjectCloseAuditAlarm (const Extbyte * SubsystemName, LPVOID HandleId, WINBOOL GenerateOnClose); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1219 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1220 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1221 #undef ObjectDeleteAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1222 #define ObjectDeleteAuditAlarm error_use_qxeObjectDeleteAuditAlarm_or_ObjectDeleteAuditAlarmA_and_ObjectDeleteAuditAlarmW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1223 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1224 WINBOOL qxeObjectDeleteAuditAlarm (const Extbyte * SubsystemName, LPVOID HandleId, WINBOOL GenerateOnClose); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1225 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1226 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1227 #undef ObjectOpenAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1228 #define ObjectOpenAuditAlarm error_use_qxeObjectOpenAuditAlarm_or_ObjectOpenAuditAlarmA_and_ObjectOpenAuditAlarmW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1229 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1230 WINBOOL qxeObjectOpenAuditAlarm (const Extbyte * SubsystemName, LPVOID HandleId, Extbyte * ObjectTypeName, Extbyte * ObjectName, PSECURITY_DESCRIPTOR pSecurityDescriptor, HANDLE ClientToken, DWORD DesiredAccess, DWORD GrantedAccess, PPRIVILEGE_SET Privileges, WINBOOL ObjectCreation, WINBOOL AccessGranted, LPBOOL GenerateOnClose); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1231 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1232 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1233 #undef ObjectPrivilegeAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1234 #define ObjectPrivilegeAuditAlarm error_use_qxeObjectPrivilegeAuditAlarm_or_ObjectPrivilegeAuditAlarmA_and_ObjectPrivilegeAuditAlarmW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1235 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1236 WINBOOL qxeObjectPrivilegeAuditAlarm (const Extbyte * SubsystemName, LPVOID HandleId, HANDLE ClientToken, DWORD DesiredAccess, PPRIVILEGE_SET Privileges, WINBOOL AccessGranted); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1237 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1238 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1239 #undef PrivilegedServiceAuditAlarm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1240 #define PrivilegedServiceAuditAlarm error_use_qxePrivilegedServiceAuditAlarm_or_PrivilegedServiceAuditAlarmA_and_PrivilegedServiceAuditAlarmW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1241 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1242 WINBOOL qxePrivilegedServiceAuditAlarm (const Extbyte * SubsystemName, const Extbyte * ServiceName, HANDLE ClientToken, PPRIVILEGE_SET Privileges, WINBOOL AccessGranted); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1243 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1244 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1245 #undef SetFileSecurity |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1246 #define SetFileSecurity error_use_qxeSetFileSecurity_or_SetFileSecurityA_and_SetFileSecurityW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1247 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1248 WINBOOL qxeSetFileSecurity (const Extbyte * lpFileName, SECURITY_INFORMATION SecurityInformation, PSECURITY_DESCRIPTOR pSecurityDescriptor); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1249 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1250 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1251 /* Processing file PROCESSENV.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1252 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1253 #undef GetEnvironmentStrings |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1254 #define GetEnvironmentStrings error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1255 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1256 #undef SetEnvironmentStrings |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1257 #define SetEnvironmentStrings error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1258 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1259 #undef FreeEnvironmentStrings |
5921
68639fb08af8
no obvious 64 vs. 32 pblms in compilation, but still crashing in event-msw
Henry Thompson <ht@markup.co.uk>
parents:
5920
diff
changeset
|
1260 #define FreeEnvironmentStrings error_HST__needs_fancy_split__never_used |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1261 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1262 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1263 #undef GetCommandLine |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1264 #define GetCommandLine error_use_qxeGetCommandLine_or_GetCommandLineA_and_GetCommandLineW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1265 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1266 Extbyte * qxeGetCommandLine (void); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1267 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1268 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1269 #undef GetEnvironmentVariable |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1270 #define GetEnvironmentVariable error_use_qxeGetEnvironmentVariable_or_GetEnvironmentVariableA_and_GetEnvironmentVariableW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1271 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1272 DWORD qxeGetEnvironmentVariable (const Extbyte * lpName, Extbyte * lpBuffer, DWORD nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1273 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1274 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1275 #undef SetEnvironmentVariable |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1276 #define SetEnvironmentVariable error_use_qxeSetEnvironmentVariable_or_SetEnvironmentVariableA_and_SetEnvironmentVariableW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1277 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1278 WINBOOL qxeSetEnvironmentVariable (const Extbyte * lpName, const Extbyte * lpValue); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1279 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1280 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1281 #undef ExpandEnvironmentStrings |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1282 #define ExpandEnvironmentStrings error_use_qxeExpandEnvironmentStrings_or_ExpandEnvironmentStringsA_and_ExpandEnvironmentStringsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1283 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1284 DWORD qxeExpandEnvironmentStrings (const Extbyte * lpSrc, Extbyte * lpDst, DWORD nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1285 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1286 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1287 #undef SetCurrentDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1288 #define SetCurrentDirectory error_use_qxeSetCurrentDirectory_or_SetCurrentDirectoryA_and_SetCurrentDirectoryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1289 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1290 WINBOOL qxeSetCurrentDirectory (const Extbyte * lpPathName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1291 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1292 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1293 #undef GetCurrentDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1294 #define GetCurrentDirectory error_use_qxeGetCurrentDirectory_or_GetCurrentDirectoryA_and_GetCurrentDirectoryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1295 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1296 DWORD qxeGetCurrentDirectory (DWORD nBufferLength, Extbyte * lpBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1297 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1298 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1299 #undef SearchPath |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1300 #define SearchPath error_use_qxeSearchPath_or_SearchPathA_and_SearchPathW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1301 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1302 DWORD qxeSearchPath (const Extbyte * lpPath, const Extbyte * lpFileName, const Extbyte * lpExtension, DWORD nBufferLength, Extbyte * lpBuffer, Extbyte * * lpFilePart); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1303 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1304 #undef NeedCurrentDirectoryForExePath |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1305 #define NeedCurrentDirectoryForExePath error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1306 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1307 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1308 /* Processing file DBGENG.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1309 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1310 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1311 /* Processing file LIBLOADERAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1312 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1313 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1314 #undef FindResourceEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1315 #define FindResourceEx error_use_qxeFindResourceEx_or_FindResourceExA_and_FindResourceExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1316 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1317 HRSRC qxeFindResourceEx (HMODULE hModule, const Extbyte * lpType, const Extbyte * lpName, WORD wLanguage); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1318 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1319 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1320 #undef GetModuleFileName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1321 #define GetModuleFileName error_use_qxeGetModuleFileName_or_GetModuleFileNameA_and_GetModuleFileNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1322 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1323 DWORD qxeGetModuleFileName (HMODULE hModule, Extbyte * lpFilename, DWORD nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1324 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1325 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1326 #undef GetModuleHandle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1327 #define GetModuleHandle error_use_qxeGetModuleHandle_or_GetModuleHandleA_and_GetModuleHandleW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1328 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1329 HMODULE qxeGetModuleHandle (const Extbyte * lpModuleName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1330 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1331 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1332 #undef LoadLibraryEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1333 #define LoadLibraryEx error_use_qxeLoadLibraryEx_or_LoadLibraryExA_and_LoadLibraryExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1334 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1335 HMODULE qxeLoadLibraryEx (const Extbyte * lpLibFileName, HANDLE hFile, DWORD dwFlags); |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1336 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1337 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1338 #undef LoadString |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1339 #define LoadString error_use_qxeLoadString_or_LoadStringA_and_LoadStringW |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1340 #endif |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1341 int qxeLoadString (HINSTANCE hInstance, UINT uID, Extbyte * lpBuffer, int cchBufferMax); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1342 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1343 #undef GetModuleHandleEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1344 #define GetModuleHandleEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1345 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1346 #undef EnumResourceLanguages |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1347 #define EnumResourceLanguages error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1348 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1349 #undef EnumResourceLanguagesEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1350 #define EnumResourceLanguagesEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1351 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1352 #undef EnumResourceNamesEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1353 #define EnumResourceNamesEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1354 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1355 #undef EnumResourceTypesEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1356 #define EnumResourceTypesEx error_HST__new_____needs_review |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
1357 |
3728 | 1358 |
1359 /* Processing file IMM.H */ | |
1360 | |
1361 #if defined (HAVE_MS_WINDOWS) | |
1362 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1363 #undef ImmInstallIME | |
1364 #define ImmInstallIME error_use_qxeImmInstallIME_or_ImmInstallIMEA_and_ImmInstallIMEW | |
1365 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1366 HKL qxeImmInstallIME (const Extbyte * lpszIMEFileName, const Extbyte * lpszLayoutText); |
3728 | 1367 #endif /* defined (HAVE_MS_WINDOWS) */ |
1368 | |
1369 #if defined (HAVE_MS_WINDOWS) | |
1370 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1371 #undef ImmGetDescription | |
1372 #define ImmGetDescription error_use_qxeImmGetDescription_or_ImmGetDescriptionA_and_ImmGetDescriptionW | |
1373 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1374 UINT qxeImmGetDescription (HKL arg1, Extbyte * arg2, UINT uBufLen); |
3728 | 1375 #endif /* defined (HAVE_MS_WINDOWS) */ |
1376 | |
1377 #if defined (HAVE_MS_WINDOWS) | |
1378 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1379 #undef ImmGetIMEFileName | |
1380 #define ImmGetIMEFileName error_use_qxeImmGetIMEFileName_or_ImmGetIMEFileNameA_and_ImmGetIMEFileNameW | |
1381 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1382 UINT qxeImmGetIMEFileName (HKL arg1, Extbyte * arg2, UINT uBufLen); |
3728 | 1383 #endif /* defined (HAVE_MS_WINDOWS) */ |
1384 | |
1385 #if defined (HAVE_MS_WINDOWS) | |
1386 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1387 #undef ImmGetCompositionString | |
1388 #define ImmGetCompositionString error_use_qxeImmGetCompositionString_or_ImmGetCompositionStringA_and_ImmGetCompositionStringW | |
1389 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1390 LONG qxeImmGetCompositionString (HIMC arg1, DWORD arg2, LPVOID arg3, DWORD arg4); |
3728 | 1391 #endif /* defined (HAVE_MS_WINDOWS) */ |
1392 | |
1393 #if defined (HAVE_MS_WINDOWS) | |
1394 /* Skipping ImmSetCompositionString because different prototypes in VC6 and VC7 */ | |
1395 #endif /* defined (HAVE_MS_WINDOWS) */ | |
1396 | |
1397 #if defined (HAVE_MS_WINDOWS) | |
1398 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1399 #undef ImmGetCandidateListCount | |
1400 #define ImmGetCandidateListCount error_use_qxeImmGetCandidateListCount_or_ImmGetCandidateListCountA_and_ImmGetCandidateListCountW | |
1401 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1402 DWORD qxeImmGetCandidateListCount (HIMC arg1, LPDWORD lpdwListCount); |
3728 | 1403 #endif /* defined (HAVE_MS_WINDOWS) */ |
1404 | |
1405 #if defined (HAVE_MS_WINDOWS) | |
1406 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1407 #undef ImmGetCandidateList | |
1408 #define ImmGetCandidateList error_use_qxeImmGetCandidateList_or_ImmGetCandidateListA_and_ImmGetCandidateListW | |
1409 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1410 DWORD qxeImmGetCandidateList (HIMC arg1, DWORD deIndex, LPCANDIDATELIST arg3, DWORD dwBufLen); |
3728 | 1411 #endif /* defined (HAVE_MS_WINDOWS) */ |
1412 | |
1413 #if defined (HAVE_MS_WINDOWS) | |
1414 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1415 #undef ImmGetGuideLine | |
1416 #define ImmGetGuideLine error_use_qxeImmGetGuideLine_or_ImmGetGuideLineA_and_ImmGetGuideLineW | |
1417 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1418 DWORD qxeImmGetGuideLine (HIMC arg1, DWORD dwIndex, Extbyte * arg3, DWORD dwBufLen); |
3728 | 1419 #endif /* defined (HAVE_MS_WINDOWS) */ |
1420 | |
1421 #if defined (HAVE_MS_WINDOWS) | |
1422 /* Skipping ImmGetCompositionFont because split-sized LOGFONT */ | |
1423 #endif /* defined (HAVE_MS_WINDOWS) */ | |
1424 | |
1425 #if defined (HAVE_MS_WINDOWS) | |
1426 /* Skipping ImmSetCompositionFont because split-sized LOGFONT */ | |
1427 #endif /* defined (HAVE_MS_WINDOWS) */ | |
1428 | |
1429 #if defined (HAVE_MS_WINDOWS) | |
1430 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1431 #undef ImmConfigureIME | |
1432 #define ImmConfigureIME error_use_qxeImmConfigureIME_or_ImmConfigureIMEA_and_ImmConfigureIMEW | |
1433 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1434 WINBOOL qxeImmConfigureIME (HKL arg1, HWND arg2, DWORD arg3, LPVOID arg4); |
3728 | 1435 #endif /* defined (HAVE_MS_WINDOWS) */ |
1436 | |
1437 #if defined (HAVE_MS_WINDOWS) | |
1438 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1439 #undef ImmEscape | |
1440 #define ImmEscape error_use_qxeImmEscape_or_ImmEscapeA_and_ImmEscapeW | |
1441 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1442 LRESULT qxeImmEscape (HKL arg1, HIMC arg2, UINT arg3, LPVOID arg4); |
3728 | 1443 #endif /* defined (HAVE_MS_WINDOWS) */ |
1444 | |
1445 #if defined (HAVE_MS_WINDOWS) | |
1446 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1447 #undef ImmGetConversionList | |
1448 #define ImmGetConversionList error_use_qxeImmGetConversionList_or_ImmGetConversionListA_and_ImmGetConversionListW | |
1449 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1450 DWORD qxeImmGetConversionList (HKL arg1, HIMC arg2, const Extbyte * arg3, LPCANDIDATELIST arg4, DWORD dwBufLen, UINT uFlag); |
3728 | 1451 #endif /* defined (HAVE_MS_WINDOWS) */ |
1452 | |
1453 #if defined (HAVE_MS_WINDOWS) | |
1454 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1455 #undef ImmIsUIMessage | |
1456 #define ImmIsUIMessage error_use_qxeImmIsUIMessage_or_ImmIsUIMessageA_and_ImmIsUIMessageW | |
1457 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1458 WINBOOL qxeImmIsUIMessage (HWND arg1, UINT arg2, WPARAM arg3, LPARAM arg4); |
3728 | 1459 #endif /* defined (HAVE_MS_WINDOWS) */ |
1460 | |
1461 #if defined (HAVE_MS_WINDOWS) | |
1462 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1463 #undef ImmRegisterWord | |
1464 #define ImmRegisterWord error_use_qxeImmRegisterWord_or_ImmRegisterWordA_and_ImmRegisterWordW | |
1465 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1466 WINBOOL qxeImmRegisterWord (HKL arg1, const Extbyte * lpszReading, DWORD arg3, const Extbyte * lpszRegister); |
3728 | 1467 #endif /* defined (HAVE_MS_WINDOWS) */ |
1468 | |
1469 #if defined (HAVE_MS_WINDOWS) | |
1470 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1471 #undef ImmUnregisterWord | |
1472 #define ImmUnregisterWord error_use_qxeImmUnregisterWord_or_ImmUnregisterWordA_and_ImmUnregisterWordW | |
1473 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1474 WINBOOL qxeImmUnregisterWord (HKL arg1, const Extbyte * lpszReading, DWORD arg3, const Extbyte * lpszUnregister); |
3728 | 1475 #endif /* defined (HAVE_MS_WINDOWS) */ |
1476 | |
1477 #if defined (HAVE_MS_WINDOWS) | |
1478 #undef ImmGetRegisterWordStyle | |
1479 #define ImmGetRegisterWordStyle error_split_sized_STYLEBUF | |
1480 #endif /* defined (HAVE_MS_WINDOWS) */ | |
1481 | |
1482 #if defined (HAVE_MS_WINDOWS) | |
1483 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1484 #undef ImmEnumRegisterWord | |
1485 #define ImmEnumRegisterWord error_use_qxeImmEnumRegisterWord_or_ImmEnumRegisterWordA_and_ImmEnumRegisterWordW | |
1486 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1487 UINT qxeImmEnumRegisterWord (HKL arg1, REGISTERWORDENUMPROCW arg2, const Extbyte * lpszReading, DWORD arg4, const Extbyte * lpszRegister, LPVOID arg6); |
3728 | 1488 #endif /* defined (HAVE_MS_WINDOWS) */ |
1489 | |
1490 #if defined (HAVE_MS_WINDOWS) | |
1491 #undef ImmGetImeMenuItems | |
1492 #define ImmGetImeMenuItems error_split_sized_IMEMENUITEMINFO | |
1493 #endif /* defined (HAVE_MS_WINDOWS) */ | |
1494 | |
1495 | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1496 /* Processing file NAMEDPIPEAPI.H */ |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1497 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1498 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1499 #undef CreateNamedPipe |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1500 #define CreateNamedPipe error_use_qxeCreateNamedPipe_or_CreateNamedPipeA_and_CreateNamedPipeW |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1501 #endif |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1502 HANDLE qxeCreateNamedPipe (const Extbyte * lpName, DWORD dwOpenMode, DWORD dwPipeMode, DWORD nMaxInstances, DWORD nOutBufferSize, DWORD nInBufferSize, DWORD nDefaultTimeOut, LPSECURITY_ATTRIBUTES lpSecurityAttributes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1503 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1504 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1505 #undef WaitNamedPipe |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1506 #define WaitNamedPipe error_use_qxeWaitNamedPipe_or_WaitNamedPipeA_and_WaitNamedPipeW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1507 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1508 WINBOOL qxeWaitNamedPipe (const Extbyte * lpNamedPipeName, DWORD nTimeOut); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1509 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1510 #undef GetNamedPipeClientComputerName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1511 #define GetNamedPipeClientComputerName error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1512 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1513 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1514 /* Processing file MEMORYAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1515 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1516 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1517 #undef CreateFileMapping |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1518 #define CreateFileMapping error_use_qxeCreateFileMapping_or_CreateFileMappingA_and_CreateFileMappingW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1519 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1520 HANDLE qxeCreateFileMapping (HANDLE hFile, LPSECURITY_ATTRIBUTES lpFileMappingAttributes, DWORD flProtect, DWORD dwMaximumSizeHigh, DWORD dwMaximumSizeLow, const Extbyte * lpName); |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1521 |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1522 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1523 #undef OpenFileMapping |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1524 #define OpenFileMapping error_use_qxeOpenFileMapping_or_OpenFileMappingA_and_OpenFileMappingW |
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1525 #endif |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1526 HANDLE qxeOpenFileMapping (DWORD dwDesiredAccess, WINBOOL bInheritHandle, const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1527 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1528 #undef CreateFileMappingNuma |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1529 #define CreateFileMappingNuma error_HST__new_____needs_review |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4873
diff
changeset
|
1530 |
4873
50861fea97f6
regenerate intl-auto-encap-win32.c, now possible from Cygwin /usr/include/w32api headers
Ben Wing <ben@xemacs.org>
parents:
3728
diff
changeset
|
1531 |
3728 | 1532 /* Processing file MMSYSTEM.H */ |
1533 | |
1534 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1535 #undef sndPlaySound | |
1536 #define sndPlaySound error_use_qxesndPlaySound_or_sndPlaySoundA_and_sndPlaySoundW | |
1537 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1538 WINBOOL qxesndPlaySound (const Extbyte * pszSound, UINT fuSound); |
3728 | 1539 |
1540 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1541 #undef PlaySound | |
1542 #define PlaySound error_use_qxePlaySound_or_PlaySoundA_and_PlaySoundW | |
1543 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1544 WINBOOL qxePlaySound (const Extbyte * pszSound, HMODULE hmod, DWORD fdwSound); |
3728 | 1545 |
1546 #undef waveOutGetDevCaps | |
1547 #define waveOutGetDevCaps error_split_sized_LPWAVEOUTCAPS | |
1548 | |
1549 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1550 #undef waveOutGetErrorText | |
1551 #define waveOutGetErrorText error_use_qxewaveOutGetErrorText_or_waveOutGetErrorTextA_and_waveOutGetErrorTextW | |
1552 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1553 MMRESULT qxewaveOutGetErrorText (MMRESULT mmrError, Extbyte * pszText, UINT cchText); |
3728 | 1554 |
1555 #undef waveInGetDevCaps | |
1556 #define waveInGetDevCaps error_split_sized_LPWAVEINCAPS | |
1557 | |
1558 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1559 #undef waveInGetErrorText | |
1560 #define waveInGetErrorText error_use_qxewaveInGetErrorText_or_waveInGetErrorTextA_and_waveInGetErrorTextW | |
1561 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1562 MMRESULT qxewaveInGetErrorText (MMRESULT mmrError, Extbyte * pszText, UINT cchText); |
3728 | 1563 |
1564 #undef midiOutGetDevCaps | |
1565 #define midiOutGetDevCaps error_split_sized_LPMIDIOUTCAPS | |
1566 | |
1567 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1568 #undef midiOutGetErrorText | |
1569 #define midiOutGetErrorText error_use_qxemidiOutGetErrorText_or_midiOutGetErrorTextA_and_midiOutGetErrorTextW | |
1570 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1571 MMRESULT qxemidiOutGetErrorText (MMRESULT mmrError, Extbyte * pszText, UINT cchText); |
3728 | 1572 |
1573 #undef midiInGetDevCaps | |
1574 #define midiInGetDevCaps error_split_sized_LPMIDIOUTCAPS | |
1575 | |
1576 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1577 #undef midiInGetErrorText | |
1578 #define midiInGetErrorText error_use_qxemidiInGetErrorText_or_midiInGetErrorTextA_and_midiInGetErrorTextW | |
1579 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1580 MMRESULT qxemidiInGetErrorText (MMRESULT mmrError, Extbyte * pszText, UINT cchText); |
3728 | 1581 |
1582 #undef auxGetDevCaps | |
1583 #define auxGetDevCaps error_split_sized_LPAUXCAPS | |
1584 | |
1585 #undef mixerGetDevCaps | |
1586 #define mixerGetDevCaps error_split_sized_LPMIXERCAPS | |
1587 | |
1588 #undef mixerGetLineInfo | |
1589 #define mixerGetLineInfo error_split_sized_LPMIXERLINE | |
1590 | |
1591 #undef mixerGetLineControls | |
1592 #define mixerGetLineControls error_split_sized_LPMIXERCONTROL | |
1593 | |
1594 #undef mixerGetControlDetails | |
1595 #define mixerGetControlDetails error_split_sized_LPMIXERCONTROL_in_LPMIXERLINECONTROLS_in_LPMIXERCONTROLDETAILS | |
1596 | |
1597 #undef joyGetDevCaps | |
1598 #define joyGetDevCaps error_split_sized_LPJOYCAPS | |
1599 | |
1600 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1601 #undef mmioStringToFOURCC | |
1602 #define mmioStringToFOURCC error_use_qxemmioStringToFOURCC_or_mmioStringToFOURCCA_and_mmioStringToFOURCCW | |
1603 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1604 FOURCC qxemmioStringToFOURCC (const Extbyte * sz, UINT uFlags); |
3728 | 1605 |
1606 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1607 #undef mmioInstallIOProc | |
1608 #define mmioInstallIOProc error_use_qxemmioInstallIOProc_or_mmioInstallIOProcA_and_mmioInstallIOProcW | |
1609 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1610 LPMMIOPROC qxemmioInstallIOProc (FOURCC fccIOProc, LPMMIOPROC pIOProc, DWORD dwFlags); |
3728 | 1611 |
1612 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1613 #undef mmioOpen | |
1614 #define mmioOpen error_use_qxemmioOpen_or_mmioOpenA_and_mmioOpenW | |
1615 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1616 HMMIO qxemmioOpen (Extbyte * pszFileName, LPMMIOINFO pmmioinfo, DWORD fdwOpen); |
3728 | 1617 |
1618 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1619 #undef mmioRename | |
1620 #define mmioRename error_use_qxemmioRename_or_mmioRenameA_and_mmioRenameW | |
1621 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1622 MMRESULT qxemmioRename (const Extbyte * pszFileName, const Extbyte * pszNewFileName, LPCMMIOINFO pmmioinfo, DWORD fdwRename); |
3728 | 1623 |
1624 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1625 #undef mciSendCommand | |
1626 #define mciSendCommand error_use_qxemciSendCommand_or_mciSendCommandA_and_mciSendCommandW | |
1627 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1628 MCIERROR qxemciSendCommand (MCIDEVICEID mciId, UINT uMsg, DWORD_PTR dwParam1, DWORD_PTR dwParam2); |
3728 | 1629 |
1630 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1631 #undef mciSendString | |
1632 #define mciSendString error_use_qxemciSendString_or_mciSendStringA_and_mciSendStringW | |
1633 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1634 MCIERROR qxemciSendString (const Extbyte * lpstrCommand, Extbyte * lpstrReturnString, UINT uReturnLength, HWND hwndCallback); |
3728 | 1635 |
1636 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1637 #undef mciGetDeviceID | |
1638 #define mciGetDeviceID error_use_qxemciGetDeviceID_or_mciGetDeviceIDA_and_mciGetDeviceIDW | |
1639 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1640 MCIDEVICEID qxemciGetDeviceID (const Extbyte * pszDevice); |
3728 | 1641 |
1642 #if !defined (MINGW) | |
1643 #undef mciGetDeviceIDFromElementID | |
1644 #define mciGetDeviceIDFromElementID error_missing_from_Win98se_version_of_ADVAPI32_dll | |
1645 #endif /* !defined (MINGW) */ | |
1646 | |
1647 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1648 #undef mciGetErrorString | |
1649 #define mciGetErrorString error_use_qxemciGetErrorString_or_mciGetErrorStringA_and_mciGetErrorStringW | |
1650 #endif | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1651 WINBOOL qxemciGetErrorString (MCIERROR mcierr, Extbyte * pszText, UINT cchText); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1652 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1653 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1654 /* Processing file WINCON.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1655 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1656 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1657 #undef PeekConsoleInput |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1658 #define PeekConsoleInput error_use_qxePeekConsoleInput_or_PeekConsoleInputA_and_PeekConsoleInputW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1659 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1660 WINBOOL qxePeekConsoleInput (HANDLE hConsoleInput, PINPUT_RECORD lpBuffer, DWORD nLength, LPDWORD lpNumberOfEventsRead); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1661 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1662 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1663 #undef ReadConsoleInput |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1664 #define ReadConsoleInput error_use_qxeReadConsoleInput_or_ReadConsoleInputA_and_ReadConsoleInputW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1665 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1666 WINBOOL qxeReadConsoleInput (HANDLE hConsoleInput, PINPUT_RECORD lpBuffer, DWORD nLength, LPDWORD lpNumberOfEventsRead); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1667 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1668 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1669 #undef WriteConsoleInput |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1670 #define WriteConsoleInput error_use_qxeWriteConsoleInput_or_WriteConsoleInputA_and_WriteConsoleInputW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1671 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1672 WINBOOL qxeWriteConsoleInput (HANDLE hConsoleInput, CONST INPUT_RECORD * lpBuffer, DWORD nLength, LPDWORD lpNumberOfEventsWritten); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1673 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1674 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1675 #undef ReadConsoleOutput |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1676 #define ReadConsoleOutput error_use_qxeReadConsoleOutput_or_ReadConsoleOutputA_and_ReadConsoleOutputW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1677 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1678 WINBOOL qxeReadConsoleOutput (HANDLE hConsoleOutput, PCHAR_INFO lpBuffer, COORD dwBufferSize, COORD dwBufferCoord, PSMALL_RECT lpReadRegion); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1679 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1680 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1681 #undef WriteConsoleOutput |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1682 #define WriteConsoleOutput error_use_qxeWriteConsoleOutput_or_WriteConsoleOutputA_and_WriteConsoleOutputW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1683 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1684 WINBOOL qxeWriteConsoleOutput (HANDLE hConsoleOutput, CONST CHAR_INFO * lpBuffer, COORD dwBufferSize, COORD dwBufferCoord, PSMALL_RECT lpWriteRegion); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1685 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1686 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1687 #undef ReadConsoleOutputCharacter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1688 #define ReadConsoleOutputCharacter error_use_qxeReadConsoleOutputCharacter_or_ReadConsoleOutputCharacterA_and_ReadConsoleOutputCharacterW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1689 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1690 WINBOOL qxeReadConsoleOutputCharacter (HANDLE hConsoleOutput, Extbyte * lpCharacter, DWORD nLength, COORD dwReadCoord, LPDWORD lpNumberOfCharsRead); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1691 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1692 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1693 #undef WriteConsoleOutputCharacter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1694 #define WriteConsoleOutputCharacter error_use_qxeWriteConsoleOutputCharacter_or_WriteConsoleOutputCharacterA_and_WriteConsoleOutputCharacterW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1695 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1696 WINBOOL qxeWriteConsoleOutputCharacter (HANDLE hConsoleOutput, const Extbyte * lpCharacter, DWORD nLength, COORD dwWriteCoord, LPDWORD lpNumberOfCharsWritten); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1697 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1698 #undef FillConsoleOutputCharacter |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1699 #define FillConsoleOutputCharacter error_split_CHAR |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1700 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1701 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1702 #undef ScrollConsoleScreenBuffer |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1703 #define ScrollConsoleScreenBuffer error_use_qxeScrollConsoleScreenBuffer_or_ScrollConsoleScreenBufferA_and_ScrollConsoleScreenBufferW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1704 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1705 WINBOOL qxeScrollConsoleScreenBuffer (HANDLE hConsoleOutput, CONST SMALL_RECT * lpScrollRectangle, CONST SMALL_RECT * lpClipRectangle, COORD dwDestinationOrigin, CONST CHAR_INFO * lpFill); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1706 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1707 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1708 #undef GetConsoleTitle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1709 #define GetConsoleTitle error_use_qxeGetConsoleTitle_or_GetConsoleTitleA_and_GetConsoleTitleW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1710 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1711 DWORD qxeGetConsoleTitle (Extbyte * lpConsoleTitle, DWORD nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1712 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1713 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1714 #undef SetConsoleTitle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1715 #define SetConsoleTitle error_use_qxeSetConsoleTitle_or_SetConsoleTitleA_and_SetConsoleTitleW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1716 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1717 WINBOOL qxeSetConsoleTitle (const Extbyte * lpConsoleTitle); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1718 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1719 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1720 #undef ReadConsole |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1721 #define ReadConsole error_use_qxeReadConsole_or_ReadConsoleA_and_ReadConsoleW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1722 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1723 WINBOOL qxeReadConsole (HANDLE hConsoleInput, LPVOID lpBuffer, DWORD nNumberOfCharsToRead, LPDWORD lpNumberOfCharsRead, LPVOID lpReserved); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1724 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1725 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1726 #undef WriteConsole |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1727 #define WriteConsole error_use_qxeWriteConsole_or_WriteConsoleA_and_WriteConsoleW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1728 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1729 WINBOOL qxeWriteConsole (HANDLE hConsoleOutput, CONST VOID * lpBuffer, DWORD nNumberOfCharsToWrite, LPDWORD lpNumberOfCharsWritten, LPVOID lpReserved); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1730 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1731 #undef AddConsoleAlias |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1732 #define AddConsoleAlias error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1733 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1734 #undef GetConsoleAlias |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1735 #define GetConsoleAlias error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1736 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1737 #undef GetConsoleAliasesLength |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1738 #define GetConsoleAliasesLength error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1739 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1740 #undef GetConsoleAliasExesLength |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1741 #define GetConsoleAliasExesLength error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1742 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1743 #undef GetConsoleAliases |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1744 #define GetConsoleAliases error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1745 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1746 #undef GetConsoleAliasExes |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1747 #define GetConsoleAliasExes error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1748 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1749 #undef GetConsoleOriginalTitle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1750 #define GetConsoleOriginalTitle error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1751 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1752 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1753 /* Processing file DEBUGAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1754 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1755 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1756 #undef OutputDebugString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1757 #define OutputDebugString error_use_qxeOutputDebugString_or_OutputDebugStringA_and_OutputDebugStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1758 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1759 VOID qxeOutputDebugString (const Extbyte * lpOutputString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1760 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1761 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1762 /* Processing file WINNETWK.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1763 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1764 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1765 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1766 #undef WNetAddConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1767 #define WNetAddConnection error_use_qxeWNetAddConnection_or_WNetAddConnectionA_and_WNetAddConnectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1768 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1769 DWORD qxeWNetAddConnection (const Extbyte * lpRemoteName, const Extbyte * lpPassword, const Extbyte * lpLocalName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1770 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1771 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1772 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1773 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1774 #undef WNetAddConnection2 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1775 #define WNetAddConnection2 error_use_qxeWNetAddConnection2_or_WNetAddConnection2A_and_WNetAddConnection2W |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1776 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1777 DWORD qxeWNetAddConnection2 (LPNETRESOURCEW lpNetResource, const Extbyte * lpPassword, const Extbyte * lpUserName, DWORD dwFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1778 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1779 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1780 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1781 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1782 #undef WNetAddConnection3 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1783 #define WNetAddConnection3 error_use_qxeWNetAddConnection3_or_WNetAddConnection3A_and_WNetAddConnection3W |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1784 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1785 DWORD qxeWNetAddConnection3 (HWND hwndOwner, LPNETRESOURCEW lpNetResource, const Extbyte * lpPassword, const Extbyte * lpUserName, DWORD dwFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1786 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1787 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1788 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1789 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1790 #undef WNetCancelConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1791 #define WNetCancelConnection error_use_qxeWNetCancelConnection_or_WNetCancelConnectionA_and_WNetCancelConnectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1792 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1793 DWORD qxeWNetCancelConnection (const Extbyte * lpName, WINBOOL fForce); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1794 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1795 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1796 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1797 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1798 #undef WNetCancelConnection2 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1799 #define WNetCancelConnection2 error_use_qxeWNetCancelConnection2_or_WNetCancelConnection2A_and_WNetCancelConnection2W |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1800 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1801 DWORD qxeWNetCancelConnection2 (const Extbyte * lpName, DWORD dwFlags, WINBOOL fForce); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1802 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1803 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1804 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1805 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1806 #undef WNetGetConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1807 #define WNetGetConnection error_use_qxeWNetGetConnection_or_WNetGetConnectionA_and_WNetGetConnectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1808 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1809 DWORD qxeWNetGetConnection (const Extbyte * lpLocalName, Extbyte * lpRemoteName, LPDWORD lpnLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1810 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1811 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1812 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1813 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1814 #undef WNetUseConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1815 #define WNetUseConnection error_use_qxeWNetUseConnection_or_WNetUseConnectionA_and_WNetUseConnectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1816 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1817 DWORD qxeWNetUseConnection (HWND hwndOwner, LPNETRESOURCEW lpNetResource, const Extbyte * lpPassword, const Extbyte * lpUserID, DWORD dwFlags, Extbyte * lpAccessName, LPDWORD lpBufferSize, LPDWORD lpResult); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1818 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1819 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1820 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1821 #undef WNetRestoreSingleConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1822 #define WNetRestoreSingleConnection error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1823 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1824 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1825 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1826 #undef WNetRestoreConnection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1827 #define WNetRestoreConnection error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1828 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1829 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1830 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1831 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1832 #undef WNetConnectionDialog1 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1833 #define WNetConnectionDialog1 error_use_qxeWNetConnectionDialog1_or_WNetConnectionDialog1A_and_WNetConnectionDialog1W |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1834 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1835 DWORD qxeWNetConnectionDialog1 (LPCONNECTDLGSTRUCTW lpConnDlgStruct); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1836 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1837 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1838 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1839 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1840 #undef WNetDisconnectDialog1 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1841 #define WNetDisconnectDialog1 error_use_qxeWNetDisconnectDialog1_or_WNetDisconnectDialog1A_and_WNetDisconnectDialog1W |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1842 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1843 DWORD qxeWNetDisconnectDialog1 (LPDISCDLGSTRUCTW lpConnDlgStruct); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1844 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1845 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1846 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1847 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1848 #undef WNetOpenEnum |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1849 #define WNetOpenEnum error_use_qxeWNetOpenEnum_or_WNetOpenEnumA_and_WNetOpenEnumW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1850 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1851 DWORD qxeWNetOpenEnum (DWORD dwScope, DWORD dwType, DWORD dwUsage, LPNETRESOURCEW lpNetResource, LPHANDLE lphEnum); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1852 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1853 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1854 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1855 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1856 #undef WNetEnumResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1857 #define WNetEnumResource error_use_qxeWNetEnumResource_or_WNetEnumResourceA_and_WNetEnumResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1858 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1859 DWORD qxeWNetEnumResource (HANDLE hEnum, LPDWORD lpcCount, LPVOID lpBuffer, LPDWORD lpBufferSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1860 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1861 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1862 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1863 #undef WNetGetResourceParent |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1864 #define WNetGetResourceParent error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1865 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1866 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1867 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1868 #undef WNetGetResourceInformation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1869 #define WNetGetResourceInformation error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1870 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1871 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1872 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1873 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1874 #undef WNetGetUniversalName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1875 #define WNetGetUniversalName error_use_qxeWNetGetUniversalName_or_WNetGetUniversalNameA_and_WNetGetUniversalNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1876 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1877 DWORD qxeWNetGetUniversalName (const Extbyte * lpLocalPath, DWORD dwInfoLevel, LPVOID lpBuffer, LPDWORD lpBufferSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1878 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1879 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1880 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1881 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1882 #undef WNetGetUser |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1883 #define WNetGetUser error_use_qxeWNetGetUser_or_WNetGetUserA_and_WNetGetUserW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1884 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1885 DWORD qxeWNetGetUser (const Extbyte * lpName, Extbyte * lpUserName, LPDWORD lpnLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1886 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1887 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1888 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1889 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1890 #undef WNetGetProviderName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1891 #define WNetGetProviderName error_use_qxeWNetGetProviderName_or_WNetGetProviderNameA_and_WNetGetProviderNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1892 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1893 DWORD qxeWNetGetProviderName (DWORD dwNetType, Extbyte * lpProviderName, LPDWORD lpBufferSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1894 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1895 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1896 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1897 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1898 #undef WNetGetNetworkInformation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1899 #define WNetGetNetworkInformation error_use_qxeWNetGetNetworkInformation_or_WNetGetNetworkInformationA_and_WNetGetNetworkInformationW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1900 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1901 DWORD qxeWNetGetNetworkInformation (const Extbyte * lpProvider, LPNETINFOSTRUCT lpNetInfoStruct); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1902 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1903 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1904 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1905 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1906 #undef WNetGetLastError |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1907 #define WNetGetLastError error_use_qxeWNetGetLastError_or_WNetGetLastErrorA_and_WNetGetLastErrorW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1908 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1909 DWORD qxeWNetGetLastError (LPDWORD lpError, Extbyte * lpErrorBuf, DWORD nErrorBufSize, Extbyte * lpNameBuf, DWORD nNameBufSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1910 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1911 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1912 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1913 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1914 #undef MultinetGetConnectionPerformance |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1915 #define MultinetGetConnectionPerformance error_use_qxeMultinetGetConnectionPerformance_or_MultinetGetConnectionPerformanceA_and_MultinetGetConnectionPerformanceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1916 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1917 DWORD qxeMultinetGetConnectionPerformance (LPNETRESOURCEW lpNetResource, LPNETCONNECTINFOSTRUCT lpNetConnectInfoStruct); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1918 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1919 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1920 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1921 /* Processing file DDEML.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1922 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1923 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1924 #undef DdeInitialize |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1925 #define DdeInitialize error_use_qxeDdeInitialize_or_DdeInitializeA_and_DdeInitializeW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1926 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1927 UINT qxeDdeInitialize (LPDWORD pidInst, PFNCALLBACK pfnCallback, DWORD afCmd, DWORD ulRes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1928 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1929 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1930 #undef DdeCreateStringHandle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1931 #define DdeCreateStringHandle error_use_qxeDdeCreateStringHandle_or_DdeCreateStringHandleA_and_DdeCreateStringHandleW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1932 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1933 HSZ qxeDdeCreateStringHandle (DWORD idInst, const Extbyte * psz, int iCodePage); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1934 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1935 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1936 #undef DdeQueryString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1937 #define DdeQueryString error_use_qxeDdeQueryString_or_DdeQueryStringA_and_DdeQueryStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1938 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1939 DWORD qxeDdeQueryString (DWORD idInst, HSZ hsz, Extbyte * psz, DWORD cchMax, int iCodePage); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1940 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1941 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1942 /* Processing file WINGDI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1943 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1944 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1945 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1946 #undef AddFontResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1947 #define AddFontResource error_use_qxeAddFontResource_or_AddFontResourceA_and_AddFontResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1948 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1949 int qxeAddFontResource (const Extbyte * arg1); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1950 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1951 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1952 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1953 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1954 #undef CopyMetaFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1955 #define CopyMetaFile error_use_qxeCopyMetaFile_or_CopyMetaFileA_and_CopyMetaFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1956 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1957 HMETAFILE qxeCopyMetaFile (HMETAFILE arg1, const Extbyte * arg2); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1958 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1959 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1960 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1961 /* Skipping CreateDC because split-sized DEVMODE */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1962 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1963 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1964 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1965 /* Skipping CreateFontIndirect because split-sized LOGFONT */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1966 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1967 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1968 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1969 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1970 #undef CreateFont |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1971 #define CreateFont error_use_qxeCreateFont_or_CreateFontA_and_CreateFontW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1972 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1973 HFONT qxeCreateFont (int cHeight, int cWidth, int cEscapement, int cOrientation, int cWeight, DWORD bItalic, DWORD bUnderline, DWORD bStrikeOut, DWORD iCharSet, DWORD iOutPrecision, DWORD iClipPrecision, DWORD iQuality, DWORD iPitchAndFamily, const Extbyte * pszFaceName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1974 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1975 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1976 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1977 /* Skipping CreateIC because split-sized DEVMODE */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1978 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1979 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1980 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1981 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1982 #undef CreateMetaFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1983 #define CreateMetaFile error_use_qxeCreateMetaFile_or_CreateMetaFileA_and_CreateMetaFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1984 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1985 HDC qxeCreateMetaFile (const Extbyte * pszFile); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1986 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1987 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1988 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1989 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1990 #undef CreateScalableFontResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1991 #define CreateScalableFontResource error_use_qxeCreateScalableFontResource_or_CreateScalableFontResourceA_and_CreateScalableFontResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1992 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1993 WINBOOL qxeCreateScalableFontResource (DWORD fdwHidden, const Extbyte * lpszFont, const Extbyte * lpszFile, const Extbyte * lpszPath); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1994 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1995 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1996 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1997 /* Skipping DeviceCapabilities because split-sized DEVMODE */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1998 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
1999 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2000 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2001 /* Skipping EnumFontFamiliesEx because split-complex FONTENUMPROC; NT 4.0+ only */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2002 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2003 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2004 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2005 #undef EnumFontFamilies |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2006 #define EnumFontFamilies error_split_complex_FONTENUMPROC |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2007 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2008 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2009 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2010 #undef EnumFonts |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2011 #define EnumFonts error_split_complex_FONTENUMPROC |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2012 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2013 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2014 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2015 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2016 #undef GetCharWidth |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2017 #define GetCharWidth error_use_qxeGetCharWidth_or_GetCharWidthA_and_GetCharWidthW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2018 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2019 WINBOOL qxeGetCharWidth (HDC hdc, UINT iFirst, UINT iLast, LPINT lpBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2020 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2021 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2022 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2023 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2024 #undef GetCharWidth32 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2025 #define GetCharWidth32 error_use_qxeGetCharWidth32_or_GetCharWidth32A_and_GetCharWidth32W |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2026 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2027 WINBOOL qxeGetCharWidth32 (HDC hdc, UINT iFirst, UINT iLast, LPINT lpBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2028 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2029 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2030 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2031 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2032 #undef GetCharWidthFloat |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2033 #define GetCharWidthFloat error_use_qxeGetCharWidthFloat_or_GetCharWidthFloatA_and_GetCharWidthFloatW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2034 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2035 WINBOOL qxeGetCharWidthFloat (HDC hdc, UINT iFirst, UINT iLast, PFLOAT lpBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2036 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2037 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2038 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2039 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2040 #undef GetCharABCWidths |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2041 #define GetCharABCWidths error_use_qxeGetCharABCWidths_or_GetCharABCWidthsA_and_GetCharABCWidthsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2042 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2043 WINBOOL qxeGetCharABCWidths (HDC hdc, UINT wFirst, UINT wLast, LPABC lpABC); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2044 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2045 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2046 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2047 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2048 #undef GetCharABCWidthsFloat |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2049 #define GetCharABCWidthsFloat error_use_qxeGetCharABCWidthsFloat_or_GetCharABCWidthsFloatA_and_GetCharABCWidthsFloatW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2050 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2051 WINBOOL qxeGetCharABCWidthsFloat (HDC hdc, UINT iFirst, UINT iLast, LPABCFLOAT lpABC); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2052 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2053 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2054 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2055 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2056 #undef GetGlyphOutline |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2057 #define GetGlyphOutline error_use_qxeGetGlyphOutline_or_GetGlyphOutlineA_and_GetGlyphOutlineW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2058 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2059 DWORD qxeGetGlyphOutline (HDC hdc, UINT uChar, UINT fuFormat, LPGLYPHMETRICS lpgm, DWORD cjBuffer, LPVOID pvBuffer, CONST MAT2 * lpmat2); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2060 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2061 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2062 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2063 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2064 #undef GetMetaFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2065 #define GetMetaFile error_use_qxeGetMetaFile_or_GetMetaFileA_and_GetMetaFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2066 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2067 HMETAFILE qxeGetMetaFile (const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2068 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2069 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2070 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2071 #undef GetOutlineTextMetrics |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2072 #define GetOutlineTextMetrics error_split_sized_LPOUTLINETEXTMETRIC |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2073 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2074 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2075 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2076 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2077 #undef GetTextExtentPoint |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2078 #define GetTextExtentPoint error_use_qxeGetTextExtentPoint_or_GetTextExtentPointA_and_GetTextExtentPointW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2079 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2080 WINBOOL qxeGetTextExtentPoint (HDC hdc, const Extbyte * lpString, int c, LPSIZE lpsz); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2081 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2082 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2083 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2084 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2085 #undef GetTextExtentPoint32 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2086 #define GetTextExtentPoint32 error_use_qxeGetTextExtentPoint32_or_GetTextExtentPoint32A_and_GetTextExtentPoint32W |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2087 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2088 WINBOOL qxeGetTextExtentPoint32 (HDC hdc, const Extbyte * lpString, int c, LPSIZE psizl); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2089 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2090 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2091 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2092 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2093 #undef GetTextExtentExPoint |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2094 #define GetTextExtentExPoint error_use_qxeGetTextExtentExPoint_or_GetTextExtentExPointA_and_GetTextExtentExPointW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2095 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2096 WINBOOL qxeGetTextExtentExPoint (HDC hdc, const Extbyte * lpszString, int cchString, int nMaxExtent, LPINT lpnFit, LPINT lpnDx, LPSIZE lpSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2097 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2098 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2099 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2100 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2101 #undef GetCharacterPlacement |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2102 #define GetCharacterPlacement error_use_qxeGetCharacterPlacement_or_GetCharacterPlacementA_and_GetCharacterPlacementW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2103 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2104 DWORD qxeGetCharacterPlacement (HDC hdc, const Extbyte * lpString, int nCount, int nMexExtent, LPGCP_RESULTSW lpResults, DWORD dwFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2105 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2106 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2107 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2108 #undef GetGlyphIndices |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2109 #define GetGlyphIndices error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2110 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2111 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2112 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2113 #undef AddFontResourceEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2114 #define AddFontResourceEx error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2115 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2116 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2117 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2118 #undef RemoveFontResourceEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2119 #define RemoveFontResourceEx error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2120 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2121 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2122 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2123 #undef CreateFontIndirectEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2124 #define CreateFontIndirectEx error_split_sized_ENUMLOGFONTEXDV__NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2125 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2126 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2127 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2128 /* Skipping ResetDC because split-sized DEVMODE */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2129 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2130 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2131 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2132 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2133 #undef RemoveFontResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2134 #define RemoveFontResource error_use_qxeRemoveFontResource_or_RemoveFontResourceA_and_RemoveFontResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2135 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2136 WINBOOL qxeRemoveFontResource (const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2137 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2138 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2139 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2140 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2141 #undef CopyEnhMetaFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2142 #define CopyEnhMetaFile error_use_qxeCopyEnhMetaFile_or_CopyEnhMetaFileA_and_CopyEnhMetaFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2143 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2144 HENHMETAFILE qxeCopyEnhMetaFile (HENHMETAFILE hEnh, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2145 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2146 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2147 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2148 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2149 #undef CreateEnhMetaFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2150 #define CreateEnhMetaFile error_use_qxeCreateEnhMetaFile_or_CreateEnhMetaFileA_and_CreateEnhMetaFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2151 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2152 HDC qxeCreateEnhMetaFile (HDC hdc, const Extbyte * lpFilename, CONST RECT * lprc, const Extbyte * lpDesc); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2153 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2154 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2155 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2156 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2157 #undef GetEnhMetaFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2158 #define GetEnhMetaFile error_use_qxeGetEnhMetaFile_or_GetEnhMetaFileA_and_GetEnhMetaFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2159 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2160 HENHMETAFILE qxeGetEnhMetaFile (const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2161 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2162 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2163 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2164 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2165 #undef GetEnhMetaFileDescription |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2166 #define GetEnhMetaFileDescription error_use_qxeGetEnhMetaFileDescription_or_GetEnhMetaFileDescriptionA_and_GetEnhMetaFileDescriptionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2167 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2168 UINT qxeGetEnhMetaFileDescription (HENHMETAFILE hemf, UINT cchBuffer, Extbyte * lpDescription); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2169 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2170 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2171 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2172 /* Skipping GetTextMetrics because split-sized LPTEXTMETRIC */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2173 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2174 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2175 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2176 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2177 #undef StartDoc |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2178 #define StartDoc error_use_qxeStartDoc_or_StartDocA_and_StartDocW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2179 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2180 int qxeStartDoc (HDC hdc, CONST DOCINFOW * lpdi); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2181 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2182 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2183 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2184 /* Skipping GetObject because split-sized LOGFONT */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2185 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2186 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2187 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2188 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2189 #undef TextOut |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2190 #define TextOut error_use_qxeTextOut_or_TextOutA_and_TextOutW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2191 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2192 WINBOOL qxeTextOut (HDC hdc, int x, int y, const Extbyte * lpString, int c); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2193 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2194 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2195 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2196 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2197 #undef ExtTextOut |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2198 #define ExtTextOut error_use_qxeExtTextOut_or_ExtTextOutA_and_ExtTextOutW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2199 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2200 WINBOOL qxeExtTextOut (HDC hdc, int x, int y, UINT options, CONST RECT * lprect, const Extbyte * lpString, UINT c, CONST INT * lpDx); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2201 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2202 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2203 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2204 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2205 #undef PolyTextOut |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2206 #define PolyTextOut error_use_qxePolyTextOut_or_PolyTextOutA_and_PolyTextOutW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2207 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2208 WINBOOL qxePolyTextOut (HDC hdc, CONST POLYTEXTW * ppt, int nstrings); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2209 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2210 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2211 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2212 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2213 #undef GetTextFace |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2214 #define GetTextFace error_use_qxeGetTextFace_or_GetTextFaceA_and_GetTextFaceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2215 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2216 int qxeGetTextFace (HDC hdc, int c, Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2217 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2218 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2219 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2220 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2221 #undef GetKerningPairs |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2222 #define GetKerningPairs error_use_qxeGetKerningPairs_or_GetKerningPairsA_and_GetKerningPairsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2223 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2224 DWORD qxeGetKerningPairs (HDC hdc, DWORD nPairs, LPKERNINGPAIR lpKernPair); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2225 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2226 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2227 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2228 #undef GetLogColorSpace |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2229 #define GetLogColorSpace error_split_sized_LPLOGCOLORSPACE__NT_4_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2230 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2231 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2232 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2233 #undef CreateColorSpace |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2234 #define CreateColorSpace error_split_sized_LPLOGCOLORSPACE__NT_4_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2235 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2236 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2237 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2238 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2239 #undef GetICMProfile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2240 #define GetICMProfile error_use_qxeGetICMProfile_or_GetICMProfileA_and_GetICMProfileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2241 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2242 WINBOOL qxeGetICMProfile (HDC hdc, LPDWORD pBufSize, Extbyte * pszFilename); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2243 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2244 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2245 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2246 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2247 #undef SetICMProfile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2248 #define SetICMProfile error_use_qxeSetICMProfile_or_SetICMProfileA_and_SetICMProfileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2249 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2250 WINBOOL qxeSetICMProfile (HDC hdc, Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2251 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2252 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2253 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2254 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2255 #undef EnumICMProfiles |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2256 #define EnumICMProfiles error_use_qxeEnumICMProfiles_or_EnumICMProfilesA_and_EnumICMProfilesW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2257 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2258 int qxeEnumICMProfiles (HDC hdc, ICMENUMPROCW lpProc, LPARAM lParam); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2259 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2260 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2261 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2262 /* Skipping UpdateICMRegKey because NT 4.0+ only, error in Cygwin prototype */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2263 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2264 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2265 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2266 #undef wglUseFontBitmaps |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2267 #define wglUseFontBitmaps error_causes_link_error |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2268 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2269 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2270 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2271 #undef wglUseFontOutlines |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2272 #define wglUseFontOutlines error_causes_link_error |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2273 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2274 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2275 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2276 /* Processing file WINNLS.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2277 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2278 #undef LCMapString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2279 #define LCMapString error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2280 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2281 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2282 #undef GetLocaleInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2283 #define GetLocaleInfo error_use_qxeGetLocaleInfo_or_GetLocaleInfoA_and_GetLocaleInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2284 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2285 int qxeGetLocaleInfo (LCID Locale, LCTYPE LCType, Extbyte * lpLCData, int cchData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2286 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2287 #undef GetNumberFormat |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2288 #define GetNumberFormat error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2289 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2290 #undef GetCurrencyFormat |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2291 #define GetCurrencyFormat error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2292 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2293 #undef EnumCalendarInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2294 #define EnumCalendarInfo error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2295 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2296 #undef EnumCalendarInfoEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2297 #define EnumCalendarInfoEx error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2298 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2299 #undef EnumTimeFormats |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2300 #define EnumTimeFormats error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2301 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2302 #undef EnumDateFormats |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2303 #define EnumDateFormats error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2304 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2305 #undef EnumDateFormatsEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2306 #define EnumDateFormatsEx error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2307 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2308 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2309 #undef SetLocaleInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2310 #define SetLocaleInfo error_use_qxeSetLocaleInfo_or_SetLocaleInfoA_and_SetLocaleInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2311 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2312 WINBOOL qxeSetLocaleInfo (LCID Locale, LCTYPE LCType, const Extbyte * lpLCData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2313 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2314 #undef GetCalendarInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2315 #define GetCalendarInfo error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2316 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2317 #undef SetCalendarInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2318 #define SetCalendarInfo error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2319 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2320 #undef GetGeoInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2321 #define GetGeoInfo error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2322 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2323 #undef GetCPInfoEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2324 #define GetCPInfoEx error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2325 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2326 #undef EnumSystemLocales |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2327 #define EnumSystemLocales error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2328 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2329 #undef EnumSystemLanguageGroups |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2330 #define EnumSystemLanguageGroups error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2331 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2332 #undef EnumLanguageGroupLocales |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2333 #define EnumLanguageGroupLocales error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2334 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2335 #undef EnumUILanguages |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2336 #define EnumUILanguages error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2337 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2338 #undef EnumSystemCodePages |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2339 #define EnumSystemCodePages error_not_used__not_examined_yet |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2340 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2341 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2342 /* Processing file WINREG.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2343 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2344 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2345 #undef RegConnectRegistry |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2346 #define RegConnectRegistry error_use_qxeRegConnectRegistry_or_RegConnectRegistryA_and_RegConnectRegistryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2347 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2348 LONG qxeRegConnectRegistry (const Extbyte * lpMachineName, HKEY hKey, PHKEY phkResult); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2349 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2350 #undef RegConnectRegistryEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2351 #define RegConnectRegistryEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2352 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2353 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2354 #undef RegCreateKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2355 #define RegCreateKey error_use_qxeRegCreateKey_or_RegCreateKeyA_and_RegCreateKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2356 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2357 LONG qxeRegCreateKey (HKEY hKey, const Extbyte * lpSubKey, PHKEY phkResult); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2358 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2359 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2360 #undef RegCreateKeyEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2361 #define RegCreateKeyEx error_use_qxeRegCreateKeyEx_or_RegCreateKeyExA_and_RegCreateKeyExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2362 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2363 LONG qxeRegCreateKeyEx (HKEY hKey, const Extbyte * lpSubKey, DWORD Reserved, Extbyte * lpClass, DWORD dwOptions, REGSAM samDesired, LPSECURITY_ATTRIBUTES lpSecurityAttributes, PHKEY phkResult, LPDWORD lpdwDisposition); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2364 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2365 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2366 #undef RegDeleteKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2367 #define RegDeleteKey error_use_qxeRegDeleteKey_or_RegDeleteKeyA_and_RegDeleteKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2368 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2369 LONG qxeRegDeleteKey (HKEY hKey, const Extbyte * lpSubKey); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2370 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2371 #undef RegDeleteKeyEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2372 #define RegDeleteKeyEx error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2373 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2374 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2375 #undef RegDeleteValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2376 #define RegDeleteValue error_use_qxeRegDeleteValue_or_RegDeleteValueA_and_RegDeleteValueW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2377 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2378 LONG qxeRegDeleteValue (HKEY hKey, const Extbyte * lpValueName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2379 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2380 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2381 #undef RegEnumKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2382 #define RegEnumKey error_use_qxeRegEnumKey_or_RegEnumKeyA_and_RegEnumKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2383 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2384 LONG qxeRegEnumKey (HKEY hKey, DWORD dwIndex, Extbyte * lpName, DWORD cchName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2385 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2386 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2387 #undef RegEnumKeyEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2388 #define RegEnumKeyEx error_use_qxeRegEnumKeyEx_or_RegEnumKeyExA_and_RegEnumKeyExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2389 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2390 LONG qxeRegEnumKeyEx (HKEY hKey, DWORD dwIndex, Extbyte * lpName, LPDWORD lpcchName, LPDWORD lpReserved, Extbyte * lpClass, LPDWORD lpcchClass, PFILETIME lpftLastWriteTime); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2391 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2392 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2393 #undef RegEnumValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2394 #define RegEnumValue error_use_qxeRegEnumValue_or_RegEnumValueA_and_RegEnumValueW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2395 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2396 LONG qxeRegEnumValue (HKEY hKey, DWORD dwIndex, Extbyte * lpValueName, LPDWORD lpcchValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2397 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2398 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2399 #undef RegLoadKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2400 #define RegLoadKey error_use_qxeRegLoadKey_or_RegLoadKeyA_and_RegLoadKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2401 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2402 LONG qxeRegLoadKey (HKEY hKey, const Extbyte * lpSubKey, const Extbyte * lpFile); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2403 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2404 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2405 #undef RegOpenKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2406 #define RegOpenKey error_use_qxeRegOpenKey_or_RegOpenKeyA_and_RegOpenKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2407 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2408 LONG qxeRegOpenKey (HKEY hKey, const Extbyte * lpSubKey, PHKEY phkResult); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2409 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2410 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2411 #undef RegOpenKeyEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2412 #define RegOpenKeyEx error_use_qxeRegOpenKeyEx_or_RegOpenKeyExA_and_RegOpenKeyExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2413 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2414 LONG qxeRegOpenKeyEx (HKEY hKey, const Extbyte * lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2415 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2416 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2417 #undef RegQueryInfoKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2418 #define RegQueryInfoKey error_use_qxeRegQueryInfoKey_or_RegQueryInfoKeyA_and_RegQueryInfoKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2419 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2420 LONG qxeRegQueryInfoKey (HKEY hKey, Extbyte * lpClass, LPDWORD lpcchClass, LPDWORD lpReserved, LPDWORD lpcSubKeys, LPDWORD lpcbMaxSubKeyLen, LPDWORD lpcbMaxClassLen, LPDWORD lpcValues, LPDWORD lpcbMaxValueNameLen, LPDWORD lpcbMaxValueLen, LPDWORD lpcbSecurityDescriptor, PFILETIME lpftLastWriteTime); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2421 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2422 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2423 #undef RegQueryValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2424 #define RegQueryValue error_use_qxeRegQueryValue_or_RegQueryValueA_and_RegQueryValueW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2425 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2426 LONG qxeRegQueryValue (HKEY hKey, const Extbyte * lpSubKey, Extbyte * lpData, PLONG lpcbData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2427 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2428 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2429 #undef RegQueryMultipleValues |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2430 #define RegQueryMultipleValues error_use_qxeRegQueryMultipleValues_or_RegQueryMultipleValuesA_and_RegQueryMultipleValuesW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2431 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2432 LONG qxeRegQueryMultipleValues (HKEY hKey, PVALENTW val_list, DWORD num_vals, Extbyte * lpValueBuf, LPDWORD ldwTotsize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2433 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2434 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2435 #undef RegQueryValueEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2436 #define RegQueryValueEx error_use_qxeRegQueryValueEx_or_RegQueryValueExA_and_RegQueryValueExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2437 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2438 LONG qxeRegQueryValueEx (HKEY hKey, const Extbyte * lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2439 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2440 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2441 #undef RegReplaceKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2442 #define RegReplaceKey error_use_qxeRegReplaceKey_or_RegReplaceKeyA_and_RegReplaceKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2443 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2444 LONG qxeRegReplaceKey (HKEY hKey, const Extbyte * lpSubKey, const Extbyte * lpNewFile, const Extbyte * lpOldFile); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2445 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2446 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2447 #undef RegRestoreKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2448 #define RegRestoreKey error_use_qxeRegRestoreKey_or_RegRestoreKeyA_and_RegRestoreKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2449 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2450 LONG qxeRegRestoreKey (HKEY hKey, const Extbyte * lpFile, DWORD dwFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2451 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2452 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2453 #undef RegSaveKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2454 #define RegSaveKey error_use_qxeRegSaveKey_or_RegSaveKeyA_and_RegSaveKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2455 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2456 LONG qxeRegSaveKey (HKEY hKey, const Extbyte * lpFile, LPSECURITY_ATTRIBUTES lpSecurityAttributes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2457 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2458 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2459 #undef RegSetValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2460 #define RegSetValue error_use_qxeRegSetValue_or_RegSetValueA_and_RegSetValueW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2461 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2462 LONG qxeRegSetValue (HKEY hKey, const Extbyte * lpSubKey, DWORD dwType, const Extbyte * lpData, DWORD cbData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2463 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2464 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2465 #undef RegSetValueEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2466 #define RegSetValueEx error_use_qxeRegSetValueEx_or_RegSetValueExA_and_RegSetValueExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2467 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2468 LONG qxeRegSetValueEx (HKEY hKey, const Extbyte * lpValueName, DWORD Reserved, DWORD dwType, CONST BYTE * lpData, DWORD cbData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2469 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2470 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2471 #undef RegUnLoadKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2472 #define RegUnLoadKey error_use_qxeRegUnLoadKey_or_RegUnLoadKeyA_and_RegUnLoadKeyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2473 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2474 LONG qxeRegUnLoadKey (HKEY hKey, const Extbyte * lpSubKey); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2475 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2476 #undef RegGetValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2477 #define RegGetValue error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2478 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2479 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2480 #undef InitiateSystemShutdown |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2481 #define InitiateSystemShutdown error_use_qxeInitiateSystemShutdown_or_InitiateSystemShutdownA_and_InitiateSystemShutdownW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2482 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2483 WINBOOL qxeInitiateSystemShutdown (Extbyte * lpMachineName, Extbyte * lpMessage, DWORD dwTimeout, WINBOOL bForceAppsClosed, WINBOOL bRebootAfterShutdown); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2484 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2485 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2486 #undef AbortSystemShutdown |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2487 #define AbortSystemShutdown error_use_qxeAbortSystemShutdown_or_AbortSystemShutdownA_and_AbortSystemShutdownW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2488 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2489 BOOL qxeAbortSystemShutdown (Extbyte * arg1); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2490 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2491 #undef InitiateSystemShutdownEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2492 #define InitiateSystemShutdownEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2493 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2494 #undef RegSaveKeyEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2495 #define RegSaveKeyEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2496 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2497 #undef RegCopyTree |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2498 #define RegCopyTree error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2499 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2500 #undef RegCreateKeyTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2501 #define RegCreateKeyTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2502 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2503 #undef RegDeleteKeyTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2504 #define RegDeleteKeyTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2505 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2506 #undef RegDeleteKeyValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2507 #define RegDeleteKeyValue error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2508 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2509 #undef RegDeleteTree |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2510 #define RegDeleteTree error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2511 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2512 #undef RegLoadAppKey |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2513 #define RegLoadAppKey error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2514 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2515 #undef RegLoadMUIString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2516 #define RegLoadMUIString error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2517 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2518 #undef RegOpenKeyTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2519 #define RegOpenKeyTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2520 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2521 #undef RegSetKeyValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2522 #define RegSetKeyValue error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2523 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2524 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2525 /* Processing file SYSINFOAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2526 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2527 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2528 #undef GetSystemDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2529 #define GetSystemDirectory error_use_qxeGetSystemDirectory_or_GetSystemDirectoryA_and_GetSystemDirectoryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2530 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2531 UINT qxeGetSystemDirectory (Extbyte * lpBuffer, UINT uSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2532 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2533 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2534 #undef GetWindowsDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2535 #define GetWindowsDirectory error_use_qxeGetWindowsDirectory_or_GetWindowsDirectoryA_and_GetWindowsDirectoryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2536 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2537 UINT qxeGetWindowsDirectory (Extbyte * lpBuffer, UINT uSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2538 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2539 #undef GetSystemWindowsDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2540 #define GetSystemWindowsDirectory error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2541 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2542 #undef GetComputerNameEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2543 #define GetComputerNameEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2544 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2545 #undef SetComputerNameEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2546 #define SetComputerNameEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2547 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2548 #undef GetVersionEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2549 #define GetVersionEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2550 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2551 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2552 /* Processing file COMMDLG.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2553 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2554 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2555 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2556 #undef GetOpenFileName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2557 #define GetOpenFileName error_use_qxeGetOpenFileName_or_GetOpenFileNameA_and_GetOpenFileNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2558 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2559 WINBOOL qxeGetOpenFileName (LPOPENFILENAMEW arg1); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2560 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2561 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2562 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2563 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2564 #undef GetSaveFileName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2565 #define GetSaveFileName error_use_qxeGetSaveFileName_or_GetSaveFileNameA_and_GetSaveFileNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2566 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2567 WINBOOL qxeGetSaveFileName (LPOPENFILENAMEW arg1); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2568 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2569 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2570 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2571 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2572 #undef GetFileTitle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2573 #define GetFileTitle error_use_qxeGetFileTitle_or_GetFileTitleA_and_GetFileTitleW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2574 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2575 short qxeGetFileTitle (const Extbyte * arg1, Extbyte * arg2, WORD arg3); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2576 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2577 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2578 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2579 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2580 #undef ChooseColor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2581 #define ChooseColor error_use_qxeChooseColor_or_ChooseColorA_and_ChooseColorW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2582 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2583 WINBOOL qxeChooseColor (LPCHOOSECOLORW arg1); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2584 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2585 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2586 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2587 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2588 #undef FindText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2589 #define FindText error_use_qxeFindText_or_FindTextA_and_FindTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2590 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2591 HWND qxeFindText (LPFINDREPLACEW arg1); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2592 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2593 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2594 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2595 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2596 #undef ReplaceText |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2597 #define ReplaceText error_use_qxeReplaceText_or_ReplaceTextA_and_ReplaceTextW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2598 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2599 HWND qxeReplaceText (LPFINDREPLACEW arg1); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2600 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2601 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2602 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2603 #undef ChooseFont |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2604 #define ChooseFont error_split_sized_LPLOGFONT_in_LPCHOOSEFONT |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2605 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2606 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2607 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2608 /* Skipping PrintDlg because LPPRINTDLG with split-sized DEVMODE handle */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2609 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2610 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2611 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2612 #undef PrintDlgEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2613 #define PrintDlgEx error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2614 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2615 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2616 #if defined (HAVE_MS_WINDOWS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2617 /* Skipping PageSetupDlg because LPPAGESETUPDLG with split-sized DEVMODE handle */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2618 #endif /* defined (HAVE_MS_WINDOWS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2619 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2620 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2621 /* Processing file SHLOBJ.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2622 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2623 #undef SHGetIconOverlayIndex |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2624 #define SHGetIconOverlayIndex error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2625 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2626 #undef ILCreateFromPath |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2627 #define ILCreateFromPath error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2628 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2629 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2630 #undef SHGetPathFromIDList |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2631 #define SHGetPathFromIDList error_use_qxeSHGetPathFromIDList_or_SHGetPathFromIDListA_and_SHGetPathFromIDListW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2632 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2633 WINBOOL qxeSHGetPathFromIDList (PCIDLIST_ABSOLUTE pidl, Extbyte * pszPath); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2634 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2635 #undef SHCreateDirectoryEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2636 #define SHCreateDirectoryEx error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2637 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2638 /* Skipping SHGetSpecialFolderPath because error in Cygwin prototype, missing from Cygwin libraries */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2639 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2640 #undef SHGetFolderPath |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2641 #define SHGetFolderPath error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2642 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2643 #undef SHSetFolderPath |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2644 #define SHSetFolderPath error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2645 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2646 #undef SHGetFolderPathAndSubDir |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2647 #define SHGetFolderPathAndSubDir error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2648 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2649 /* Skipping SHBrowseForFolder because need to intercept callback for SendMessage */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2650 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2651 #undef SHUpdateImage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2652 #define SHUpdateImage error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2653 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2654 #undef PathIsSlow |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2655 #define PathIsSlow error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2656 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2657 #undef SHStartNetConnectionDialog |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2658 #define SHStartNetConnectionDialog error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2659 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2660 #undef SHDefExtractIcon |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2661 #define SHDefExtractIcon error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2662 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2663 #undef Shell_GetCachedImageIndex |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2664 #define Shell_GetCachedImageIndex error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2665 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2666 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2667 /* Processing file PROCESSTHREADSAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2668 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2669 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2670 #undef GetStartupInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2671 #define GetStartupInfo error_use_qxeGetStartupInfo_or_GetStartupInfoA_and_GetStartupInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2672 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2673 VOID qxeGetStartupInfo (LPSTARTUPINFOW lpStartupInfo); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2674 |
5928 | 2675 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2676 #undef CreateProcess |
5928 | 2677 #define CreateProcess error_use_qxeCreateProcess_or_CreateProcessA_and_CreateProcessW |
2678 #endif | |
2679 WINBOOL qxeCreateProcess (const Extbyte * lpApplicationName, Extbyte * lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, WINBOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, const Extbyte * lpCurrentDirectory, LPSTARTUPINFOW lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation); | |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2680 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2681 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2682 #undef CreateProcessAsUser |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2683 #define CreateProcessAsUser error_use_qxeCreateProcessAsUser_or_CreateProcessAsUserA_and_CreateProcessAsUserW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2684 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2685 WINBOOL qxeCreateProcessAsUser (HANDLE hToken, const Extbyte * lpApplicationName, Extbyte * lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, WINBOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, const Extbyte * lpCurrentDirectory, LPSTARTUPINFOW lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2686 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2687 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2688 /* Processing file WINBASE.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2689 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2690 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2691 #undef GetBinaryType |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2692 #define GetBinaryType error_use_qxeGetBinaryType_or_GetBinaryTypeA_and_GetBinaryTypeW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2693 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2694 WINBOOL qxeGetBinaryType (const Extbyte * lpApplicationName, LPDWORD lpBinaryType); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2695 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2696 #undef GetLongPathNameTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2697 #define GetLongPathNameTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2698 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2699 #undef SetFileShortName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2700 #define SetFileShortName error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2701 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2702 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2703 #undef FormatMessage |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2704 #define FormatMessage error_use_qxeFormatMessage_or_FormatMessageA_and_FormatMessageW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2705 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2706 DWORD qxeFormatMessage (DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, Extbyte * lpBuffer, DWORD nSize, va_list * Arguments); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2707 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2708 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2709 #undef CreateMailslot |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2710 #define CreateMailslot error_use_qxeCreateMailslot_or_CreateMailslotA_and_CreateMailslotW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2711 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2712 HANDLE qxeCreateMailslot (const Extbyte * lpName, DWORD nMaxMessageSize, DWORD lReadTimeout, LPSECURITY_ATTRIBUTES lpSecurityAttributes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2713 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2714 #if !defined (CYGWIN_HEADERS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2715 #undef EncryptFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2716 #define EncryptFile error_Win2K__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2717 #endif /* !defined (CYGWIN_HEADERS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2718 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2719 #if !defined (CYGWIN_HEADERS) |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2720 #undef DecryptFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2721 #define DecryptFile error_Win2K__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2722 #endif /* !defined (CYGWIN_HEADERS) */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2723 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2724 #undef FileEncryptionStatus |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2725 #define FileEncryptionStatus error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2726 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2727 #undef OpenEncryptedFileRaw |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2728 #define OpenEncryptedFileRaw error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2729 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2730 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2731 #undef lstrcmp |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2732 #define lstrcmp error_use_qxelstrcmp_or_lstrcmpA_and_lstrcmpW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2733 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2734 int qxelstrcmp (const Extbyte * lpString1, const Extbyte * lpString2); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2735 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2736 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2737 #undef lstrcmpi |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2738 #define lstrcmpi error_use_qxelstrcmpi_or_lstrcmpiA_and_lstrcmpiW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2739 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2740 int qxelstrcmpi (const Extbyte * lpString1, const Extbyte * lpString2); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2741 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2742 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2743 #undef lstrcpyn |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2744 #define lstrcpyn error_use_qxelstrcpyn_or_lstrcpynA_and_lstrcpynW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2745 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2746 Extbyte * qxelstrcpyn (Extbyte * lpString1, const Extbyte * lpString2, int iMaxLength); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2747 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2748 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2749 #undef lstrcpy |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2750 #define lstrcpy error_use_qxelstrcpy_or_lstrcpyA_and_lstrcpyW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2751 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2752 Extbyte * qxelstrcpy (Extbyte * lpString1, const Extbyte * lpString2); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2753 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2754 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2755 #undef lstrcat |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2756 #define lstrcat error_use_qxelstrcat_or_lstrcatA_and_lstrcatW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2757 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2758 Extbyte * qxelstrcat (Extbyte * lpString1, const Extbyte * lpString2); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2759 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2760 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2761 #undef lstrlen |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2762 #define lstrlen error_use_qxelstrlen_or_lstrlenA_and_lstrlenW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2763 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2764 int qxelstrlen (const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2765 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2766 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2767 #undef CreateSemaphore |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2768 #define CreateSemaphore error_use_qxeCreateSemaphore_or_CreateSemaphoreA_and_CreateSemaphoreW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2769 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2770 HANDLE qxeCreateSemaphore (LPSECURITY_ATTRIBUTES lpSemaphoreAttributes, LONG lInitialCount, LONG lMaximumCount, const Extbyte * lpName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2771 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2772 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2773 #undef CreateWaitableTimer |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2774 #define CreateWaitableTimer error_use_qxeCreateWaitableTimer_or_CreateWaitableTimerA_and_CreateWaitableTimerW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2775 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2776 HANDLE qxeCreateWaitableTimer (LPSECURITY_ATTRIBUTES lpTimerAttributes, WINBOOL bManualReset, const Extbyte * lpTimerName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2777 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2778 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2779 #undef LoadLibrary |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2780 #define LoadLibrary error_use_qxeLoadLibrary_or_LoadLibraryA_and_LoadLibraryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2781 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2782 HMODULE qxeLoadLibrary (const Extbyte * lpLibFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2783 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2784 #undef QueryFullProcessImageName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2785 #define QueryFullProcessImageName error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2786 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2787 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2788 #undef FatalAppExit |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2789 #define FatalAppExit error_use_qxeFatalAppExit_or_FatalAppExitA_and_FatalAppExitW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2790 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2791 VOID qxeFatalAppExit (UINT uAction, const Extbyte * lpMessageText); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2792 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2793 #undef GetFirmwareEnvironmentVariable |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2794 #define GetFirmwareEnvironmentVariable error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2795 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2796 #undef SetFirmwareEnvironmentVariable |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2797 #define SetFirmwareEnvironmentVariable error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2798 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2799 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2800 #undef FindResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2801 #define FindResource error_use_qxeFindResource_or_FindResourceA_and_FindResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2802 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2803 HRSRC qxeFindResource (HMODULE hModule, const Extbyte * lpName, const Extbyte * lpType); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2804 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2805 /* Skipping EnumResourceTypes because different prototypes in VC6 and VC7 */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2806 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2807 /* Skipping EnumResourceNames because different prototypes in VC6 and VC7 */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2808 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2809 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2810 #undef BeginUpdateResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2811 #define BeginUpdateResource error_use_qxeBeginUpdateResource_or_BeginUpdateResourceA_and_BeginUpdateResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2812 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2813 HANDLE qxeBeginUpdateResource (const Extbyte * pFileName, WINBOOL bDeleteExistingResources); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2814 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2815 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2816 #undef UpdateResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2817 #define UpdateResource error_use_qxeUpdateResource_or_UpdateResourceA_and_UpdateResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2818 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2819 WINBOOL qxeUpdateResource (HANDLE hUpdate, const Extbyte * lpType, const Extbyte * lpName, WORD wLanguage, LPVOID lpData, DWORD cb); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2820 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2821 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2822 #undef EndUpdateResource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2823 #define EndUpdateResource error_use_qxeEndUpdateResource_or_EndUpdateResourceA_and_EndUpdateResourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2824 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2825 WINBOOL qxeEndUpdateResource (HANDLE hUpdate, WINBOOL fDiscard); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2826 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2827 #undef GetFirmwareEnvironmentVariableEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2828 #define GetFirmwareEnvironmentVariableEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2829 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2830 #undef SetFirmwareEnvironmentVariableEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2831 #define SetFirmwareEnvironmentVariableEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2832 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2833 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2834 #undef GlobalAddAtom |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2835 #define GlobalAddAtom error_use_qxeGlobalAddAtom_or_GlobalAddAtomA_and_GlobalAddAtomW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2836 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2837 ATOM qxeGlobalAddAtom (const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2838 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2839 #undef GlobalAddAtomEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2840 #define GlobalAddAtomEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2841 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2842 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2843 #undef GlobalFindAtom |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2844 #define GlobalFindAtom error_use_qxeGlobalFindAtom_or_GlobalFindAtomA_and_GlobalFindAtomW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2845 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2846 ATOM qxeGlobalFindAtom (const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2847 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2848 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2849 #undef GlobalGetAtomName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2850 #define GlobalGetAtomName error_use_qxeGlobalGetAtomName_or_GlobalGetAtomNameA_and_GlobalGetAtomNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2851 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2852 UINT qxeGlobalGetAtomName (ATOM nAtom, Extbyte * lpBuffer, int nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2853 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2854 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2855 #undef AddAtom |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2856 #define AddAtom error_use_qxeAddAtom_or_AddAtomA_and_AddAtomW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2857 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2858 ATOM qxeAddAtom (const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2859 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2860 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2861 #undef FindAtom |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2862 #define FindAtom error_use_qxeFindAtom_or_FindAtomA_and_FindAtomW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2863 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2864 ATOM qxeFindAtom (const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2865 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2866 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2867 #undef GetAtomName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2868 #define GetAtomName error_use_qxeGetAtomName_or_GetAtomNameA_and_GetAtomNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2869 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2870 UINT qxeGetAtomName (ATOM nAtom, Extbyte * lpBuffer, int nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2871 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2872 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2873 #undef GetProfileInt |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2874 #define GetProfileInt error_use_qxeGetProfileInt_or_GetProfileIntA_and_GetProfileIntW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2875 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2876 UINT qxeGetProfileInt (const Extbyte * lpAppName, const Extbyte * lpKeyName, INT nDefault); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2877 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2878 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2879 #undef GetProfileString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2880 #define GetProfileString error_use_qxeGetProfileString_or_GetProfileStringA_and_GetProfileStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2881 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2882 DWORD qxeGetProfileString (const Extbyte * lpAppName, const Extbyte * lpKeyName, const Extbyte * lpDefault, Extbyte * lpReturnedString, DWORD nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2883 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2884 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2885 #undef WriteProfileString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2886 #define WriteProfileString error_use_qxeWriteProfileString_or_WriteProfileStringA_and_WriteProfileStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2887 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2888 WINBOOL qxeWriteProfileString (const Extbyte * lpAppName, const Extbyte * lpKeyName, const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2889 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2890 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2891 #undef GetProfileSection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2892 #define GetProfileSection error_use_qxeGetProfileSection_or_GetProfileSectionA_and_GetProfileSectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2893 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2894 DWORD qxeGetProfileSection (const Extbyte * lpAppName, Extbyte * lpReturnedString, DWORD nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2895 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2896 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2897 #undef WriteProfileSection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2898 #define WriteProfileSection error_use_qxeWriteProfileSection_or_WriteProfileSectionA_and_WriteProfileSectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2899 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2900 WINBOOL qxeWriteProfileSection (const Extbyte * lpAppName, const Extbyte * lpString); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2901 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2902 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2903 #undef GetPrivateProfileInt |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2904 #define GetPrivateProfileInt error_use_qxeGetPrivateProfileInt_or_GetPrivateProfileIntA_and_GetPrivateProfileIntW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2905 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2906 UINT qxeGetPrivateProfileInt (const Extbyte * lpAppName, const Extbyte * lpKeyName, INT nDefault, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2907 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2908 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2909 #undef GetPrivateProfileString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2910 #define GetPrivateProfileString error_use_qxeGetPrivateProfileString_or_GetPrivateProfileStringA_and_GetPrivateProfileStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2911 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2912 DWORD qxeGetPrivateProfileString (const Extbyte * lpAppName, const Extbyte * lpKeyName, const Extbyte * lpDefault, Extbyte * lpReturnedString, DWORD nSize, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2913 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2914 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2915 #undef WritePrivateProfileString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2916 #define WritePrivateProfileString error_use_qxeWritePrivateProfileString_or_WritePrivateProfileStringA_and_WritePrivateProfileStringW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2917 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2918 WINBOOL qxeWritePrivateProfileString (const Extbyte * lpAppName, const Extbyte * lpKeyName, const Extbyte * lpString, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2919 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2920 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2921 #undef GetPrivateProfileSection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2922 #define GetPrivateProfileSection error_use_qxeGetPrivateProfileSection_or_GetPrivateProfileSectionA_and_GetPrivateProfileSectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2923 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2924 DWORD qxeGetPrivateProfileSection (const Extbyte * lpAppName, Extbyte * lpReturnedString, DWORD nSize, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2925 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2926 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2927 #undef WritePrivateProfileSection |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2928 #define WritePrivateProfileSection error_use_qxeWritePrivateProfileSection_or_WritePrivateProfileSectionA_and_WritePrivateProfileSectionW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2929 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2930 WINBOOL qxeWritePrivateProfileSection (const Extbyte * lpAppName, const Extbyte * lpString, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2931 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2932 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2933 #undef GetPrivateProfileSectionNames |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2934 #define GetPrivateProfileSectionNames error_use_qxeGetPrivateProfileSectionNames_or_GetPrivateProfileSectionNamesA_and_GetPrivateProfileSectionNamesW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2935 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2936 DWORD qxeGetPrivateProfileSectionNames (Extbyte * lpszReturnBuffer, DWORD nSize, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2937 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2938 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2939 #undef GetPrivateProfileStruct |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2940 #define GetPrivateProfileStruct error_use_qxeGetPrivateProfileStruct_or_GetPrivateProfileStructA_and_GetPrivateProfileStructW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2941 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2942 WINBOOL qxeGetPrivateProfileStruct (const Extbyte * lpszSection, const Extbyte * lpszKey, LPVOID lpStruct, UINT uSizeStruct, const Extbyte * szFile); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2943 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2944 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2945 #undef WritePrivateProfileStruct |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2946 #define WritePrivateProfileStruct error_use_qxeWritePrivateProfileStruct_or_WritePrivateProfileStructA_and_WritePrivateProfileStructW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2947 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2948 WINBOOL qxeWritePrivateProfileStruct (const Extbyte * lpszSection, const Extbyte * lpszKey, LPVOID lpStruct, UINT uSizeStruct, const Extbyte * szFile); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2949 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2950 #undef GetSystemWow64Directory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2951 #define GetSystemWow64Directory error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2952 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2953 #undef SetDllDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2954 #define SetDllDirectory error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2955 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2956 #undef GetDllDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2957 #define GetDllDirectory error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2958 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2959 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2960 #undef CreateDirectoryEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2961 #define CreateDirectoryEx error_use_qxeCreateDirectoryEx_or_CreateDirectoryExA_and_CreateDirectoryExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2962 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2963 WINBOOL qxeCreateDirectoryEx (const Extbyte * lpTemplateDirectory, const Extbyte * lpNewDirectory, LPSECURITY_ATTRIBUTES lpSecurityAttributes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2964 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2965 #undef CreateDirectoryTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2966 #define CreateDirectoryTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2967 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2968 #undef RemoveDirectoryTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2969 #define RemoveDirectoryTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2970 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2971 #undef GetFullPathNameTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2972 #define GetFullPathNameTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2973 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2974 #undef CreateFileTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2975 #define CreateFileTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2976 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2977 #undef SetFileAttributesTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2978 #define SetFileAttributesTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2979 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2980 #undef GetFileAttributesTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2981 #define GetFileAttributesTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2982 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2983 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2984 #undef GetCompressedFileSize |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2985 #define GetCompressedFileSize error_use_qxeGetCompressedFileSize_or_GetCompressedFileSizeA_and_GetCompressedFileSizeW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2986 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2987 DWORD qxeGetCompressedFileSize (const Extbyte * lpFileName, LPDWORD lpFileSizeHigh); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2988 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2989 #undef GetCompressedFileSizeTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2990 #define GetCompressedFileSizeTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2991 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2992 #undef DeleteFileTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2993 #define DeleteFileTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2994 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2995 #undef CheckNameLegalDOS8Dot3 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2996 #define CheckNameLegalDOS8Dot3 error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2997 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2998 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
2999 #undef CopyFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3000 #define CopyFile error_use_qxeCopyFile_or_CopyFileA_and_CopyFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3001 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3002 WINBOOL qxeCopyFile (const Extbyte * lpExistingFileName, const Extbyte * lpNewFileName, WINBOOL bFailIfExists); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3003 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3004 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3005 #undef CopyFileEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3006 #define CopyFileEx error_use_qxeCopyFileEx_or_CopyFileExA_and_CopyFileExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3007 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3008 WINBOOL qxeCopyFileEx (const Extbyte * lpExistingFileName, const Extbyte * lpNewFileName, LPPROGRESS_ROUTINE lpProgressRoutine, LPVOID lpData, LPBOOL pbCancel, DWORD dwCopyFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3009 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3010 #undef FindFirstFileTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3011 #define FindFirstFileTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3012 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3013 #undef CopyFileTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3014 #define CopyFileTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3015 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3016 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3017 #undef MoveFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3018 #define MoveFile error_use_qxeMoveFile_or_MoveFileA_and_MoveFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3019 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3020 WINBOOL qxeMoveFile (const Extbyte * lpExistingFileName, const Extbyte * lpNewFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3021 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3022 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3023 #undef MoveFileEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3024 #define MoveFileEx error_use_qxeMoveFileEx_or_MoveFileExA_and_MoveFileExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3025 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3026 WINBOOL qxeMoveFileEx (const Extbyte * lpExistingFileName, const Extbyte * lpNewFileName, DWORD dwFlags); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3027 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3028 #undef MoveFileWithProgress |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3029 #define MoveFileWithProgress error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3030 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3031 #undef MoveFileTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3032 #define MoveFileTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3033 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3034 #undef ReplaceFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3035 #define ReplaceFile error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3036 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3037 #undef CreateHardLink |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3038 #define CreateHardLink error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3039 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3040 #undef CreateHardLinkTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3041 #define CreateHardLinkTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3042 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3043 #undef FindFirstStream |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3044 #define FindFirstStream error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3045 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3046 #undef FindNextStream |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3047 #define FindNextStream error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3048 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3049 #undef FindFirstStreamTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3050 #define FindFirstStreamTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3051 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3052 #undef FindFirstFileName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3053 #define FindFirstFileName error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3054 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3055 #undef FindNextFileName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3056 #define FindNextFileName error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3057 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3058 #undef FindFirstFileNameTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3059 #define FindFirstFileNameTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3060 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3061 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3062 #undef GetNamedPipeHandleState |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3063 #define GetNamedPipeHandleState error_use_qxeGetNamedPipeHandleState_or_GetNamedPipeHandleStateA_and_GetNamedPipeHandleStateW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3064 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3065 WINBOOL qxeGetNamedPipeHandleState (HANDLE hNamedPipe, LPDWORD lpState, LPDWORD lpCurInstances, LPDWORD lpMaxCollectionCount, LPDWORD lpCollectDataTimeout, Extbyte * lpUserName, DWORD nMaxUserNameSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3066 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3067 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3068 #undef CallNamedPipe |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3069 #define CallNamedPipe error_use_qxeCallNamedPipe_or_CallNamedPipeA_and_CallNamedPipeW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3070 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3071 WINBOOL qxeCallNamedPipe (const Extbyte * lpNamedPipeName, LPVOID lpInBuffer, DWORD nInBufferSize, LPVOID lpOutBuffer, DWORD nOutBufferSize, LPDWORD lpBytesRead, DWORD nTimeOut); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3072 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3073 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3074 #undef SetVolumeLabel |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3075 #define SetVolumeLabel error_use_qxeSetVolumeLabel_or_SetVolumeLabelA_and_SetVolumeLabelW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3076 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3077 WINBOOL qxeSetVolumeLabel (const Extbyte * lpRootPathName, const Extbyte * lpVolumeName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3078 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3079 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3080 #undef ClearEventLog |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3081 #define ClearEventLog error_use_qxeClearEventLog_or_ClearEventLogA_and_ClearEventLogW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3082 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3083 WINBOOL qxeClearEventLog (HANDLE hEventLog, const Extbyte * lpBackupFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3084 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3085 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3086 #undef BackupEventLog |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3087 #define BackupEventLog error_use_qxeBackupEventLog_or_BackupEventLogA_and_BackupEventLogW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3088 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3089 WINBOOL qxeBackupEventLog (HANDLE hEventLog, const Extbyte * lpBackupFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3090 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3091 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3092 #undef OpenEventLog |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3093 #define OpenEventLog error_use_qxeOpenEventLog_or_OpenEventLogA_and_OpenEventLogW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3094 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3095 HANDLE qxeOpenEventLog (const Extbyte * lpUNCServerName, const Extbyte * lpSourceName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3096 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3097 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3098 #undef RegisterEventSource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3099 #define RegisterEventSource error_use_qxeRegisterEventSource_or_RegisterEventSourceA_and_RegisterEventSourceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3100 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3101 HANDLE qxeRegisterEventSource (const Extbyte * lpUNCServerName, const Extbyte * lpSourceName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3102 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3103 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3104 #undef OpenBackupEventLog |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3105 #define OpenBackupEventLog error_use_qxeOpenBackupEventLog_or_OpenBackupEventLogA_and_OpenBackupEventLogW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3106 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3107 HANDLE qxeOpenBackupEventLog (const Extbyte * lpUNCServerName, const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3108 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3109 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3110 #undef ReadEventLog |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3111 #define ReadEventLog error_use_qxeReadEventLog_or_ReadEventLogA_and_ReadEventLogW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3112 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3113 WINBOOL qxeReadEventLog (HANDLE hEventLog, DWORD dwReadFlags, DWORD dwRecordOffset, LPVOID lpBuffer, DWORD nNumberOfBytesToRead, DWORD * pnBytesRead, DWORD * pnMinNumberOfBytesNeeded); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3114 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3115 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3116 #undef ReportEvent |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3117 #define ReportEvent error_use_qxeReportEvent_or_ReportEventA_and_ReportEventW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3118 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3119 WINBOOL qxeReportEvent (HANDLE hEventLog, WORD wType, WORD wCategory, DWORD dwEventID, PSID lpUserSid, WORD wNumStrings, DWORD dwDataSize, const Extbyte * * lpStrings, LPVOID lpRawData); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3120 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3121 #undef ReadDirectoryChanges |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3122 #define ReadDirectoryChanges error_Unicode_only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3123 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3124 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3125 #undef IsBadStringPtr |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3126 #define IsBadStringPtr error_use_qxeIsBadStringPtr_or_IsBadStringPtrA_and_IsBadStringPtrW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3127 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3128 WINBOOL qxeIsBadStringPtr (const Extbyte * lpsz, UINT_PTR ucchMax); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3129 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3130 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3131 #undef LookupAccountSid |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3132 #define LookupAccountSid error_use_qxeLookupAccountSid_or_LookupAccountSidA_and_LookupAccountSidW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3133 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3134 WINBOOL qxeLookupAccountSid (const Extbyte * lpSystemName, PSID Sid, Extbyte * Name, LPDWORD cchName, Extbyte * ReferencedDomainName, LPDWORD cchReferencedDomainName, PSID_NAME_USE peUse); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3135 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3136 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3137 #undef LookupAccountName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3138 #define LookupAccountName error_use_qxeLookupAccountName_or_LookupAccountNameA_and_LookupAccountNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3139 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3140 WINBOOL qxeLookupAccountName (const Extbyte * lpSystemName, const Extbyte * lpAccountName, PSID Sid, LPDWORD cbSid, Extbyte * ReferencedDomainName, LPDWORD cchReferencedDomainName, PSID_NAME_USE peUse); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3141 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3142 #undef LookupAccountNameLocal |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3143 #define LookupAccountNameLocal error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3144 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3145 #undef LookupAccountSidLocal |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3146 #define LookupAccountSidLocal error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3147 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3148 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3149 #undef LookupPrivilegeValue |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3150 #define LookupPrivilegeValue error_use_qxeLookupPrivilegeValue_or_LookupPrivilegeValueA_and_LookupPrivilegeValueW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3151 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3152 WINBOOL qxeLookupPrivilegeValue (const Extbyte * lpSystemName, const Extbyte * lpName, PLUID lpLuid); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3153 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3154 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3155 #undef LookupPrivilegeName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3156 #define LookupPrivilegeName error_use_qxeLookupPrivilegeName_or_LookupPrivilegeNameA_and_LookupPrivilegeNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3157 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3158 WINBOOL qxeLookupPrivilegeName (const Extbyte * lpSystemName, PLUID lpLuid, Extbyte * lpName, LPDWORD cchName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3159 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3160 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3161 #undef LookupPrivilegeDisplayName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3162 #define LookupPrivilegeDisplayName error_use_qxeLookupPrivilegeDisplayName_or_LookupPrivilegeDisplayNameA_and_LookupPrivilegeDisplayNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3163 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3164 WINBOOL qxeLookupPrivilegeDisplayName (const Extbyte * lpSystemName, const Extbyte * lpName, Extbyte * lpDisplayName, LPDWORD cchDisplayName, LPDWORD lpLanguageId); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3165 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3166 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3167 #undef BuildCommDCB |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3168 #define BuildCommDCB error_use_qxeBuildCommDCB_or_BuildCommDCBA_and_BuildCommDCBW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3169 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3170 WINBOOL qxeBuildCommDCB (const Extbyte * lpDef, LPDCB lpDCB); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3171 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3172 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3173 #undef BuildCommDCBAndTimeouts |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3174 #define BuildCommDCBAndTimeouts error_use_qxeBuildCommDCBAndTimeouts_or_BuildCommDCBAndTimeoutsA_and_BuildCommDCBAndTimeoutsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3175 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3176 WINBOOL qxeBuildCommDCBAndTimeouts (const Extbyte * lpDef, LPDCB lpDCB, LPCOMMTIMEOUTS lpCommTimeouts); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3177 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3178 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3179 #undef CommConfigDialog |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3180 #define CommConfigDialog error_use_qxeCommConfigDialog_or_CommConfigDialogA_and_CommConfigDialogW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3181 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3182 WINBOOL qxeCommConfigDialog (const Extbyte * lpszName, HWND hWnd, LPCOMMCONFIG lpCC); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3183 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3184 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3185 #undef GetDefaultCommConfig |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3186 #define GetDefaultCommConfig error_use_qxeGetDefaultCommConfig_or_GetDefaultCommConfigA_and_GetDefaultCommConfigW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3187 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3188 WINBOOL qxeGetDefaultCommConfig (const Extbyte * lpszName, LPCOMMCONFIG lpCC, LPDWORD lpdwSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3189 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3190 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3191 #undef SetDefaultCommConfig |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3192 #define SetDefaultCommConfig error_use_qxeSetDefaultCommConfig_or_SetDefaultCommConfigA_and_SetDefaultCommConfigW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3193 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3194 WINBOOL qxeSetDefaultCommConfig (const Extbyte * lpszName, LPCOMMCONFIG lpCC, DWORD dwSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3195 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3196 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3197 #undef GetComputerName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3198 #define GetComputerName error_use_qxeGetComputerName_or_GetComputerNameA_and_GetComputerNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3199 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3200 WINBOOL qxeGetComputerName (Extbyte * lpBuffer, LPDWORD nSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3201 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3202 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3203 #undef SetComputerName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3204 #define SetComputerName error_use_qxeSetComputerName_or_SetComputerNameA_and_SetComputerNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3205 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3206 WINBOOL qxeSetComputerName (const Extbyte * lpComputerName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3207 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3208 #undef DnsHostnameToComputerName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3209 #define DnsHostnameToComputerName error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3210 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3211 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3212 #undef GetUserName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3213 #define GetUserName error_use_qxeGetUserName_or_GetUserNameA_and_GetUserNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3214 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3215 WINBOOL qxeGetUserName (Extbyte * lpBuffer, LPDWORD pcbBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3216 |
5928 | 3217 /* Skipping LogonUser because HST_LPC...pblm_unused */ |
5920
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3218 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3219 #undef LogonUserEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3220 #define LogonUserEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3221 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3222 #undef CreateProcessWithLogon |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3223 #define CreateProcessWithLogon error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3224 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3225 #undef CreateProcessWithToken |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3226 #define CreateProcessWithToken error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3227 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3228 #undef GetCurrentHwProfile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3229 #define GetCurrentHwProfile error_split_sized_LPHW_PROFILE_INFO__NT_4_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3230 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3231 #undef VerifyVersionInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3232 #define VerifyVersionInfo error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3233 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3234 #undef CreateJobObject |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3235 #define CreateJobObject error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3236 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3237 #undef OpenJobObject |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3238 #define OpenJobObject error_NT_5_0__only |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3239 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3240 #undef FindFirstVolumeMountPoint |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3241 #define FindFirstVolumeMountPoint error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3242 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3243 #undef FindNextVolumeMountPoint |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3244 #define FindNextVolumeMountPoint error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3245 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3246 #undef SetVolumeMountPoint |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3247 #define SetVolumeMountPoint error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3248 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3249 #undef CreateActCtx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3250 #define CreateActCtx error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3251 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3252 #undef FindActCtxSectionString |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3253 #define FindActCtxSectionString error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3254 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3255 #undef QueryActCtx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3256 #define QueryActCtx error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3257 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3258 #undef CreateSymbolicLink |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3259 #define CreateSymbolicLink error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3260 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3261 #undef CreateSymbolicLinkTransacted |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3262 #define CreateSymbolicLinkTransacted error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3263 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3264 #undef QueryActCtxSettings |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3265 #define QueryActCtxSettings error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3266 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3267 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3268 /* Processing file FILEAPI.H */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3269 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3270 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3271 #undef CreateFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3272 #define CreateFile error_use_qxeCreateFile_or_CreateFileA_and_CreateFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3273 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3274 HANDLE qxeCreateFile (const Extbyte * lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3275 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3276 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3277 #undef DefineDosDevice |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3278 #define DefineDosDevice error_use_qxeDefineDosDevice_or_DefineDosDeviceA_and_DefineDosDeviceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3279 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3280 WINBOOL qxeDefineDosDevice (DWORD dwFlags, const Extbyte * lpDeviceName, const Extbyte * lpTargetPath); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3281 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3282 #undef DeleteVolumeMountPoint |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3283 #define DeleteVolumeMountPoint error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3284 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3285 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3286 #undef FindFirstChangeNotification |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3287 #define FindFirstChangeNotification error_use_qxeFindFirstChangeNotification_or_FindFirstChangeNotificationA_and_FindFirstChangeNotificationW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3288 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3289 HANDLE qxeFindFirstChangeNotification (const Extbyte * lpPathName, WINBOOL bWatchSubtree, DWORD dwNotifyFilter); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3290 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3291 #undef FindFirstFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3292 #define FindFirstFile error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3293 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3294 #undef FindFirstVolume |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3295 #define FindFirstVolume error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3296 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3297 #undef FindNextVolume |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3298 #define FindNextVolume error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3299 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3300 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3301 #undef GetDiskFreeSpace |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3302 #define GetDiskFreeSpace error_use_qxeGetDiskFreeSpace_or_GetDiskFreeSpaceA_and_GetDiskFreeSpaceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3303 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3304 WINBOOL qxeGetDiskFreeSpace (const Extbyte * lpRootPathName, LPDWORD lpSectorsPerCluster, LPDWORD lpBytesPerSector, LPDWORD lpNumberOfFreeClusters, LPDWORD lpTotalNumberOfClusters); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3305 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3306 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3307 #undef GetDriveType |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3308 #define GetDriveType error_use_qxeGetDriveType_or_GetDriveTypeA_and_GetDriveTypeW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3309 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3310 UINT qxeGetDriveType (const Extbyte * lpRootPathName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3311 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3312 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3313 #undef GetFileAttributes |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3314 #define GetFileAttributes error_use_qxeGetFileAttributes_or_GetFileAttributesA_and_GetFileAttributesW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3315 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3316 DWORD qxeGetFileAttributes (const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3317 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3318 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3319 #undef GetFullPathName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3320 #define GetFullPathName error_use_qxeGetFullPathName_or_GetFullPathNameA_and_GetFullPathNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3321 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3322 DWORD qxeGetFullPathName (const Extbyte * lpFileName, DWORD nBufferLength, Extbyte * lpBuffer, Extbyte * * lpFilePart); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3323 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3324 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3325 #undef GetLogicalDriveStrings |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3326 #define GetLogicalDriveStrings error_use_qxeGetLogicalDriveStrings_or_GetLogicalDriveStringsA_and_GetLogicalDriveStringsW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3327 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3328 DWORD qxeGetLogicalDriveStrings (DWORD nBufferLength, Extbyte * lpBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3329 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3330 #undef GetLongPathName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3331 #define GetLongPathName error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3332 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3333 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3334 #undef GetShortPathName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3335 #define GetShortPathName error_use_qxeGetShortPathName_or_GetShortPathNameA_and_GetShortPathNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3336 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3337 DWORD qxeGetShortPathName (const Extbyte * lpszLongPath, Extbyte * lpszShortPath, DWORD cchBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3338 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3339 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3340 #undef GetTempFileName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3341 #define GetTempFileName error_use_qxeGetTempFileName_or_GetTempFileNameA_and_GetTempFileNameW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3342 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3343 UINT qxeGetTempFileName (const Extbyte * lpPathName, const Extbyte * lpPrefixString, UINT uUnique, Extbyte * lpTempFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3344 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3345 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3346 #undef GetVolumeInformation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3347 #define GetVolumeInformation error_use_qxeGetVolumeInformation_or_GetVolumeInformationA_and_GetVolumeInformationW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3348 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3349 WINBOOL qxeGetVolumeInformation (const Extbyte * lpRootPathName, Extbyte * lpVolumeNameBuffer, DWORD nVolumeNameSize, LPDWORD lpVolumeSerialNumber, LPDWORD lpMaximumComponentLength, LPDWORD lpFileSystemFlags, Extbyte * lpFileSystemNameBuffer, DWORD nFileSystemNameSize); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3350 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3351 #undef GetVolumePathName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3352 #define GetVolumePathName error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3353 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3354 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3355 #undef QueryDosDevice |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3356 #define QueryDosDevice error_use_qxeQueryDosDevice_or_QueryDosDeviceA_and_QueryDosDeviceW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3357 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3358 DWORD qxeQueryDosDevice (const Extbyte * lpDeviceName, Extbyte * lpTargetPath, DWORD ucchMax); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3359 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3360 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3361 #undef GetTempPath |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3362 #define GetTempPath error_use_qxeGetTempPath_or_GetTempPathA_and_GetTempPathW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3363 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3364 DWORD qxeGetTempPath (DWORD nBufferLength, Extbyte * lpBuffer); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3365 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3366 #undef GetVolumeNameForVolumeMountPoint |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3367 #define GetVolumeNameForVolumeMountPoint error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3368 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3369 #undef GetVolumePathNamesForVolumeName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3370 #define GetVolumePathNamesForVolumeName error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3371 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3372 #undef GetFinalPathNameByHandle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3373 #define GetFinalPathNameByHandle error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3374 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3375 #undef GetVolumeInformationByHandle |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3376 #define GetVolumeInformationByHandle error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3377 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3378 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3379 #undef CreateDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3380 #define CreateDirectory error_use_qxeCreateDirectory_or_CreateDirectoryA_and_CreateDirectoryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3381 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3382 WINBOOL qxeCreateDirectory (const Extbyte * lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3383 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3384 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3385 #undef DeleteFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3386 #define DeleteFile error_use_qxeDeleteFile_or_DeleteFileA_and_DeleteFileW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3387 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3388 WINBOOL qxeDeleteFile (const Extbyte * lpFileName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3389 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3390 #undef FindFirstFileEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3391 #define FindFirstFileEx error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3392 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3393 #undef FindNextFile |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3394 #define FindNextFile error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3395 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3396 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3397 #undef GetDiskFreeSpaceEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3398 #define GetDiskFreeSpaceEx error_use_qxeGetDiskFreeSpaceEx_or_GetDiskFreeSpaceExA_and_GetDiskFreeSpaceExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3399 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3400 WINBOOL qxeGetDiskFreeSpaceEx (const Extbyte * lpDirectoryName, PULARGE_INTEGER lpFreeBytesAvailableToCaller, PULARGE_INTEGER lpTotalNumberOfBytes, PULARGE_INTEGER lpTotalNumberOfFreeBytes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3401 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3402 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3403 #undef GetFileAttributesEx |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3404 #define GetFileAttributesEx error_use_qxeGetFileAttributesEx_or_GetFileAttributesExA_and_GetFileAttributesExW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3405 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3406 WINBOOL qxeGetFileAttributesEx (const Extbyte * lpFileName, GET_FILEEX_INFO_LEVELS fInfoLevelId, LPVOID lpFileInformation); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3407 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3408 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3409 #undef RemoveDirectory |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3410 #define RemoveDirectory error_use_qxeRemoveDirectory_or_RemoveDirectoryA_and_RemoveDirectoryW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3411 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3412 WINBOOL qxeRemoveDirectory (const Extbyte * lpPathName); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3413 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3414 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3415 #undef SetFileAttributes |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3416 #define SetFileAttributes error_use_qxeSetFileAttributes_or_SetFileAttributesA_and_SetFileAttributesW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3417 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3418 WINBOOL qxeSetFileAttributes (const Extbyte * lpFileName, DWORD dwFileAttributes); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3419 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3420 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3421 /* Processing file ACLAPI.h */ |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3422 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3423 #undef SetEntriesInAcl |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3424 #define SetEntriesInAcl error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3425 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3426 #undef GetExplicitEntriesFromAcl |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3427 #define GetExplicitEntriesFromAcl error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3428 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3429 #undef GetEffectiveRightsFromAcl |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3430 #define GetEffectiveRightsFromAcl error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3431 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3432 #undef GetAuditedPermissionsFromAcl |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3433 #define GetAuditedPermissionsFromAcl error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3434 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3435 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3436 #undef GetNamedSecurityInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3437 #define GetNamedSecurityInfo error_use_qxeGetNamedSecurityInfo_or_GetNamedSecurityInfoA_and_GetNamedSecurityInfoW |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3438 #endif |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3439 DWORD qxeGetNamedSecurityInfo (const Extbyte * pObjectName, SE_OBJECT_TYPE ObjectType, SECURITY_INFORMATION SecurityInfo, PSID * ppsidOwner, PSID * ppsidGroup, PACL * ppDacl, PACL * ppSacl, PSECURITY_DESCRIPTOR * ppSecurityDescriptor); |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3440 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3441 #undef SetNamedSecurityInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3442 #define SetNamedSecurityInfo error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3443 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3444 #undef GetInheritanceSource |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3445 #define GetInheritanceSource error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3446 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3447 #undef TreeResetNamedSecurityInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3448 #define TreeResetNamedSecurityInfo error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3449 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3450 #undef BuildSecurityDescriptor |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3451 #define BuildSecurityDescriptor error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3452 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3453 #undef LookupSecurityDescriptorParts |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3454 #define LookupSecurityDescriptorParts error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3455 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3456 #undef BuildExplicitAccessWithName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3457 #define BuildExplicitAccessWithName error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3458 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3459 #undef BuildImpersonateExplicitAccessWithName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3460 #define BuildImpersonateExplicitAccessWithName error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3461 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3462 #undef BuildTrusteeWithName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3463 #define BuildTrusteeWithName error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3464 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3465 #undef BuildImpersonateTrustee |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3466 #define BuildImpersonateTrustee error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3467 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3468 #undef BuildTrusteeWithSid |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3469 #define BuildTrusteeWithSid error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3470 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3471 #undef BuildTrusteeWithObjectsAndSid |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3472 #define BuildTrusteeWithObjectsAndSid error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3473 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3474 #undef BuildTrusteeWithObjectsAndName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3475 #define BuildTrusteeWithObjectsAndName error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3476 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3477 #undef GetTrusteeName |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3478 #define GetTrusteeName error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3479 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3480 #undef GetTrusteeType |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3481 #define GetTrusteeType error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3482 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3483 #undef GetTrusteeForm |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3484 #define GetTrusteeForm error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3485 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3486 #undef GetMultipleTrusteeOperation |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3487 #define GetMultipleTrusteeOperation error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3488 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3489 #undef GetMultipleTrustee |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3490 #define GetMultipleTrustee error_Function_needs_review_to_determine_how_to_handle_it |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3491 |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3492 #undef TreeSetNamedSecurityInfo |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3493 #define TreeSetNamedSecurityInfo error_HST__new_____needs_review |
0f2338afbabf
Minimum necessary to get started:
Henry Thompson <ht@markup.co.uk>
parents:
4911
diff
changeset
|
3494 |