| [10218] | 1 | /* $Id: os2wrap.h,v 1.16 2003-08-08 14:55:15 sandervl Exp $ */ | 
|---|
| [48] | 2 | #ifndef __OS2WRAP_H__ | 
|---|
|  | 3 | #define __OS2WRAP_H__ | 
|---|
|  | 4 |  | 
|---|
| [21405] | 5 | #ifdef __EMX__ | 
|---|
|  | 6 | #define OS2EMX_PLAIN_CHAR | 
|---|
|  | 7 | #endif | 
|---|
|  | 8 |  | 
|---|
| [119] | 9 | #include <os2.h> | 
|---|
| [48] | 10 | #include <os2sel.h> | 
|---|
| [119] | 11 | #include <os2newapi.h> | 
|---|
| [48] | 12 |  | 
|---|
| [21597] | 13 | // VAC: inline is a C++ keyword, must be translated to _Inline in C code | 
|---|
|  | 14 | #if (defined(__IBMCPP__) || defined(__IBMC__)) | 
|---|
|  | 15 | #ifndef __cplusplus | 
|---|
|  | 16 | #define inline  _Inline | 
|---|
| [1316] | 17 | #endif | 
|---|
| [21597] | 18 | #endif | 
|---|
| [1316] | 19 |  | 
|---|
| [48] | 20 | #ifdef INCL_DOSMEMMGR | 
|---|
| [2982] | 21 |  | 
|---|
| [10218] | 22 | APIRET APIENTRY _DosAliasMem(PVOID pb, ULONG cb, PPVOID ppbAlias, ULONG fl); | 
|---|
| [2982] | 23 |  | 
|---|
|  | 24 | #undef  DosAliasMem | 
|---|
|  | 25 | #define DosAliasMem _DosAliasMem | 
|---|
|  | 26 |  | 
|---|
| [10218] | 27 | ULONG  APIENTRY _DosAllocMem(PPVOID a, ULONG b, ULONG c); | 
|---|
| [48] | 28 |  | 
|---|
| [119] | 29 | #undef  DosAllocMem | 
|---|
|  | 30 | #define DosAllocMem _DosAllocMem | 
|---|
|  | 31 |  | 
|---|
| [10218] | 32 | ULONG APIENTRY _DosAllocSharedMem(PPVOID a, PCSZ b, ULONG c, ULONG d); | 
|---|
| [48] | 33 |  | 
|---|
| [119] | 34 | #undef  DosAllocSharedMem | 
|---|
|  | 35 | #define DosAllocSharedMem _DosAllocSharedMem | 
|---|
|  | 36 |  | 
|---|
| [10218] | 37 | ULONG APIENTRY _DosFreeMem(PVOID a); | 
|---|
| [48] | 38 |  | 
|---|
| [119] | 39 | #undef  DosFreeMem | 
|---|
|  | 40 | #define DosFreeMem _DosFreeMem | 
|---|
|  | 41 |  | 
|---|
| [10218] | 42 | ULONG APIENTRY _DosGetNamedSharedMem(PPVOID a, PCSZ b, ULONG c); | 
|---|
| [48] | 43 |  | 
|---|
| [119] | 44 | #undef  DosGetNamedSharedMem | 
|---|
|  | 45 | #define DosGetNamedSharedMem _DosGetNamedSharedMem | 
|---|
|  | 46 |  | 
|---|
| [10218] | 47 | ULONG APIENTRY _DosGetSharedMem(PVOID a, ULONG b); | 
|---|
| [48] | 48 |  | 
|---|
| [119] | 49 | #undef  DosGetSharedMem | 
|---|
|  | 50 | #define DosGetSharedMem _DosGetSharedMem | 
|---|
|  | 51 |  | 
|---|
| [10218] | 52 | ULONG APIENTRY _DosGiveSharedMem(PVOID a, PID b, ULONG c); | 
|---|
| [48] | 53 |  | 
|---|
| [119] | 54 | #undef  DosGiveSharedMem | 
|---|
|  | 55 | #define DosGiveSharedMem _DosGiveSharedMem | 
|---|
|  | 56 |  | 
|---|
| [10218] | 57 | ULONG APIENTRY _DosQueryMem(PVOID a, PULONG b, PULONG c); | 
|---|
| [48] | 58 |  | 
|---|
| [119] | 59 | #undef  DosQueryMem | 
|---|
|  | 60 | #define DosQueryMem _DosQueryMem | 
|---|
|  | 61 |  | 
|---|
| [10218] | 62 | ULONG APIENTRY _DosSetMem(PVOID a, ULONG b, ULONG c); | 
|---|
| [48] | 63 |  | 
|---|
| [119] | 64 | #undef  DosSetMem | 
|---|
|  | 65 | #define DosSetMem _DosSetMem | 
|---|
|  | 66 |  | 
|---|
| [10218] | 67 | ULONG APIENTRY _DosSubAllocMem(PVOID a, PPVOID b, ULONG c); | 
|---|
| [48] | 68 |  | 
|---|
| [119] | 69 | #undef  DosSubAllocMem | 
|---|
|  | 70 | #define DosSubAllocMem _DosSubAllocMem | 
|---|
|  | 71 |  | 
|---|
| [10218] | 72 | ULONG APIENTRY _DosSubFreeMem(PVOID a, PVOID b, ULONG c); | 
|---|
| [48] | 73 |  | 
|---|
| [119] | 74 | #undef  DosSubFreeMem | 
|---|
|  | 75 | #define DosSubFreeMem _DosSubFreeMem | 
|---|
|  | 76 |  | 
|---|
| [10218] | 77 | ULONG APIENTRY _DosSubSetMem(PVOID a, ULONG b, ULONG c); | 
|---|
| [48] | 78 |  | 
|---|
| [119] | 79 | #undef  DosSubSetMem | 
|---|
|  | 80 | #define DosSubSetMem _DosSubSetMem | 
|---|
|  | 81 |  | 
|---|
| [10218] | 82 | ULONG APIENTRY _DosSubUnsetMem(PVOID a); | 
|---|
| [48] | 83 |  | 
|---|
| [119] | 84 | #undef  DosSubUnsetMem | 
|---|
|  | 85 | #define DosSubUnsetMem _DosSubUnsetMem | 
|---|
|  | 86 |  | 
|---|
| [48] | 87 | #endif | 
|---|
|  | 88 | #ifdef INCL_DOSFILEMGR | 
|---|
| [10218] | 89 | ULONG APIENTRY _DosCancelLockRequest(HFILE a, PFILELOCK b); | 
|---|
| [48] | 90 |  | 
|---|
| [119] | 91 | #undef  DosCancelLockRequest | 
|---|
|  | 92 | #define DosCancelLockRequest _DosCancelLockRequest | 
|---|
|  | 93 |  | 
|---|
| [10218] | 94 | ULONG APIENTRY _DosClose(HFILE a); | 
|---|
| [48] | 95 |  | 
|---|
| [119] | 96 | #undef  DosClose | 
|---|
|  | 97 | #define DosClose _DosClose | 
|---|
|  | 98 |  | 
|---|
| [10218] | 99 | ULONG APIENTRY _DosCopy(PCSZ a, PCSZ b, ULONG c); | 
|---|
| [48] | 100 |  | 
|---|
| [119] | 101 | #undef  DosCopy | 
|---|
|  | 102 | #define DosCopy _DosCopy | 
|---|
|  | 103 |  | 
|---|
| [10218] | 104 | ULONG APIENTRY _DosCreateDir(PCSZ a, PEAOP2 b); | 
|---|
| [48] | 105 |  | 
|---|
| [119] | 106 | #undef  DosCreateDir | 
|---|
|  | 107 | #define DosCreateDir _DosCreateDir | 
|---|
|  | 108 |  | 
|---|
| [10218] | 109 | ULONG APIENTRY _DosDelete(PCSZ a); | 
|---|
| [48] | 110 |  | 
|---|
| [119] | 111 | #undef  DosDelete | 
|---|
|  | 112 | #define DosDelete _DosDelete | 
|---|
|  | 113 |  | 
|---|
| [10218] | 114 | ULONG APIENTRY _DosDeleteDir(PCSZ a); | 
|---|
| [48] | 115 |  | 
|---|
| [119] | 116 | #undef  DosDeleteDir | 
|---|
|  | 117 | #define DosDeleteDir _DosDeleteDir | 
|---|
|  | 118 |  | 
|---|
| [10218] | 119 | ULONG APIENTRY _DosDupHandle(HFILE a, PHFILE b); | 
|---|
| [48] | 120 |  | 
|---|
| [119] | 121 | #undef  DosDupHandle | 
|---|
|  | 122 | #define DosDupHandle _DosDupHandle | 
|---|
|  | 123 |  | 
|---|
| [10218] | 124 | ULONG APIENTRY _DosEditName(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e); | 
|---|
| [48] | 125 |  | 
|---|
| [119] | 126 | #undef  DosEditName | 
|---|
|  | 127 | #define DosEditName _DosEditName | 
|---|
|  | 128 |  | 
|---|
| [10218] | 129 | ULONG APIENTRY _DosEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g); | 
|---|
| [48] | 130 |  | 
|---|
| [119] | 131 | #undef  DosEnumAttribute | 
|---|
|  | 132 | #define DosEnumAttribute _DosEnumAttribute | 
|---|
|  | 133 |  | 
|---|
| [10218] | 134 | ULONG APIENTRY _DosFindClose(HDIR a); | 
|---|
| [48] | 135 |  | 
|---|
| [119] | 136 | #undef  DosFindClose | 
|---|
|  | 137 | #define DosFindClose _DosFindClose | 
|---|
|  | 138 |  | 
|---|
| [10218] | 139 | ULONG APIENTRY _DosFindFirst(PCSZ a, PHDIR b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g); | 
|---|
| [48] | 140 |  | 
|---|
| [119] | 141 | #undef  DosFindFirst | 
|---|
|  | 142 | #define DosFindFirst _DosFindFirst | 
|---|
|  | 143 |  | 
|---|
| [10218] | 144 | ULONG APIENTRY _DosFindNext(HDIR a, PVOID b, ULONG c, PULONG d); | 
|---|
| [48] | 145 |  | 
|---|
| [119] | 146 | #undef  DosFindNext | 
|---|
|  | 147 | #define DosFindNext _DosFindNext | 
|---|
|  | 148 |  | 
|---|
| [10218] | 149 | ULONG APIENTRY _DosForceDelete(PCSZ a); | 
|---|
| [48] | 150 |  | 
|---|
| [119] | 151 | #undef  DosForceDelete | 
|---|
|  | 152 | #define DosForceDelete _DosForceDelete | 
|---|
|  | 153 |  | 
|---|
| [10218] | 154 | ULONG APIENTRY _DosFSAttach(PCSZ a, PCSZ b, PVOID c, ULONG d, ULONG e); | 
|---|
| [48] | 155 |  | 
|---|
| [119] | 156 | #undef  DosFSAttach | 
|---|
|  | 157 | #define DosFSAttach _DosFSAttach | 
|---|
|  | 158 |  | 
|---|
| [10218] | 159 | ULONG APIENTRY _DosFSCtl(PVOID a, ULONG b, PULONG c, PVOID d, ULONG e, PULONG f, ULONG g, PCSZ h, HFILE i, ULONG j); | 
|---|
| [48] | 160 |  | 
|---|
| [119] | 161 | #undef  DosFSCtl | 
|---|
|  | 162 | #define DosFSCtl _DosFSCtl | 
|---|
|  | 163 |  | 
|---|
| [10218] | 164 | ULONG APIENTRY _DosMove(PCSZ a, PCSZ b); | 
|---|
| [48] | 165 |  | 
|---|
| [119] | 166 | #undef  DosMove | 
|---|
|  | 167 | #define DosMove _DosMove | 
|---|
|  | 168 |  | 
|---|
| [10218] | 169 | ULONG APIENTRY _DosOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h); | 
|---|
| [48] | 170 |  | 
|---|
| [119] | 171 | #undef  DosOpen | 
|---|
|  | 172 | #define DosOpen _DosOpen | 
|---|
|  | 173 |  | 
|---|
| [10218] | 174 | ULONG APIENTRY _DosProtectClose(HFILE a, FHLOCK b); | 
|---|
| [48] | 175 |  | 
|---|
| [119] | 176 | #undef  DosProtectClose | 
|---|
|  | 177 | #define DosProtectClose _DosProtectClose | 
|---|
|  | 178 |  | 
|---|
| [10218] | 179 | ULONG APIENTRY _DosProtectEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g, FHLOCK h); | 
|---|
| [48] | 180 |  | 
|---|
| [119] | 181 | #undef  DosProtectEnumAttribute | 
|---|
|  | 182 | #define DosProtectEnumAttribute _DosProtectEnumAttribute | 
|---|
|  | 183 |  | 
|---|
| [10218] | 184 | ULONG APIENTRY _DosProtectOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h, PFHLOCK i); | 
|---|
| [48] | 185 |  | 
|---|
| [119] | 186 | #undef  DosProtectOpen | 
|---|
|  | 187 | #define DosProtectOpen _DosProtectOpen | 
|---|
|  | 188 |  | 
|---|
| [10218] | 189 | ULONG APIENTRY _DosProtectQueryFHState(HFILE a, PULONG b, FHLOCK c); | 
|---|
| [48] | 190 |  | 
|---|
| [119] | 191 | #undef  DosProtectQueryFHState | 
|---|
|  | 192 | #define DosProtectQueryFHState _DosProtectQueryFHState | 
|---|
|  | 193 |  | 
|---|
| [10218] | 194 | ULONG APIENTRY _DosProtectQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e); | 
|---|
| [48] | 195 |  | 
|---|
| [119] | 196 | #undef  DosProtectQueryFileInfo | 
|---|
|  | 197 | #define DosProtectQueryFileInfo _DosProtectQueryFileInfo | 
|---|
|  | 198 |  | 
|---|
| [10218] | 199 | ULONG APIENTRY _DosProtectRead(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e); | 
|---|
| [48] | 200 |  | 
|---|
| [119] | 201 | #undef  DosProtectRead | 
|---|
|  | 202 | #define DosProtectRead _DosProtectRead | 
|---|
|  | 203 |  | 
|---|
| [10218] | 204 | ULONG APIENTRY _DosProtectSetFHState(HFILE a, ULONG b, FHLOCK c); | 
|---|
| [48] | 205 |  | 
|---|
| [119] | 206 | #undef  DosProtectSetFHState | 
|---|
|  | 207 | #define DosProtectSetFHState _DosProtectSetFHState | 
|---|
|  | 208 |  | 
|---|
| [10218] | 209 | ULONG APIENTRY _DosProtectSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e); | 
|---|
| [48] | 210 |  | 
|---|
| [119] | 211 | #undef  DosProtectSetFileInfo | 
|---|
|  | 212 | #define DosProtectSetFileInfo _DosProtectSetFileInfo | 
|---|
|  | 213 |  | 
|---|
| [10218] | 214 | ULONG APIENTRY _DosProtectSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e, FHLOCK f); | 
|---|
| [48] | 215 |  | 
|---|
| [119] | 216 | #undef  DosProtectSetFileLocks | 
|---|
|  | 217 | #define DosProtectSetFileLocks _DosProtectSetFileLocks | 
|---|
|  | 218 |  | 
|---|
| [10218] | 219 | ULONG APIENTRY _DosProtectSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d, FHLOCK e); | 
|---|
| [48] | 220 |  | 
|---|
| [119] | 221 | #undef  DosProtectSetFilePtr | 
|---|
|  | 222 | #define DosProtectSetFilePtr _DosProtectSetFilePtr | 
|---|
|  | 223 |  | 
|---|
| [10218] | 224 | ULONG APIENTRY _DosProtectSetFileSize(HFILE a, ULONG b, FHLOCK c); | 
|---|
| [48] | 225 |  | 
|---|
| [119] | 226 | #undef  DosProtectSetFileSize | 
|---|
|  | 227 | #define DosProtectSetFileSize _DosProtectSetFileSize | 
|---|
|  | 228 |  | 
|---|
| [10218] | 229 | ULONG APIENTRY _DosProtectWrite(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e); | 
|---|
| [48] | 230 |  | 
|---|
| [119] | 231 | #undef  DosProtectWrite | 
|---|
|  | 232 | #define DosProtectWrite _DosProtectWrite | 
|---|
|  | 233 |  | 
|---|
| [10218] | 234 | ULONG APIENTRY _DosQueryCurrentDir(ULONG a, PBYTE b, PULONG c); | 
|---|
| [48] | 235 |  | 
|---|
| [119] | 236 | #undef  DosQueryCurrentDir | 
|---|
|  | 237 | #define DosQueryCurrentDir _DosQueryCurrentDir | 
|---|
|  | 238 |  | 
|---|
| [10218] | 239 | ULONG APIENTRY _DosQueryCurrentDisk(PULONG a, PULONG b); | 
|---|
| [48] | 240 |  | 
|---|
| [119] | 241 | #undef  DosQueryCurrentDisk | 
|---|
|  | 242 | #define DosQueryCurrentDisk _DosQueryCurrentDisk | 
|---|
|  | 243 |  | 
|---|
| [10218] | 244 | ULONG APIENTRY _DosQueryFHState(HFILE a, PULONG b); | 
|---|
| [48] | 245 |  | 
|---|
| [119] | 246 | #undef  DosQueryFHState | 
|---|
|  | 247 | #define DosQueryFHState _DosQueryFHState | 
|---|
|  | 248 |  | 
|---|
| [10218] | 249 | ULONG APIENTRY _DosQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 250 |  | 
|---|
| [119] | 251 | #undef  DosQueryFileInfo | 
|---|
|  | 252 | #define DosQueryFileInfo _DosQueryFileInfo | 
|---|
|  | 253 |  | 
|---|
| [10218] | 254 | ULONG APIENTRY _DosQueryFSAttach(PCSZ a, ULONG b, ULONG c, PFSQBUFFER2 d, PULONG e); | 
|---|
| [48] | 255 |  | 
|---|
| [119] | 256 | #undef  DosQueryFSAttach | 
|---|
|  | 257 | #define DosQueryFSAttach _DosQueryFSAttach | 
|---|
|  | 258 |  | 
|---|
| [10218] | 259 | ULONG APIENTRY _DosQueryFSInfo(ULONG a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 260 |  | 
|---|
| [119] | 261 | #undef  DosQueryFSInfo | 
|---|
|  | 262 | #define DosQueryFSInfo _DosQueryFSInfo | 
|---|
|  | 263 |  | 
|---|
| [10218] | 264 | ULONG APIENTRY _DosQueryHType(HFILE a, PULONG b, PULONG c); | 
|---|
| [48] | 265 |  | 
|---|
| [119] | 266 | #undef  DosQueryHType | 
|---|
|  | 267 | #define DosQueryHType _DosQueryHType | 
|---|
|  | 268 |  | 
|---|
| [10218] | 269 | ULONG APIENTRY _DosQueryPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 270 |  | 
|---|
| [119] | 271 | #undef  DosQueryPathInfo | 
|---|
|  | 272 | #define DosQueryPathInfo _DosQueryPathInfo | 
|---|
|  | 273 |  | 
|---|
| [10218] | 274 | ULONG APIENTRY _DosQueryVerify(PBOOL32 a); | 
|---|
| [48] | 275 |  | 
|---|
| [119] | 276 | #undef  DosQueryVerify | 
|---|
|  | 277 | #define DosQueryVerify _DosQueryVerify | 
|---|
|  | 278 |  | 
|---|
| [10218] | 279 | ULONG APIENTRY _DosRead(HFILE a, PVOID b, ULONG c, PULONG d); | 
|---|
| [48] | 280 |  | 
|---|
| [119] | 281 | #undef  DosRead | 
|---|
|  | 282 | #define DosRead _DosRead | 
|---|
|  | 283 |  | 
|---|
| [10218] | 284 | ULONG APIENTRY _DosResetBuffer(HFILE a); | 
|---|
| [48] | 285 |  | 
|---|
| [119] | 286 | #undef  DosResetBuffer | 
|---|
|  | 287 | #define DosResetBuffer _DosResetBuffer | 
|---|
|  | 288 |  | 
|---|
| [10218] | 289 | ULONG APIENTRY _DosSetCurrentDir(PCSZ a); | 
|---|
| [48] | 290 |  | 
|---|
| [119] | 291 | #undef  DosSetCurrentDir | 
|---|
|  | 292 | #define DosSetCurrentDir _DosSetCurrentDir | 
|---|
|  | 293 |  | 
|---|
| [10218] | 294 | ULONG APIENTRY _DosSetDefaultDisk(ULONG a); | 
|---|
| [48] | 295 |  | 
|---|
| [119] | 296 | #undef  DosSetDefaultDisk | 
|---|
|  | 297 | #define DosSetDefaultDisk _DosSetDefaultDisk | 
|---|
|  | 298 |  | 
|---|
| [10218] | 299 | ULONG APIENTRY _DosSetFHState(HFILE a, ULONG b); | 
|---|
| [48] | 300 |  | 
|---|
| [119] | 301 | #undef  DosSetFHState | 
|---|
|  | 302 | #define DosSetFHState _DosSetFHState | 
|---|
|  | 303 |  | 
|---|
| [10218] | 304 | ULONG APIENTRY _DosSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 305 |  | 
|---|
| [119] | 306 | #undef  DosSetFileInfo | 
|---|
|  | 307 | #define DosSetFileInfo _DosSetFileInfo | 
|---|
|  | 308 |  | 
|---|
| [10218] | 309 | ULONG APIENTRY _DosSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e); | 
|---|
| [48] | 310 |  | 
|---|
| [119] | 311 | #undef  DosSetFileLocks | 
|---|
|  | 312 | #define DosSetFileLocks _DosSetFileLocks | 
|---|
|  | 313 |  | 
|---|
| [10218] | 314 | ULONG APIENTRY _DosSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d); | 
|---|
| [48] | 315 |  | 
|---|
| [119] | 316 | #undef  DosSetFilePtr | 
|---|
|  | 317 | #define DosSetFilePtr _DosSetFilePtr | 
|---|
|  | 318 |  | 
|---|
| [10218] | 319 | ULONG APIENTRY _DosSetFileSize(HFILE a, ULONG b); | 
|---|
| [48] | 320 |  | 
|---|
| [119] | 321 | #undef  DosSetFileSize | 
|---|
|  | 322 | #define DosSetFileSize _DosSetFileSize | 
|---|
|  | 323 |  | 
|---|
| [10218] | 324 | ULONG APIENTRY _DosSetFSInfo(ULONG a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 325 |  | 
|---|
| [119] | 326 | #undef  DosSetFSInfo | 
|---|
|  | 327 | #define DosSetFSInfo _DosSetFSInfo | 
|---|
|  | 328 |  | 
|---|
| [10218] | 329 | ULONG APIENTRY _DosSetMaxFH(ULONG a); | 
|---|
| [48] | 330 |  | 
|---|
| [119] | 331 | #undef  DosSetMaxFH | 
|---|
|  | 332 | #define DosSetMaxFH _DosSetMaxFH | 
|---|
|  | 333 |  | 
|---|
| [10218] | 334 | ULONG APIENTRY _DosSetPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d, ULONG e); | 
|---|
| [48] | 335 |  | 
|---|
| [119] | 336 | #undef  DosSetPathInfo | 
|---|
|  | 337 | #define DosSetPathInfo _DosSetPathInfo | 
|---|
|  | 338 |  | 
|---|
| [10218] | 339 | ULONG APIENTRY _DosSetRelMaxFH(PLONG a, PULONG b); | 
|---|
| [48] | 340 |  | 
|---|
| [119] | 341 | #undef  DosSetRelMaxFH | 
|---|
|  | 342 | #define DosSetRelMaxFH _DosSetRelMaxFH | 
|---|
|  | 343 |  | 
|---|
| [10218] | 344 | ULONG APIENTRY _DosSetVerify(BOOL32 a); | 
|---|
| [48] | 345 |  | 
|---|
| [119] | 346 | #undef  DosSetVerify | 
|---|
|  | 347 | #define DosSetVerify _DosSetVerify | 
|---|
|  | 348 |  | 
|---|
| [10218] | 349 | ULONG APIENTRY _DosShutdown(ULONG a); | 
|---|
| [48] | 350 |  | 
|---|
| [119] | 351 | #undef  DosShutdown | 
|---|
|  | 352 | #define DosShutdown _DosShutdown | 
|---|
|  | 353 |  | 
|---|
| [10218] | 354 | ULONG APIENTRY _DosWrite(HFILE a, PVOID b, ULONG c, PULONG d); | 
|---|
| [48] | 355 |  | 
|---|
| [119] | 356 | #undef  DosWrite | 
|---|
|  | 357 | #define DosWrite _DosWrite | 
|---|
|  | 358 |  | 
|---|
| [48] | 359 | #endif | 
|---|
|  | 360 | #ifdef INCL_DOSMISC | 
|---|
| [10218] | 361 | ULONG APIENTRY _DosSearchPath(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e); | 
|---|
| [48] | 362 |  | 
|---|
| [119] | 363 | #undef  DosSearchPath | 
|---|
|  | 364 | #define DosSearchPath _DosSearchPath | 
|---|
|  | 365 |  | 
|---|
| [10218] | 366 | ULONG APIENTRY  _DosError(ULONG error); | 
|---|
| [299] | 367 |  | 
|---|
|  | 368 | #undef  DosError | 
|---|
|  | 369 | #define DosError _DosError | 
|---|
|  | 370 |  | 
|---|
| [48] | 371 | #endif | 
|---|
|  | 372 | #ifdef INCL_DOSDEVICES | 
|---|
| [10218] | 373 | ULONG APIENTRY _DosDevConfig(PVOID a, ULONG b); | 
|---|
| [48] | 374 |  | 
|---|
| [119] | 375 | #undef  DosDevConfig | 
|---|
|  | 376 | #define DosDevConfig _DosDevConfig | 
|---|
|  | 377 |  | 
|---|
| [10218] | 378 | ULONG APIENTRY _DosDevIOCtl(HFILE a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PVOID g, ULONG h, PULONG i); | 
|---|
| [48] | 379 |  | 
|---|
| [119] | 380 | #undef  DosDevIOCtl | 
|---|
|  | 381 | #define DosDevIOCtl _DosDevIOCtl | 
|---|
|  | 382 |  | 
|---|
| [10218] | 383 | ULONG APIENTRY _DosPhysicalDisk(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e); | 
|---|
| [48] | 384 |  | 
|---|
| [119] | 385 | #undef  DosPhysicalDisk | 
|---|
|  | 386 | #define DosPhysicalDisk _DosPhysicalDisk | 
|---|
|  | 387 |  | 
|---|
| [48] | 388 | #endif | 
|---|
|  | 389 | #ifdef INCL_DOSNLS | 
|---|
| [10218] | 390 | ULONG APIENTRY _DosMapCase(ULONG a, PCOUNTRYCODE b, PCHAR c); | 
|---|
| [48] | 391 |  | 
|---|
| [119] | 392 | #undef  DosMapCase | 
|---|
|  | 393 | #define DosMapCase _DosMapCase | 
|---|
|  | 394 |  | 
|---|
| [10218] | 395 | ULONG APIENTRY _DosQueryCollate(ULONG a, PCOUNTRYCODE b, PCHAR c, PULONG d); | 
|---|
| [48] | 396 |  | 
|---|
| [119] | 397 | #undef  DosQueryCollate | 
|---|
|  | 398 | #define DosQueryCollate _DosQueryCollate | 
|---|
|  | 399 |  | 
|---|
| [10218] | 400 | ULONG APIENTRY _DosQueryCp(ULONG a, PULONG b, PULONG c); | 
|---|
| [48] | 401 |  | 
|---|
| [119] | 402 | #undef  DosQueryCp | 
|---|
|  | 403 | #define DosQueryCp _DosQueryCp | 
|---|
|  | 404 |  | 
|---|
| [10218] | 405 | ULONG APIENTRY _DosQueryCtryInfo(ULONG a, PCOUNTRYCODE b, PCOUNTRYINFO c, PULONG d); | 
|---|
| [48] | 406 |  | 
|---|
| [119] | 407 | #undef  DosQueryCtryInfo | 
|---|
|  | 408 | #define DosQueryCtryInfo _DosQueryCtryInfo | 
|---|
|  | 409 |  | 
|---|
| [10218] | 410 | ULONG APIENTRY _DosQueryDBCSEnv(ULONG a, PCOUNTRYCODE b, PCHAR c); | 
|---|
| [48] | 411 |  | 
|---|
| [119] | 412 | #undef  DosQueryDBCSEnv | 
|---|
|  | 413 | #define DosQueryDBCSEnv _DosQueryDBCSEnv | 
|---|
|  | 414 |  | 
|---|
| [10218] | 415 | ULONG APIENTRY _DosSetProcessCp(ULONG a); | 
|---|
| [48] | 416 |  | 
|---|
| [119] | 417 | #undef  DosSetProcessCp | 
|---|
|  | 418 | #define DosSetProcessCp _DosSetProcessCp | 
|---|
|  | 419 |  | 
|---|
| [48] | 420 | #endif | 
|---|
|  | 421 | #ifdef INCL_DOSMODULEMGR | 
|---|
| [10218] | 422 | ULONG APIENTRY _DosFreeModule(HMODULE a); | 
|---|
| [48] | 423 |  | 
|---|
| [119] | 424 | #undef  DosFreeModule | 
|---|
|  | 425 | #define DosFreeModule _DosFreeModule | 
|---|
|  | 426 |  | 
|---|
| [10218] | 427 | ULONG APIENTRY _DosLoadModule(PSZ a, ULONG b, PCSZ c, PHMODULE d); | 
|---|
| [48] | 428 |  | 
|---|
| [119] | 429 | #undef  DosLoadModule | 
|---|
|  | 430 | #define DosLoadModule _DosLoadModule | 
|---|
|  | 431 |  | 
|---|
| [21424] | 432 | ULONG APIENTRY _DosQueryModFromEIP(PHMODULE a, PULONG b, ULONG c, PCHAR d, PULONG e, ULONG f); | 
|---|
|  | 433 |  | 
|---|
|  | 434 | #undef  DosQueryModFromEIP | 
|---|
|  | 435 | #define DosQueryModFromEIP _DosQueryModFromEIP | 
|---|
|  | 436 |  | 
|---|
| [10218] | 437 | ULONG APIENTRY _DosQueryModuleHandle(PCSZ a, PHMODULE b); | 
|---|
| [48] | 438 |  | 
|---|
| [119] | 439 | #undef  DosQueryModuleHandle | 
|---|
|  | 440 | #define DosQueryModuleHandle _DosQueryModuleHandle | 
|---|
|  | 441 |  | 
|---|
| [10218] | 442 | ULONG APIENTRY _DosQueryModuleName(HMODULE a, ULONG b, PCHAR c); | 
|---|
| [48] | 443 |  | 
|---|
| [119] | 444 | #undef  DosQueryModuleName | 
|---|
|  | 445 | #define DosQueryModuleName _DosQueryModuleName | 
|---|
|  | 446 |  | 
|---|
| [10218] | 447 | ULONG APIENTRY _DosQueryProcAddr(HMODULE a, ULONG b, PCSZ c, PFN *d); | 
|---|
| [48] | 448 |  | 
|---|
| [119] | 449 | #undef  DosQueryProcAddr | 
|---|
|  | 450 | #define DosQueryProcAddr _DosQueryProcAddr | 
|---|
|  | 451 |  | 
|---|
| [10218] | 452 | ULONG APIENTRY _DosQueryProcType(HMODULE a, ULONG b, PCSZ c, PULONG d); | 
|---|
| [48] | 453 |  | 
|---|
| [119] | 454 | #undef  DosQueryProcType | 
|---|
|  | 455 | #define DosQueryProcType _DosQueryProcType | 
|---|
|  | 456 |  | 
|---|
| [48] | 457 | #endif | 
|---|
|  | 458 | #ifdef INCL_DOSRESOURCES | 
|---|
| [10218] | 459 | ULONG APIENTRY _DosFreeResource(PVOID a); | 
|---|
| [48] | 460 |  | 
|---|
| [119] | 461 | #undef  DosFreeResource | 
|---|
|  | 462 | #define DosFreeResource _DosFreeResource | 
|---|
|  | 463 |  | 
|---|
| [10218] | 464 | ULONG APIENTRY _DosGetResource(HMODULE a, ULONG b, ULONG c, PPVOID d); | 
|---|
| [48] | 465 |  | 
|---|
| [119] | 466 | #undef  DosGetResource | 
|---|
|  | 467 | #define DosGetResource _DosGetResource | 
|---|
|  | 468 |  | 
|---|
| [10218] | 469 | ULONG APIENTRY _DosQueryResourceSize(HMODULE a, ULONG b, ULONG c, PULONG d); | 
|---|
| [48] | 470 |  | 
|---|
| [119] | 471 | #undef  DosQueryResourceSize | 
|---|
|  | 472 | #define DosQueryResourceSize _DosQueryResourceSize | 
|---|
|  | 473 |  | 
|---|
| [48] | 474 | #endif | 
|---|
|  | 475 | #ifdef INCL_DOSPROCESS | 
|---|
| [10218] | 476 | ULONG APIENTRY _DosBeep(ULONG a, ULONG b); | 
|---|
| [48] | 477 |  | 
|---|
| [119] | 478 | #undef  DosBeep | 
|---|
|  | 479 | #define DosBeep _DosBeep | 
|---|
|  | 480 |  | 
|---|
| [10218] | 481 | VOID APIENTRY _DosExit(ULONG a, ULONG b); | 
|---|
| [48] | 482 |  | 
|---|
| [119] | 483 | #undef  DosExit | 
|---|
|  | 484 | #define DosExit _DosExit | 
|---|
|  | 485 |  | 
|---|
| [10218] | 486 | ULONG APIENTRY _DosAllocThreadLocalMemory(ULONG a, PULONG *b); | 
|---|
| [48] | 487 |  | 
|---|
| [119] | 488 | #undef  DosAllocThreadLocalMemory | 
|---|
|  | 489 | #define DosAllocThreadLocalMemory _DosAllocThreadLocalMemory | 
|---|
|  | 490 |  | 
|---|
| [10218] | 491 | ULONG APIENTRY _DosCreateThread(PTID a, PFNTHREAD b, ULONG c, ULONG d, ULONG e); | 
|---|
| [48] | 492 |  | 
|---|
| [119] | 493 | #undef  DosCreateThread | 
|---|
|  | 494 | #define DosCreateThread _DosCreateThread | 
|---|
|  | 495 |  | 
|---|
| [10218] | 496 | ULONG APIENTRY _DosEnterCritSec(); | 
|---|
| [48] | 497 |  | 
|---|
| [119] | 498 | #undef  DosEnterCritSec | 
|---|
|  | 499 | #define DosEnterCritSec _DosEnterCritSec | 
|---|
|  | 500 |  | 
|---|
| [10218] | 501 | ULONG APIENTRY _DosExecPgm(PCHAR a, LONG b, ULONG c, PCSZ d, PCSZ e, PRESULTCODES f, PCSZ g); | 
|---|
| [48] | 502 |  | 
|---|
| [119] | 503 | #undef  DosExecPgm | 
|---|
|  | 504 | #define DosExecPgm _DosExecPgm | 
|---|
|  | 505 |  | 
|---|
| [10218] | 506 | ULONG APIENTRY _DosExitCritSec(); | 
|---|
| [48] | 507 |  | 
|---|
| [119] | 508 | #undef  DosExitCritSec | 
|---|
|  | 509 | #define DosExitCritSec _DosExitCritSec | 
|---|
|  | 510 |  | 
|---|
| [10218] | 511 | ULONG APIENTRY _DosExitList(ULONG a, PFNEXITLIST b); | 
|---|
| [48] | 512 |  | 
|---|
| [119] | 513 | #undef  DosExitList | 
|---|
|  | 514 | #define DosExitList _DosExitList | 
|---|
|  | 515 |  | 
|---|
| [10218] | 516 | ULONG APIENTRY _DosFreeThreadLocalMemory(ULONG *a); | 
|---|
| [48] | 517 |  | 
|---|
| [119] | 518 | #undef  DosFreeThreadLocalMemory | 
|---|
|  | 519 | #define DosFreeThreadLocalMemory _DosFreeThreadLocalMemory | 
|---|
|  | 520 |  | 
|---|
| [10218] | 521 | ULONG APIENTRY _DosGetInfoBlocks(PTIB *a, PPIB *b); | 
|---|
| [48] | 522 |  | 
|---|
| [119] | 523 | #undef  DosGetInfoBlocks | 
|---|
|  | 524 | #define DosGetInfoBlocks _DosGetInfoBlocks | 
|---|
|  | 525 |  | 
|---|
| [10218] | 526 | ULONG APIENTRY _DosKillProcess(ULONG a, PID b); | 
|---|
| [48] | 527 |  | 
|---|
| [119] | 528 | #undef  DosKillProcess | 
|---|
|  | 529 | #define DosKillProcess _DosKillProcess | 
|---|
|  | 530 |  | 
|---|
| [10218] | 531 | ULONG APIENTRY _DosKillThread(TID a); | 
|---|
| [48] | 532 |  | 
|---|
| [119] | 533 | #undef  DosKillThread | 
|---|
|  | 534 | #define DosKillThread _DosKillThread | 
|---|
|  | 535 |  | 
|---|
| [10218] | 536 | ULONG APIENTRY _DosResumeThread(TID a); | 
|---|
| [48] | 537 |  | 
|---|
| [119] | 538 | #undef  DosResumeThread | 
|---|
|  | 539 | #define DosResumeThread _DosResumeThread | 
|---|
|  | 540 |  | 
|---|
| [10218] | 541 | ULONG APIENTRY _DosSetPriority(ULONG a, ULONG b, LONG c, ULONG d); | 
|---|
| [48] | 542 |  | 
|---|
| [119] | 543 | #undef  DosSetPriority | 
|---|
|  | 544 | #define DosSetPriority _DosSetPriority | 
|---|
|  | 545 |  | 
|---|
| [10218] | 546 | ULONG APIENTRY _DosSleep(ULONG a); | 
|---|
| [48] | 547 |  | 
|---|
| [119] | 548 | #undef  DosSleep | 
|---|
|  | 549 | #define DosSleep _DosSleep | 
|---|
|  | 550 |  | 
|---|
| [10218] | 551 | ULONG APIENTRY _DosSuspendThread(TID a); | 
|---|
| [48] | 552 |  | 
|---|
| [119] | 553 | #undef  DosSuspendThread | 
|---|
|  | 554 | #define DosSuspendThread _DosSuspendThread | 
|---|
| [48] | 555 |  | 
|---|
| [10218] | 556 | ULONG APIENTRY _DosWaitChild(ULONG a, ULONG b, PRESULTCODES c, PPID d, PID e); | 
|---|
| [48] | 557 |  | 
|---|
| [119] | 558 | #undef  DosWaitChild | 
|---|
|  | 559 | #define DosWaitChild _DosWaitChild | 
|---|
|  | 560 |  | 
|---|
| [10218] | 561 | ULONG APIENTRY _DosWaitThread(PTID a, ULONG b); | 
|---|
| [48] | 562 |  | 
|---|
| [119] | 563 | #undef  DosWaitThread | 
|---|
|  | 564 | #define DosWaitThread _DosWaitThread | 
|---|
|  | 565 |  | 
|---|
| [48] | 566 | #endif | 
|---|
| [299] | 567 |  | 
|---|
| [48] | 568 | #ifdef INCL_DOSSESMGR | 
|---|
| [10218] | 569 | ULONG APIENTRY _DosQueryAppType(PCSZ a, PULONG b); | 
|---|
| [48] | 570 |  | 
|---|
| [119] | 571 | #undef  DosQueryAppType | 
|---|
|  | 572 | #define DosQueryAppType _DosQueryAppType | 
|---|
|  | 573 |  | 
|---|
| [10218] | 574 | ULONG APIENTRY _DosSelectSession(ULONG a); | 
|---|
| [48] | 575 |  | 
|---|
| [119] | 576 | #undef  DosSelectSession | 
|---|
|  | 577 | #define DosSelectSession _DosSelectSession | 
|---|
|  | 578 |  | 
|---|
| [10218] | 579 | ULONG APIENTRY _DosSetSession(ULONG a, PSTATUSDATA b); | 
|---|
| [48] | 580 |  | 
|---|
| [119] | 581 | #undef  DosSetSession | 
|---|
|  | 582 | #define DosSetSession _DosSetSession | 
|---|
|  | 583 |  | 
|---|
| [10218] | 584 | ULONG APIENTRY _DosStartSession(PSTARTDATA a, PULONG b, PPID c); | 
|---|
| [48] | 585 |  | 
|---|
| [119] | 586 | #undef  DosStartSession | 
|---|
|  | 587 | #define DosStartSession _DosStartSession | 
|---|
|  | 588 |  | 
|---|
| [10218] | 589 | ULONG APIENTRY _DosStopSession(ULONG a, ULONG b); | 
|---|
| [48] | 590 |  | 
|---|
| [119] | 591 | #undef  DosStopSession | 
|---|
|  | 592 | #define DosStopSession _DosStopSession | 
|---|
|  | 593 |  | 
|---|
| [48] | 594 | #endif | 
|---|
|  | 595 | #ifdef INCL_DOSSEMAPHORES | 
|---|
| [10218] | 596 | ULONG APIENTRY _DosCloseEventSem(HEV a); | 
|---|
| [48] | 597 |  | 
|---|
| [119] | 598 | #undef  DosCloseEventSem | 
|---|
|  | 599 | #define DosCloseEventSem _DosCloseEventSem | 
|---|
|  | 600 |  | 
|---|
| [10218] | 601 | ULONG APIENTRY _DosCreateEventSem(PCSZ a, PHEV b, ULONG c, BOOL32 d); | 
|---|
| [48] | 602 |  | 
|---|
| [119] | 603 | #undef  DosCreateEventSem | 
|---|
|  | 604 | #define DosCreateEventSem _DosCreateEventSem | 
|---|
|  | 605 |  | 
|---|
| [10218] | 606 | ULONG APIENTRY _DosOpenEventSem(PCSZ a, PHEV b); | 
|---|
| [48] | 607 |  | 
|---|
| [119] | 608 | #undef  DosOpenEventSem | 
|---|
|  | 609 | #define DosOpenEventSem _DosOpenEventSem | 
|---|
|  | 610 |  | 
|---|
| [10218] | 611 | ULONG APIENTRY _DosPostEventSem(HEV a); | 
|---|
| [48] | 612 |  | 
|---|
| [119] | 613 | #undef  DosPostEventSem | 
|---|
|  | 614 | #define DosPostEventSem _DosPostEventSem | 
|---|
|  | 615 |  | 
|---|
| [10218] | 616 | ULONG APIENTRY _DosQueryEventSem(HEV a, PULONG b); | 
|---|
| [48] | 617 |  | 
|---|
| [119] | 618 | #undef  DosQueryEventSem | 
|---|
|  | 619 | #define DosQueryEventSem _DosQueryEventSem | 
|---|
|  | 620 |  | 
|---|
| [10218] | 621 | ULONG APIENTRY _DosResetEventSem(HEV a, PULONG b); | 
|---|
| [48] | 622 |  | 
|---|
| [119] | 623 | #undef  DosResetEventSem | 
|---|
|  | 624 | #define DosResetEventSem _DosResetEventSem | 
|---|
|  | 625 |  | 
|---|
| [10218] | 626 | ULONG APIENTRY _DosWaitEventSem(HEV a, ULONG b); | 
|---|
| [48] | 627 |  | 
|---|
| [119] | 628 | #undef  DosWaitEventSem | 
|---|
|  | 629 | #define DosWaitEventSem _DosWaitEventSem | 
|---|
|  | 630 |  | 
|---|
| [10218] | 631 | ULONG APIENTRY _DosCloseMutexSem(HMTX a); | 
|---|
| [48] | 632 |  | 
|---|
| [119] | 633 | #undef  DosCloseMutexSem | 
|---|
|  | 634 | #define DosCloseMutexSem _DosCloseMutexSem | 
|---|
|  | 635 |  | 
|---|
| [10218] | 636 | ULONG APIENTRY _DosCreateMutexSem(PCSZ a, PHMTX b, ULONG c, BOOL32 d); | 
|---|
| [48] | 637 |  | 
|---|
| [119] | 638 | #undef  DosCreateMutexSem | 
|---|
|  | 639 | #define DosCreateMutexSem _DosCreateMutexSem | 
|---|
|  | 640 |  | 
|---|
| [10218] | 641 | ULONG APIENTRY _DosOpenMutexSem(PCSZ a, PHMTX b); | 
|---|
| [48] | 642 |  | 
|---|
| [119] | 643 | #undef  DosOpenMutexSem | 
|---|
|  | 644 | #define DosOpenMutexSem _DosOpenMutexSem | 
|---|
|  | 645 |  | 
|---|
| [10218] | 646 | ULONG APIENTRY _DosQueryMutexSem(HMTX a, PPID b, PTID c, PULONG d); | 
|---|
| [48] | 647 |  | 
|---|
| [119] | 648 | #undef  DosQueryMutexSem | 
|---|
|  | 649 | #define DosQueryMutexSem _DosQueryMutexSem | 
|---|
|  | 650 |  | 
|---|
| [10218] | 651 | ULONG APIENTRY _DosReleaseMutexSem(HMTX a); | 
|---|
| [48] | 652 |  | 
|---|
| [119] | 653 | #undef  DosReleaseMutexSem | 
|---|
|  | 654 | #define DosReleaseMutexSem _DosReleaseMutexSem | 
|---|
|  | 655 |  | 
|---|
| [10218] | 656 | ULONG APIENTRY _DosRequestMutexSem(HMTX a, ULONG b); | 
|---|
| [48] | 657 |  | 
|---|
| [119] | 658 | #undef  DosRequestMutexSem | 
|---|
|  | 659 | #define DosRequestMutexSem _DosRequestMutexSem | 
|---|
|  | 660 |  | 
|---|
| [10218] | 661 | ULONG APIENTRY _DosAddMuxWaitSem(HMUX a, PSEMRECORD b); | 
|---|
| [48] | 662 |  | 
|---|
| [119] | 663 | #undef  DosAddMuxWaitSem | 
|---|
|  | 664 | #define DosAddMuxWaitSem _DosAddMuxWaitSem | 
|---|
|  | 665 |  | 
|---|
| [10218] | 666 | ULONG APIENTRY _DosCloseMuxWaitSem(HMUX a); | 
|---|
| [48] | 667 |  | 
|---|
| [119] | 668 | #undef  DosCloseMuxWaitSem | 
|---|
|  | 669 | #define DosCloseMuxWaitSem _DosCloseMuxWaitSem | 
|---|
|  | 670 |  | 
|---|
| [10218] | 671 | ULONG APIENTRY _DosCreateMuxWaitSem(PCSZ a, PHMUX b, ULONG c, PSEMRECORD d, ULONG e); | 
|---|
| [48] | 672 |  | 
|---|
| [119] | 673 | #undef  DosCreateMuxWaitSem | 
|---|
|  | 674 | #define DosCreateMuxWaitSem _DosCreateMuxWaitSem | 
|---|
|  | 675 |  | 
|---|
| [10218] | 676 | ULONG APIENTRY _DosDeleteMuxWaitSem(HMUX a, HSEM b); | 
|---|
| [48] | 677 |  | 
|---|
| [119] | 678 | #undef  DosDeleteMuxWaitSem | 
|---|
|  | 679 | #define DosDeleteMuxWaitSem _DosDeleteMuxWaitSem | 
|---|
|  | 680 |  | 
|---|
| [10218] | 681 | ULONG APIENTRY _DosOpenMuxWaitSem(PCSZ a, PHMUX b); | 
|---|
| [48] | 682 |  | 
|---|
| [119] | 683 | #undef  DosOpenMuxWaitSem | 
|---|
|  | 684 | #define DosOpenMuxWaitSem _DosOpenMuxWaitSem | 
|---|
|  | 685 |  | 
|---|
| [10218] | 686 | ULONG APIENTRY _DosQueryMuxWaitSem(HMUX a, PULONG b, PSEMRECORD c, PULONG d); | 
|---|
| [48] | 687 |  | 
|---|
| [119] | 688 | #undef  DosQueryMuxWaitSem | 
|---|
|  | 689 | #define DosQueryMuxWaitSem _DosQueryMuxWaitSem | 
|---|
|  | 690 |  | 
|---|
| [10218] | 691 | ULONG APIENTRY _DosWaitMuxWaitSem(HMUX a, ULONG b, PULONG c); | 
|---|
| [48] | 692 |  | 
|---|
| [119] | 693 | #undef  DosWaitMuxWaitSem | 
|---|
|  | 694 | #define DosWaitMuxWaitSem _DosWaitMuxWaitSem | 
|---|
|  | 695 |  | 
|---|
| [48] | 696 | #endif | 
|---|
|  | 697 | #ifdef INCL_DOSNMPIPES | 
|---|
| [10218] | 698 | ULONG APIENTRY _DosCallNPipe(PCSZ a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g); | 
|---|
| [48] | 699 |  | 
|---|
| [119] | 700 | #undef  DosCallNPipe | 
|---|
|  | 701 | #define DosCallNPipe _DosCallNPipe | 
|---|
|  | 702 |  | 
|---|
| [10218] | 703 | ULONG APIENTRY _DosConnectNPipe(HPIPE a); | 
|---|
| [48] | 704 |  | 
|---|
| [119] | 705 | #undef  DosConnectNPipe | 
|---|
|  | 706 | #define DosConnectNPipe _DosConnectNPipe | 
|---|
|  | 707 |  | 
|---|
| [10218] | 708 | ULONG APIENTRY _DosCreateNPipe(PCSZ a, PHPIPE b, ULONG c, ULONG d, ULONG e, ULONG f, ULONG g); | 
|---|
| [48] | 709 |  | 
|---|
| [119] | 710 | #undef  DosCreateNPipe | 
|---|
|  | 711 | #define DosCreateNPipe _DosCreateNPipe | 
|---|
|  | 712 |  | 
|---|
| [10218] | 713 | ULONG APIENTRY _DosDisConnectNPipe(HPIPE a); | 
|---|
| [48] | 714 |  | 
|---|
| [119] | 715 | #undef  DosDisConnectNPipe | 
|---|
|  | 716 | #define DosDisConnectNPipe _DosDisConnectNPipe | 
|---|
|  | 717 |  | 
|---|
| [10218] | 718 | ULONG APIENTRY _DosPeekNPipe(HPIPE a, PVOID b, ULONG c, PULONG d, PAVAILDATA e, PULONG f); | 
|---|
| [48] | 719 |  | 
|---|
| [119] | 720 | #undef  DosPeekNPipe | 
|---|
|  | 721 | #define DosPeekNPipe _DosPeekNPipe | 
|---|
|  | 722 |  | 
|---|
| [10218] | 723 | ULONG APIENTRY _DosQueryNPHState(HPIPE a, PULONG b); | 
|---|
| [48] | 724 |  | 
|---|
| [119] | 725 | #undef  DosQueryNPHState | 
|---|
|  | 726 | #define DosQueryNPHState _DosQueryNPHState | 
|---|
|  | 727 |  | 
|---|
| [10218] | 728 | ULONG APIENTRY _DosQueryNPipeInfo(HPIPE a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 729 |  | 
|---|
| [119] | 730 | #undef  DosQueryNPipeInfo | 
|---|
|  | 731 | #define DosQueryNPipeInfo _DosQueryNPipeInfo | 
|---|
|  | 732 |  | 
|---|
| [10218] | 733 | ULONG APIENTRY _DosQueryNPipeSemState(HSEM a, PPIPESEMSTATE b, ULONG c); | 
|---|
| [48] | 734 |  | 
|---|
| [119] | 735 | #undef  DosQueryNPipeSemState | 
|---|
|  | 736 | #define DosQueryNPipeSemState _DosQueryNPipeSemState | 
|---|
|  | 737 |  | 
|---|
| [10218] | 738 | ULONG APIENTRY _DosSetNPHState(HPIPE a, ULONG b); | 
|---|
| [48] | 739 |  | 
|---|
| [119] | 740 | #undef  DosSetNPHState | 
|---|
|  | 741 | #define DosSetNPHState _DosSetNPHState | 
|---|
|  | 742 |  | 
|---|
| [10218] | 743 | ULONG APIENTRY _DosSetNPipeSem(HPIPE a, HSEM b, ULONG c); | 
|---|
| [48] | 744 |  | 
|---|
| [119] | 745 | #undef  DosSetNPipeSem | 
|---|
|  | 746 | #define DosSetNPipeSem _DosSetNPipeSem | 
|---|
|  | 747 |  | 
|---|
| [10218] | 748 | ULONG APIENTRY _DosTransactNPipe(HPIPE a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f); | 
|---|
| [48] | 749 |  | 
|---|
| [119] | 750 | #undef  DosTransactNPipe | 
|---|
|  | 751 | #define DosTransactNPipe _DosTransactNPipe | 
|---|
|  | 752 |  | 
|---|
| [10218] | 753 | ULONG APIENTRY _DosWaitNPipe(PCSZ a, ULONG b); | 
|---|
| [48] | 754 |  | 
|---|
| [119] | 755 | #undef  DosWaitNPipe | 
|---|
|  | 756 | #define DosWaitNPipe _DosWaitNPipe | 
|---|
|  | 757 |  | 
|---|
| [10218] | 758 | ULONG APIENTRY _DosCreatePipe(PHFILE a, PHFILE b, ULONG c); | 
|---|
| [48] | 759 |  | 
|---|
| [119] | 760 | #undef  DosCreatePipe | 
|---|
|  | 761 | #define DosCreatePipe _DosCreatePipe | 
|---|
|  | 762 |  | 
|---|
| [48] | 763 | #endif | 
|---|
|  | 764 | #ifdef INCL_DOSQUEUES | 
|---|
| [10218] | 765 | ULONG APIENTRY _DosCloseQueue(HQUEUE a); | 
|---|
| [48] | 766 |  | 
|---|
| [119] | 767 | #undef  DosCloseQueue | 
|---|
|  | 768 | #define DosCloseQueue _DosCloseQueue | 
|---|
|  | 769 |  | 
|---|
| [10218] | 770 | ULONG APIENTRY _DosCreateQueue(PHQUEUE a, ULONG b, PCSZ c); | 
|---|
| [48] | 771 |  | 
|---|
| [119] | 772 | #undef  DosCreateQueue | 
|---|
|  | 773 | #define DosCreateQueue _DosCreateQueue | 
|---|
|  | 774 |  | 
|---|
| [10218] | 775 | ULONG APIENTRY _DosOpenQueue(PPID a, PHQUEUE b, PCSZ c); | 
|---|
| [48] | 776 |  | 
|---|
| [119] | 777 | #undef  DosOpenQueue | 
|---|
|  | 778 | #define DosOpenQueue _DosOpenQueue | 
|---|
|  | 779 |  | 
|---|
| [10218] | 780 | ULONG APIENTRY _DosPeekQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, PULONG e, BOOL32 f, PBYTE g, HEV h); | 
|---|
| [48] | 781 |  | 
|---|
| [119] | 782 | #undef  DosPeekQueue | 
|---|
|  | 783 | #define DosPeekQueue _DosPeekQueue | 
|---|
|  | 784 |  | 
|---|
| [10218] | 785 | ULONG APIENTRY _DosPurgeQueue(HQUEUE a); | 
|---|
| [48] | 786 |  | 
|---|
| [119] | 787 | #undef  DosPurgeQueue | 
|---|
|  | 788 | #define DosPurgeQueue _DosPurgeQueue | 
|---|
|  | 789 |  | 
|---|
| [10218] | 790 | ULONG APIENTRY _DosQueryQueue(HQUEUE a, PULONG b); | 
|---|
| [48] | 791 |  | 
|---|
| [119] | 792 | #undef  DosQueryQueue | 
|---|
|  | 793 | #define DosQueryQueue _DosQueryQueue | 
|---|
|  | 794 |  | 
|---|
| [10218] | 795 | ULONG APIENTRY _DosReadQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, ULONG e, BOOL32 f, PBYTE g, HEV h); | 
|---|
| [48] | 796 |  | 
|---|
| [119] | 797 | #undef  DosReadQueue | 
|---|
|  | 798 | #define DosReadQueue _DosReadQueue | 
|---|
|  | 799 |  | 
|---|
| [10218] | 800 | ULONG APIENTRY _DosWriteQueue(HQUEUE a, ULONG b, ULONG c, PVOID d, ULONG e); | 
|---|
| [48] | 801 |  | 
|---|
| [119] | 802 | #undef  DosWriteQueue | 
|---|
|  | 803 | #define DosWriteQueue _DosWriteQueue | 
|---|
|  | 804 |  | 
|---|
| [48] | 805 | #endif | 
|---|
|  | 806 | #ifdef INCL_DOSEXCEPTIONS | 
|---|
| [10218] | 807 | ULONG APIENTRY _DosAcknowledgeSignalException(ULONG a); | 
|---|
| [48] | 808 |  | 
|---|
| [119] | 809 | #undef  DosAcknowledgeSignalException | 
|---|
|  | 810 | #define DosAcknowledgeSignalException _DosAcknowledgeSignalException | 
|---|
|  | 811 |  | 
|---|
| [10218] | 812 | ULONG APIENTRY _DosEnterMustComplete(PULONG a); | 
|---|
| [48] | 813 |  | 
|---|
| [119] | 814 | #undef  DosEnterMustComplete | 
|---|
|  | 815 | #define DosEnterMustComplete _DosEnterMustComplete | 
|---|
|  | 816 |  | 
|---|
| [10218] | 817 | ULONG APIENTRY _DosExitMustComplete(PULONG a); | 
|---|
| [48] | 818 |  | 
|---|
| [119] | 819 | #undef  DosExitMustComplete | 
|---|
|  | 820 | #define DosExitMustComplete _DosExitMustComplete | 
|---|
|  | 821 |  | 
|---|
| [10218] | 822 | ULONG APIENTRY _DosQueryThreadContext(TID a, ULONG b, PCONTEXTRECORD c); | 
|---|
| [48] | 823 |  | 
|---|
| [119] | 824 | #undef  DosQueryThreadContext | 
|---|
|  | 825 | #define DosQueryThreadContext _DosQueryThreadContext | 
|---|
|  | 826 |  | 
|---|
| [10218] | 827 | ULONG APIENTRY _DosRaiseException(PEXCEPTIONREPORTRECORD a); | 
|---|
| [48] | 828 |  | 
|---|
| [119] | 829 | #undef  DosRaiseException | 
|---|
|  | 830 | #define DosRaiseException _DosRaiseException | 
|---|
|  | 831 |  | 
|---|
| [10218] | 832 | ULONG APIENTRY _DosSendSignalException(PID a, ULONG b); | 
|---|
| [48] | 833 |  | 
|---|
| [119] | 834 | #undef  DosSendSignalException | 
|---|
|  | 835 | #define DosSendSignalException _DosSendSignalException | 
|---|
|  | 836 |  | 
|---|
| [10218] | 837 | ULONG APIENTRY _DosSetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a); | 
|---|
| [48] | 838 |  | 
|---|
| [119] | 839 | #undef  DosSetExceptionHandler | 
|---|
|  | 840 | #define DosSetExceptionHandler _DosSetExceptionHandler | 
|---|
|  | 841 |  | 
|---|
| [10218] | 842 | ULONG APIENTRY _DosSetSignalExceptionFocus(BOOL32 a, PULONG b); | 
|---|
| [48] | 843 |  | 
|---|
| [119] | 844 | #undef  DosSetSignalExceptionFocus | 
|---|
|  | 845 | #define DosSetSignalExceptionFocus _DosSetSignalExceptionFocus | 
|---|
|  | 846 |  | 
|---|
| [10218] | 847 | ULONG APIENTRY _DosUnsetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a); | 
|---|
| [48] | 848 |  | 
|---|
| [119] | 849 | #undef  DosUnsetExceptionHandler | 
|---|
|  | 850 | #define DosUnsetExceptionHandler _DosUnsetExceptionHandler | 
|---|
|  | 851 |  | 
|---|
| [10218] | 852 | ULONG APIENTRY _DosUnwindException(PEXCEPTIONREGISTRATIONRECORD a, PVOID b, PEXCEPTIONREPORTRECORD c); | 
|---|
| [48] | 853 |  | 
|---|
| [119] | 854 | #undef  DosUnwindException | 
|---|
|  | 855 | #define DosUnwindException _DosUnwindException | 
|---|
|  | 856 |  | 
|---|
| [48] | 857 | #endif | 
|---|
|  | 858 | #ifdef INCL_DOSMISC | 
|---|
| [10218] | 859 | ULONG APIENTRY _DosQuerySysInfo(ULONG a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 860 |  | 
|---|
| [119] | 861 | #undef  DosQuerySysInfo | 
|---|
|  | 862 | #define DosQuerySysInfo _DosQuerySysInfo | 
|---|
|  | 863 |  | 
|---|
| [10218] | 864 | ULONG APIENTRY _DosScanEnv(PCSZ a, PCSZ *b); | 
|---|
| [48] | 865 |  | 
|---|
| [119] | 866 | #undef  DosScanEnv | 
|---|
|  | 867 | #define DosScanEnv _DosScanEnv | 
|---|
|  | 868 |  | 
|---|
| [10218] | 869 | ULONG APIENTRY _DosQueryRASInfo(ULONG a, PPVOID b); | 
|---|
| [48] | 870 |  | 
|---|
| [119] | 871 | #undef  DosQueryRASInfo | 
|---|
|  | 872 | #define DosQueryRASInfo _DosQueryRASInfo | 
|---|
|  | 873 |  | 
|---|
| [48] | 874 | #endif | 
|---|
|  | 875 | #ifdef INCL_DOSDATETIME | 
|---|
| [10218] | 876 | ULONG APIENTRY _DosGetDateTime(PDATETIME a); | 
|---|
| [48] | 877 |  | 
|---|
| [119] | 878 | #undef  DosGetDateTime | 
|---|
|  | 879 | #define DosGetDateTime _DosGetDateTime | 
|---|
|  | 880 |  | 
|---|
| [10218] | 881 | ULONG APIENTRY _DosSetDateTime(PDATETIME a); | 
|---|
| [48] | 882 |  | 
|---|
| [119] | 883 | #undef  DosSetDateTime | 
|---|
|  | 884 | #define DosSetDateTime _DosSetDateTime | 
|---|
|  | 885 |  | 
|---|
| [10218] | 886 | ULONG APIENTRY _DosAsyncTimer(ULONG a, HSEM b, PHTIMER c); | 
|---|
| [48] | 887 |  | 
|---|
| [119] | 888 | #undef  DosAsyncTimer | 
|---|
|  | 889 | #define DosAsyncTimer _DosAsyncTimer | 
|---|
|  | 890 |  | 
|---|
| [10218] | 891 | ULONG APIENTRY _DosStartTimer(ULONG a, HSEM b, PHTIMER c); | 
|---|
| [48] | 892 |  | 
|---|
| [119] | 893 | #undef  DosStartTimer | 
|---|
|  | 894 | #define DosStartTimer _DosStartTimer | 
|---|
|  | 895 |  | 
|---|
| [10218] | 896 | ULONG APIENTRY _DosStopTimer(HTIMER a); | 
|---|
| [48] | 897 |  | 
|---|
| [119] | 898 | #undef  DosStopTimer | 
|---|
|  | 899 | #define DosStopTimer _DosStopTimer | 
|---|
|  | 900 |  | 
|---|
| [48] | 901 | #endif | 
|---|
|  | 902 | #ifdef DosTmrQueryFreq | 
|---|
| [10218] | 903 | ULONG APIENTRY _DosTmrQueryFreq(PULONG a); | 
|---|
| [48] | 904 |  | 
|---|
| [119] | 905 | #undef  DosTmrQueryFreq | 
|---|
|  | 906 | #define DosTmrQueryFreq _DosTmrQueryFreq | 
|---|
|  | 907 |  | 
|---|
| [10218] | 908 | ULONG APIENTRY _DosTmrQueryTime(PQWORD a); | 
|---|
| [48] | 909 |  | 
|---|
| [119] | 910 | #undef  DosTmrQueryTime | 
|---|
|  | 911 | #define DosTmrQueryTime _DosTmrQueryTime | 
|---|
|  | 912 |  | 
|---|
| [48] | 913 | #endif | 
|---|
|  | 914 | #ifdef INCL_DOSMVDM | 
|---|
| [10218] | 915 | ULONG APIENTRY _DosCloseVDD(HVDD a); | 
|---|
| [48] | 916 |  | 
|---|
| [119] | 917 | #undef  DosCloseVDD | 
|---|
|  | 918 | #define DosCloseVDD _DosCloseVDD | 
|---|
|  | 919 |  | 
|---|
| [10218] | 920 | ULONG APIENTRY _DosOpenVDD(PCSZ a, PHVDD b); | 
|---|
| [48] | 921 |  | 
|---|
| [119] | 922 | #undef  DosOpenVDD | 
|---|
|  | 923 | #define DosOpenVDD _DosOpenVDD | 
|---|
|  | 924 |  | 
|---|
| [10218] | 925 | ULONG APIENTRY _DosQueryDOSProperty(SGID a, PCSZ b, ULONG c, PSZ d); | 
|---|
| [48] | 926 |  | 
|---|
| [119] | 927 | #undef  DosQueryDOSProperty | 
|---|
|  | 928 | #define DosQueryDOSProperty _DosQueryDOSProperty | 
|---|
|  | 929 |  | 
|---|
| [10218] | 930 | ULONG APIENTRY _DosRequestVDD(HVDD a, SGID b, ULONG c, ULONG d, PVOID e, ULONG f, PVOID g); | 
|---|
| [48] | 931 |  | 
|---|
| [119] | 932 | #undef  DosRequestVDD | 
|---|
|  | 933 | #define DosRequestVDD _DosRequestVDD | 
|---|
|  | 934 |  | 
|---|
| [10218] | 935 | ULONG APIENTRY _DosSetDOSProperty(SGID a, PCSZ b, ULONG c, PCSZ d); | 
|---|
| [48] | 936 |  | 
|---|
| [119] | 937 | #undef  DosSetDOSProperty | 
|---|
|  | 938 | #define DosSetDOSProperty _DosSetDOSProperty | 
|---|
|  | 939 |  | 
|---|
| [48] | 940 | #endif | 
|---|
|  | 941 | #ifdef INCL_DOSPROCESS | 
|---|
| [10218] | 942 | ULONG APIENTRY _DosDebug(uDB_t *a); | 
|---|
| [48] | 943 |  | 
|---|
| [119] | 944 | #undef  DosDebug | 
|---|
|  | 945 | #define DosDebug _DosDebug | 
|---|
|  | 946 |  | 
|---|
| [48] | 947 | #endif | 
|---|
|  | 948 | #ifdef INCL_DOSMISC | 
|---|
| [10218] | 949 | ULONG APIENTRY _DosGetMessage(PCHAR *a, ULONG b, PCHAR c, ULONG d, ULONG e, PCSZ f, PULONG g); | 
|---|
| [48] | 950 |  | 
|---|
| [119] | 951 | #undef  DosGetMessage | 
|---|
|  | 952 | #define DosGetMessage _DosGetMessage | 
|---|
|  | 953 |  | 
|---|
| [10218] | 954 | ULONG APIENTRY _DosInsertMessage(PCHAR *a, ULONG b, PCSZ c, ULONG d, PCHAR e, ULONG f, PULONG g); | 
|---|
| [48] | 955 |  | 
|---|
| [119] | 956 | #undef  DosInsertMessage | 
|---|
|  | 957 | #define DosInsertMessage _DosInsertMessage | 
|---|
|  | 958 |  | 
|---|
| [10218] | 959 | ULONG APIENTRY _DosPutMessage(HFILE a, ULONG b, PCHAR c); | 
|---|
| [48] | 960 |  | 
|---|
| [119] | 961 | #undef  DosPutMessage | 
|---|
|  | 962 | #define DosPutMessage _DosPutMessage | 
|---|
|  | 963 |  | 
|---|
| [10218] | 964 | ULONG APIENTRY _DosQueryMessageCP(PCHAR a, ULONG b, PCSZ c, PULONG d); | 
|---|
| [48] | 965 |  | 
|---|
| [119] | 966 | #undef  DosQueryMessageCP | 
|---|
|  | 967 | #define DosQueryMessageCP _DosQueryMessageCP | 
|---|
|  | 968 |  | 
|---|
| [21301] | 969 | ULONG APIENTRY _DosVerifyPidTid(PID Pid, TID Tid); | 
|---|
|  | 970 | #undef  DosVerifyPidTid | 
|---|
|  | 971 | #define DosVerifyPidTid _DosVerifyPidTid | 
|---|
|  | 972 |  | 
|---|
| [48] | 973 | #endif | 
|---|
|  | 974 | #ifdef INCL_DOSRAS | 
|---|
| [10218] | 975 | ULONG APIENTRY _DosDumpProcess(ULONG a, ULONG b, PID c); | 
|---|
| [48] | 976 |  | 
|---|
| [119] | 977 | #undef  DosDumpProcess | 
|---|
|  | 978 | #define DosDumpProcess _DosDumpProcess | 
|---|
|  | 979 |  | 
|---|
| [10218] | 980 | ULONG APIENTRY _DosForceSystemDump(ULONG a); | 
|---|
| [48] | 981 |  | 
|---|
| [119] | 982 | #undef  DosForceSystemDump | 
|---|
|  | 983 | #define DosForceSystemDump _DosForceSystemDump | 
|---|
|  | 984 |  | 
|---|
| [10218] | 985 | ULONG APIENTRY _DosQueryRASInfo(ULONG a, PPVOID b); | 
|---|
| [48] | 986 |  | 
|---|
| [119] | 987 | #undef  DosQueryRASInfo | 
|---|
|  | 988 | #define DosQueryRASInfo _DosQueryRASInfo | 
|---|
|  | 989 |  | 
|---|
| [10218] | 990 | ULONG APIENTRY _DosSuppressPopUps(ULONG a, ULONG b); | 
|---|
| [48] | 991 |  | 
|---|
| [119] | 992 | #undef  DosSuppressPopUps | 
|---|
|  | 993 | #define DosSuppressPopUps _DosSuppressPopUps | 
|---|
|  | 994 |  | 
|---|
| [48] | 995 | #endif | 
|---|
| [21424] | 996 | #ifdef INCL_DOSPROFILE | 
|---|
|  | 997 | ULONG APIENTRY _DosQuerySysState(ULONG a, ULONG b, PID c, TID d, PVOID e, ULONG f); | 
|---|
|  | 998 |  | 
|---|
|  | 999 | #undef  DosQuerySysState | 
|---|
|  | 1000 | #define DosQuerySysState _DosQuerySysState | 
|---|
|  | 1001 |  | 
|---|
|  | 1002 | #endif | 
|---|
| [48] | 1003 | #ifdef INCL_RXSUBCOM | 
|---|
| [10218] | 1004 | ULONG APIENTRY _RexxDeregisterSubcom(PCSZ a, PCSZ b); | 
|---|
| [48] | 1005 |  | 
|---|
| [119] | 1006 | #undef  RexxDeregisterSubcom | 
|---|
|  | 1007 | #define RexxDeregisterSubcom _RexxDeregisterSubcom | 
|---|
|  | 1008 |  | 
|---|
| [10218] | 1009 | ULONG APIENTRY _RexxQuerySubcom(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d); | 
|---|
| [48] | 1010 |  | 
|---|
| [119] | 1011 | #undef  RexxQuerySubcom | 
|---|
|  | 1012 | #define RexxQuerySubcom _RexxQuerySubcom | 
|---|
|  | 1013 |  | 
|---|
| [10218] | 1014 | ULONG APIENTRY _RexxRegisterSubcomDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e); | 
|---|
| [48] | 1015 |  | 
|---|
| [119] | 1016 | #undef  RexxRegisterSubcomDll | 
|---|
|  | 1017 | #define RexxRegisterSubcomDll _RexxRegisterSubcomDll | 
|---|
|  | 1018 |  | 
|---|
| [10218] | 1019 | ULONG APIENTRY _RexxRegisterSubcomExe(PCSZ a, PFN b, PUCHAR c); | 
|---|
| [48] | 1020 |  | 
|---|
| [119] | 1021 | #undef  RexxRegisterSubcomExe | 
|---|
|  | 1022 | #define RexxRegisterSubcomExe _RexxRegisterSubcomExe | 
|---|
|  | 1023 |  | 
|---|
| [48] | 1024 | #endif | 
|---|
|  | 1025 | #ifdef INCL_RXSHV | 
|---|
| [10218] | 1026 | ULONG APIENTRY _RexxVariablePool(PSHVBLOCK a); | 
|---|
| [48] | 1027 |  | 
|---|
| [119] | 1028 | #undef  RexxVariablePool | 
|---|
|  | 1029 | #define RexxVariablePool _RexxVariablePool | 
|---|
|  | 1030 |  | 
|---|
| [48] | 1031 | #endif | 
|---|
|  | 1032 | #ifdef INCL_RXFUNC | 
|---|
| [10218] | 1033 | ULONG APIENTRY _RexxDeregisterFunction(PCSZ a); | 
|---|
| [48] | 1034 |  | 
|---|
| [119] | 1035 | #undef  RexxDeregisterFunction | 
|---|
|  | 1036 | #define RexxDeregisterFunction _RexxDeregisterFunction | 
|---|
|  | 1037 |  | 
|---|
| [10218] | 1038 | ULONG APIENTRY _RexxQueryFunction(PCSZ a); | 
|---|
| [48] | 1039 |  | 
|---|
| [119] | 1040 | #undef  RexxQueryFunction | 
|---|
|  | 1041 | #define RexxQueryFunction _RexxQueryFunction | 
|---|
|  | 1042 |  | 
|---|
| [10218] | 1043 | ULONG APIENTRY _RexxRegisterFunctionDll(PCSZ a, PCSZ b, PCSZ c); | 
|---|
| [48] | 1044 |  | 
|---|
| [119] | 1045 | #undef  RexxRegisterFunctionDll | 
|---|
|  | 1046 | #define RexxRegisterFunctionDll _RexxRegisterFunctionDll | 
|---|
|  | 1047 |  | 
|---|
| [10218] | 1048 | ULONG APIENTRY _RexxRegisterFunctionExe(PCSZ a, RexxFunctionHandler *b); | 
|---|
| [48] | 1049 |  | 
|---|
| [119] | 1050 | #undef  RexxRegisterFunctionExe | 
|---|
|  | 1051 | #define RexxRegisterFunctionExe _RexxRegisterFunctionExe | 
|---|
|  | 1052 |  | 
|---|
| [48] | 1053 | #endif | 
|---|
|  | 1054 | #ifdef INCL_RXSYSEXIT | 
|---|
| [10218] | 1055 | ULONG APIENTRY _RexxDeregisterExit(PCSZ a, PCSZ b); | 
|---|
| [48] | 1056 |  | 
|---|
| [119] | 1057 | #undef  RexxDeregisterExit | 
|---|
|  | 1058 | #define RexxDeregisterExit _RexxDeregisterExit | 
|---|
|  | 1059 |  | 
|---|
| [10218] | 1060 | ULONG APIENTRY _RexxQueryExit(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d); | 
|---|
| [48] | 1061 |  | 
|---|
| [119] | 1062 | #undef  RexxQueryExit | 
|---|
|  | 1063 | #define RexxQueryExit _RexxQueryExit | 
|---|
|  | 1064 |  | 
|---|
| [10218] | 1065 | ULONG APIENTRY _RexxRegisterExitDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e); | 
|---|
| [48] | 1066 |  | 
|---|
| [119] | 1067 | #undef  RexxRegisterExitDll | 
|---|
|  | 1068 | #define RexxRegisterExitDll _RexxRegisterExitDll | 
|---|
|  | 1069 |  | 
|---|
| [10218] | 1070 | ULONG APIENTRY _RexxRegisterExitExe(PCSZ a, PFN b, PUCHAR c); | 
|---|
| [48] | 1071 |  | 
|---|
| [119] | 1072 | #undef  RexxRegisterExitExe | 
|---|
|  | 1073 | #define RexxRegisterExitExe _RexxRegisterExitExe | 
|---|
|  | 1074 |  | 
|---|
| [48] | 1075 | #endif | 
|---|
|  | 1076 | #ifdef INCL_RXARI | 
|---|
| [10218] | 1077 | ULONG APIENTRY _RexxResetTrace(PID a, TID b); | 
|---|
| [48] | 1078 |  | 
|---|
| [119] | 1079 | #undef  RexxResetTrace | 
|---|
|  | 1080 | #define RexxResetTrace _RexxResetTrace | 
|---|
|  | 1081 |  | 
|---|
| [10218] | 1082 | ULONG APIENTRY _RexxSetHalt(PID a, TID b); | 
|---|
| [48] | 1083 |  | 
|---|
| [119] | 1084 | #undef  RexxSetHalt | 
|---|
|  | 1085 | #define RexxSetHalt _RexxSetHalt | 
|---|
|  | 1086 |  | 
|---|
| [10218] | 1087 | ULONG APIENTRY _RexxSetTrace(PID a, TID b); | 
|---|
| [48] | 1088 |  | 
|---|
| [119] | 1089 | #undef  RexxSetTrace | 
|---|
|  | 1090 | #define RexxSetTrace _RexxSetTrace | 
|---|
|  | 1091 |  | 
|---|
| [48] | 1092 | #endif | 
|---|
|  | 1093 | #ifdef INCL_RXMACRO | 
|---|
| [10218] | 1094 | ULONG APIENTRY _RexxAddMacro(PCSZ a, PCSZ b, ULONG c); | 
|---|
| [48] | 1095 |  | 
|---|
| [119] | 1096 | #undef  RexxAddMacro | 
|---|
|  | 1097 | #define RexxAddMacro _RexxAddMacro | 
|---|
|  | 1098 |  | 
|---|
| [10218] | 1099 | ULONG APIENTRY _RexxClearMacroSpace(); | 
|---|
| [48] | 1100 |  | 
|---|
| [119] | 1101 | #undef  RexxClearMacroSpace | 
|---|
|  | 1102 | #define RexxClearMacroSpace _RexxClearMacroSpace | 
|---|
|  | 1103 |  | 
|---|
| [10218] | 1104 | ULONG APIENTRY _RexxDropMacro(PCSZ a); | 
|---|
| [48] | 1105 |  | 
|---|
| [119] | 1106 | #undef  RexxDropMacro | 
|---|
|  | 1107 | #define RexxDropMacro _RexxDropMacro | 
|---|
|  | 1108 |  | 
|---|
| [10218] | 1109 | ULONG APIENTRY _RexxLoadMacroSpace(ULONG a, PCSZ *b, PCSZ c); | 
|---|
| [48] | 1110 |  | 
|---|
| [119] | 1111 | #undef  RexxLoadMacroSpace | 
|---|
|  | 1112 | #define RexxLoadMacroSpace _RexxLoadMacroSpace | 
|---|
|  | 1113 |  | 
|---|
| [10218] | 1114 | ULONG APIENTRY _RexxQueryMacro(PCSZ a, PUSHORT b); | 
|---|
| [48] | 1115 |  | 
|---|
| [119] | 1116 | #undef  RexxQueryMacro | 
|---|
|  | 1117 | #define RexxQueryMacro _RexxQueryMacro | 
|---|
|  | 1118 |  | 
|---|
| [10218] | 1119 | ULONG APIENTRY _RexxReorderMacro(PCSZ a, ULONG b); | 
|---|
| [48] | 1120 |  | 
|---|
| [119] | 1121 | #undef  RexxReorderMacro | 
|---|
|  | 1122 | #define RexxReorderMacro _RexxReorderMacro | 
|---|
|  | 1123 |  | 
|---|
| [10218] | 1124 | ULONG APIENTRY _RexxSaveMacroSpace(ULONG a, PCSZ *b, PCSZ c); | 
|---|
| [48] | 1125 |  | 
|---|
| [119] | 1126 | #undef  RexxSaveMacroSpace | 
|---|
|  | 1127 | #define RexxSaveMacroSpace _RexxSaveMacroSpace | 
|---|
|  | 1128 |  | 
|---|
| [10218] | 1129 | LONG APIENTRY _RexxStart(LONG a, PRXSTRING b, PCSZ c, PRXSTRING d, PCSZ e, LONG f, PRXSYSEXIT g, PSHORT h, PRXSTRING i); | 
|---|
| [48] | 1130 |  | 
|---|
| [119] | 1131 | #undef  RexxStart | 
|---|
|  | 1132 | #define RexxStart _RexxStart | 
|---|
|  | 1133 |  | 
|---|
| [48] | 1134 | #endif | 
|---|
|  | 1135 | #ifdef INCL_WIN | 
|---|
|  | 1136 | #ifdef INCL_WINMESSAGEMGR | 
|---|
| [10218] | 1137 | BOOL APIENTRY _WinCancelShutdown(HMQ a, BOOL b); | 
|---|
| [48] | 1138 |  | 
|---|
| [119] | 1139 | #undef  WinCancelShutdown | 
|---|
|  | 1140 | #define WinCancelShutdown _WinCancelShutdown | 
|---|
|  | 1141 |  | 
|---|
| [10218] | 1142 | HMQ APIENTRY _WinCreateMsgQueue(HAB a, LONG b); | 
|---|
| [48] | 1143 |  | 
|---|
| [119] | 1144 | #undef  WinCreateMsgQueue | 
|---|
|  | 1145 | #define WinCreateMsgQueue _WinCreateMsgQueue | 
|---|
|  | 1146 |  | 
|---|
| [10218] | 1147 | BOOL APIENTRY _WinDestroyMsgQueue(HMQ a); | 
|---|
| [48] | 1148 |  | 
|---|
| [119] | 1149 | #undef  WinDestroyMsgQueue | 
|---|
|  | 1150 | #define WinDestroyMsgQueue _WinDestroyMsgQueue | 
|---|
|  | 1151 |  | 
|---|
| [10218] | 1152 | MRESULT APIENTRY _WinDispatchMsg(HAB a, PQMSG b); | 
|---|
| [48] | 1153 |  | 
|---|
| [119] | 1154 | #undef  WinDispatchMsg | 
|---|
|  | 1155 | #define WinDispatchMsg _WinDispatchMsg | 
|---|
|  | 1156 |  | 
|---|
| [10218] | 1157 | BOOL APIENTRY _WinGetMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e); | 
|---|
| [48] | 1158 |  | 
|---|
| [119] | 1159 | #undef  WinGetMsg | 
|---|
|  | 1160 | #define WinGetMsg _WinGetMsg | 
|---|
|  | 1161 |  | 
|---|
| [10218] | 1162 | BOOL APIENTRY _WinLockInput(HMQ a, ULONG b); | 
|---|
| [48] | 1163 |  | 
|---|
| [119] | 1164 | #undef  WinLockInput | 
|---|
|  | 1165 | #define WinLockInput _WinLockInput | 
|---|
|  | 1166 |  | 
|---|
| [10218] | 1167 | BOOL APIENTRY _WinPeekMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e, ULONG f); | 
|---|
| [48] | 1168 |  | 
|---|
| [119] | 1169 | #undef  WinPeekMsg | 
|---|
|  | 1170 | #define WinPeekMsg _WinPeekMsg | 
|---|
|  | 1171 |  | 
|---|
| [10218] | 1172 | BOOL APIENTRY _WinPostMsg(HWND a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 1173 |  | 
|---|
| [119] | 1174 | #undef  WinPostMsg | 
|---|
|  | 1175 | #define WinPostMsg _WinPostMsg | 
|---|
|  | 1176 |  | 
|---|
| [10218] | 1177 | HMQ APIENTRY _WinQueueFromID(HAB a, PID b, TID c); | 
|---|
| [48] | 1178 |  | 
|---|
| [119] | 1179 | #undef  WinQueueFromID | 
|---|
|  | 1180 | #define WinQueueFromID _WinQueueFromID | 
|---|
|  | 1181 |  | 
|---|
| [10218] | 1182 | BOOL APIENTRY _WinQueryQueueInfo(HMQ a, PMQINFO b, ULONG c); | 
|---|
| [48] | 1183 |  | 
|---|
| [119] | 1184 | #undef  WinQueryQueueInfo | 
|---|
|  | 1185 | #define WinQueryQueueInfo _WinQueryQueueInfo | 
|---|
|  | 1186 |  | 
|---|
| [10218] | 1187 | HMQ APIENTRY _WinQuerySendMsg(HAB a, HMQ b, HMQ c, PQMSG d); | 
|---|
| [48] | 1188 |  | 
|---|
| [119] | 1189 | #undef  WinQuerySendMsg | 
|---|
|  | 1190 | #define WinQuerySendMsg _WinQuerySendMsg | 
|---|
|  | 1191 |  | 
|---|
| [10218] | 1192 | BOOL APIENTRY _WinRegisterUserDatatype(HAB a, LONG b, LONG c, PLONG d); | 
|---|
| [48] | 1193 |  | 
|---|
| [119] | 1194 | #undef  WinRegisterUserDatatype | 
|---|
|  | 1195 | #define WinRegisterUserDatatype _WinRegisterUserDatatype | 
|---|
|  | 1196 |  | 
|---|
| [10218] | 1197 | BOOL APIENTRY _WinRegisterUserMsg(HAB a, ULONG b, LONG c, LONG d, LONG e, LONG f, LONG g); | 
|---|
| [48] | 1198 |  | 
|---|
| [119] | 1199 | #undef  WinRegisterUserMsg | 
|---|
|  | 1200 | #define WinRegisterUserMsg _WinRegisterUserMsg | 
|---|
|  | 1201 |  | 
|---|
| [10218] | 1202 | BOOL APIENTRY _WinReplyMsg(HAB a, HMQ b, HMQ c, MRESULT d); | 
|---|
| [48] | 1203 |  | 
|---|
| [119] | 1204 | #undef  WinReplyMsg | 
|---|
|  | 1205 | #define WinReplyMsg _WinReplyMsg | 
|---|
|  | 1206 |  | 
|---|
| [10218] | 1207 | MRESULT APIENTRY _WinSendMsg(HWND a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 1208 |  | 
|---|
| [119] | 1209 | #undef  WinSendMsg | 
|---|
|  | 1210 | #define WinSendMsg _WinSendMsg | 
|---|
|  | 1211 |  | 
|---|
| [10218] | 1212 | BOOL APIENTRY _WinSetMsgMode(HAB a, PCSZ b, LONG c); | 
|---|
| [48] | 1213 |  | 
|---|
| [119] | 1214 | #undef  WinSetMsgMode | 
|---|
|  | 1215 | #define WinSetMsgMode _WinSetMsgMode | 
|---|
|  | 1216 |  | 
|---|
| [10218] | 1217 | BOOL APIENTRY _WinSetSynchroMode(HAB a, LONG b); | 
|---|
| [48] | 1218 |  | 
|---|
| [119] | 1219 | #undef  WinSetSynchroMode | 
|---|
|  | 1220 | #define WinSetSynchroMode _WinSetSynchroMode | 
|---|
|  | 1221 |  | 
|---|
| [10218] | 1222 | BOOL APIENTRY _WinThreadAssocQueue(HAB a, HMQ b); | 
|---|
| [48] | 1223 |  | 
|---|
| [119] | 1224 | #undef  WinThreadAssocQueue | 
|---|
|  | 1225 | #define WinThreadAssocQueue _WinThreadAssocQueue | 
|---|
|  | 1226 |  | 
|---|
| [10218] | 1227 | BOOL APIENTRY _WinWakeThread(HMQ a); | 
|---|
| [48] | 1228 |  | 
|---|
| [119] | 1229 | #undef  WinWakeThread | 
|---|
|  | 1230 | #define WinWakeThread _WinWakeThread | 
|---|
|  | 1231 |  | 
|---|
| [48] | 1232 | #endif | 
|---|
| [10218] | 1233 | HWND APIENTRY _WinCreateWindow(HWND a, PCSZ b, PCSZ c, ULONG d, LONG e, LONG f, LONG g, LONG h, HWND i, HWND j, ULONG k, PVOID l, PVOID m); | 
|---|
| [48] | 1234 |  | 
|---|
| [119] | 1235 | #undef  WinCreateWindow | 
|---|
|  | 1236 | #define WinCreateWindow _WinCreateWindow | 
|---|
|  | 1237 |  | 
|---|
| [10218] | 1238 | BOOL APIENTRY _WinDrawBitmap(HPS a, HBITMAP b, PRECTL c, PPOINTL d, LONG e, LONG f, ULONG g); | 
|---|
| [48] | 1239 |  | 
|---|
| [119] | 1240 | #undef  WinDrawBitmap | 
|---|
|  | 1241 | #define WinDrawBitmap _WinDrawBitmap | 
|---|
|  | 1242 |  | 
|---|
| [10218] | 1243 | BOOL APIENTRY _WinDrawBorder(HPS a, PRECTL b, LONG c, LONG d, LONG e, LONG f, ULONG g); | 
|---|
| [48] | 1244 |  | 
|---|
| [119] | 1245 | #undef  WinDrawBorder | 
|---|
|  | 1246 | #define WinDrawBorder _WinDrawBorder | 
|---|
|  | 1247 |  | 
|---|
| [10218] | 1248 | LONG APIENTRY _WinDrawText(HPS a, LONG b, PCH c, PRECTL d, LONG e, LONG f, ULONG g); | 
|---|
| [48] | 1249 |  | 
|---|
| [119] | 1250 | #undef  WinDrawText | 
|---|
|  | 1251 | #define WinDrawText _WinDrawText | 
|---|
|  | 1252 |  | 
|---|
| [10218] | 1253 | BOOL APIENTRY _WinEnableWindow(HWND a, BOOL b); | 
|---|
| [48] | 1254 |  | 
|---|
| [119] | 1255 | #undef  WinEnableWindow | 
|---|
|  | 1256 | #define WinEnableWindow _WinEnableWindow | 
|---|
|  | 1257 |  | 
|---|
| [10218] | 1258 | BOOL APIENTRY _WinEnableWindowUpdate(HWND a, BOOL b); | 
|---|
| [48] | 1259 |  | 
|---|
| [119] | 1260 | #undef  WinEnableWindowUpdate | 
|---|
|  | 1261 | #define WinEnableWindowUpdate _WinEnableWindowUpdate | 
|---|
|  | 1262 |  | 
|---|
| [10218] | 1263 | BOOL APIENTRY _WinInvalidateRect(HWND a, PRECTL b, BOOL c); | 
|---|
| [48] | 1264 |  | 
|---|
| [119] | 1265 | #undef  WinInvalidateRect | 
|---|
|  | 1266 | #define WinInvalidateRect _WinInvalidateRect | 
|---|
|  | 1267 |  | 
|---|
| [10218] | 1268 | BOOL APIENTRY _WinInvalidateRegion(HWND a, HRGN b, BOOL c); | 
|---|
| [48] | 1269 |  | 
|---|
| [119] | 1270 | #undef  WinInvalidateRegion | 
|---|
|  | 1271 | #define WinInvalidateRegion _WinInvalidateRegion | 
|---|
|  | 1272 |  | 
|---|
| [10218] | 1273 | BOOL APIENTRY _WinInvertRect(HPS a, PRECTL b); | 
|---|
| [48] | 1274 |  | 
|---|
| [119] | 1275 | #undef  WinInvertRect | 
|---|
|  | 1276 | #define WinInvertRect _WinInvertRect | 
|---|
|  | 1277 |  | 
|---|
| [10218] | 1278 | BOOL APIENTRY _WinIsChild(HWND a, HWND b); | 
|---|
| [48] | 1279 |  | 
|---|
| [119] | 1280 | #undef  WinIsChild | 
|---|
|  | 1281 | #define WinIsChild _WinIsChild | 
|---|
|  | 1282 |  | 
|---|
| [10218] | 1283 | BOOL APIENTRY _WinIsWindow(HAB a, HWND b); | 
|---|
| [48] | 1284 |  | 
|---|
| [119] | 1285 | #undef  WinIsWindow | 
|---|
|  | 1286 | #define WinIsWindow _WinIsWindow | 
|---|
|  | 1287 |  | 
|---|
| [10218] | 1288 | BOOL APIENTRY _WinIsWindowEnabled(HWND a); | 
|---|
| [48] | 1289 |  | 
|---|
| [119] | 1290 | #undef  WinIsWindowEnabled | 
|---|
|  | 1291 | #define WinIsWindowEnabled _WinIsWindowEnabled | 
|---|
|  | 1292 |  | 
|---|
| [10218] | 1293 | BOOL APIENTRY _WinIsWindowVisible(HWND a); | 
|---|
| [48] | 1294 |  | 
|---|
| [119] | 1295 | #undef  WinIsWindowVisible | 
|---|
|  | 1296 | #define WinIsWindowVisible _WinIsWindowVisible | 
|---|
|  | 1297 |  | 
|---|
| [10218] | 1298 | LONG APIENTRY _WinLoadMessage(HAB a, HMODULE b, ULONG c, LONG d, PSZ e); | 
|---|
| [48] | 1299 |  | 
|---|
| [119] | 1300 | #undef  WinLoadMessage | 
|---|
|  | 1301 | #define WinLoadMessage _WinLoadMessage | 
|---|
|  | 1302 |  | 
|---|
| [10218] | 1303 | LONG APIENTRY _WinLoadString(HAB a, HMODULE b, ULONG c, LONG d, PSZ e); | 
|---|
| [48] | 1304 |  | 
|---|
| [119] | 1305 | #undef  WinLoadString | 
|---|
|  | 1306 | #define WinLoadString _WinLoadString | 
|---|
|  | 1307 |  | 
|---|
| [10218] | 1308 | LONG APIENTRY _WinMultWindowFromIDs(HWND a, PHWND b, ULONG c, ULONG d); | 
|---|
| [48] | 1309 |  | 
|---|
| [119] | 1310 | #undef  WinMultWindowFromIDs | 
|---|
|  | 1311 | #define WinMultWindowFromIDs _WinMultWindowFromIDs | 
|---|
|  | 1312 |  | 
|---|
| [10218] | 1313 | HWND APIENTRY _WinQueryDesktopWindow(HAB a, HDC b); | 
|---|
| [48] | 1314 |  | 
|---|
| [119] | 1315 | #undef  WinQueryDesktopWindow | 
|---|
|  | 1316 | #define WinQueryDesktopWindow _WinQueryDesktopWindow | 
|---|
|  | 1317 |  | 
|---|
| [10218] | 1318 | HWND APIENTRY _WinQueryObjectWindow(HWND a); | 
|---|
| [48] | 1319 |  | 
|---|
| [119] | 1320 | #undef  WinQueryObjectWindow | 
|---|
|  | 1321 | #define WinQueryObjectWindow _WinQueryObjectWindow | 
|---|
|  | 1322 |  | 
|---|
| [10218] | 1323 | HPOINTER APIENTRY _WinQueryPointer(HWND a); | 
|---|
| [48] | 1324 |  | 
|---|
| [119] | 1325 | #undef  WinQueryPointer | 
|---|
|  | 1326 | #define WinQueryPointer _WinQueryPointer | 
|---|
|  | 1327 |  | 
|---|
| [10218] | 1328 | HWND APIENTRY _WinQueryWindow(HWND a, LONG b); | 
|---|
| [48] | 1329 |  | 
|---|
| [119] | 1330 | #undef  WinQueryWindow | 
|---|
|  | 1331 | #define WinQueryWindow _WinQueryWindow | 
|---|
|  | 1332 |  | 
|---|
| [10218] | 1333 | BOOL APIENTRY _WinQueryWindowPos(HWND a, PSWP b); | 
|---|
| [48] | 1334 |  | 
|---|
| [119] | 1335 | #undef  WinQueryWindowPos | 
|---|
|  | 1336 | #define WinQueryWindowPos _WinQueryWindowPos | 
|---|
|  | 1337 |  | 
|---|
| [10218] | 1338 | BOOL APIENTRY _WinQueryWindowProcess(HWND a, PPID b, PTID c); | 
|---|
| [48] | 1339 |  | 
|---|
| [119] | 1340 | #undef  WinQueryWindowProcess | 
|---|
|  | 1341 | #define WinQueryWindowProcess _WinQueryWindowProcess | 
|---|
|  | 1342 |  | 
|---|
| [10218] | 1343 | LONG APIENTRY _WinQueryWindowText(HWND a, LONG b, PCH c); | 
|---|
| [48] | 1344 |  | 
|---|
| [119] | 1345 | #undef  WinQueryWindowText | 
|---|
|  | 1346 | #define WinQueryWindowText _WinQueryWindowText | 
|---|
|  | 1347 |  | 
|---|
| [10218] | 1348 | LONG APIENTRY _WinQueryWindowTextLength(HWND a); | 
|---|
| [48] | 1349 |  | 
|---|
| [119] | 1350 | #undef  WinQueryWindowTextLength | 
|---|
|  | 1351 | #define WinQueryWindowTextLength _WinQueryWindowTextLength | 
|---|
|  | 1352 |  | 
|---|
| [10218] | 1353 | BOOL APIENTRY _WinSetMultWindowPos(HAB a, PSWP b, ULONG c); | 
|---|
| [48] | 1354 |  | 
|---|
| [119] | 1355 | #undef  WinSetMultWindowPos | 
|---|
|  | 1356 | #define WinSetMultWindowPos _WinSetMultWindowPos | 
|---|
|  | 1357 |  | 
|---|
| [10218] | 1358 | BOOL APIENTRY _WinSetOwner(HWND a, HWND b); | 
|---|
| [48] | 1359 |  | 
|---|
| [119] | 1360 | #undef  WinSetOwner | 
|---|
|  | 1361 | #define WinSetOwner _WinSetOwner | 
|---|
|  | 1362 |  | 
|---|
| [10218] | 1363 | BOOL APIENTRY _WinSetParent(HWND a, HWND b, BOOL c); | 
|---|
| [48] | 1364 |  | 
|---|
| [119] | 1365 | #undef  WinSetParent | 
|---|
|  | 1366 | #define WinSetParent _WinSetParent | 
|---|
|  | 1367 |  | 
|---|
| [10218] | 1368 | BOOL APIENTRY _WinSetWindowPos(HWND a, HWND b, LONG c, LONG d, LONG e, LONG f, ULONG g); | 
|---|
| [48] | 1369 |  | 
|---|
| [119] | 1370 | #undef  WinSetWindowPos | 
|---|
|  | 1371 | #define WinSetWindowPos _WinSetWindowPos | 
|---|
|  | 1372 |  | 
|---|
| [10218] | 1373 | BOOL APIENTRY _WinSetWindowText(HWND a, PCSZ b); | 
|---|
| [48] | 1374 |  | 
|---|
| [119] | 1375 | #undef  WinSetWindowText | 
|---|
|  | 1376 | #define WinSetWindowText _WinSetWindowText | 
|---|
|  | 1377 |  | 
|---|
| [10218] | 1378 | BOOL APIENTRY _WinUpdateWindow(HWND a); | 
|---|
| [48] | 1379 |  | 
|---|
| [119] | 1380 | #undef  WinUpdateWindow | 
|---|
|  | 1381 | #define WinUpdateWindow _WinUpdateWindow | 
|---|
|  | 1382 |  | 
|---|
| [10218] | 1383 | HWND APIENTRY _WinWindowFromID(HWND a, ULONG b); | 
|---|
| [48] | 1384 |  | 
|---|
| [119] | 1385 | #undef  WinWindowFromID | 
|---|
|  | 1386 | #define WinWindowFromID _WinWindowFromID | 
|---|
|  | 1387 |  | 
|---|
| [48] | 1388 | #ifdef INCL_WINFRAMEMGR | 
|---|
| [10218] | 1389 | HWND APIENTRY _WinCreateStdWindow(HWND a, ULONG b, PULONG c, PCSZ d, PCSZ e, ULONG f, HMODULE g, ULONG h, PHWND i); | 
|---|
| [48] | 1390 |  | 
|---|
| [119] | 1391 | #undef  WinCreateStdWindow | 
|---|
|  | 1392 | #define WinCreateStdWindow _WinCreateStdWindow | 
|---|
|  | 1393 |  | 
|---|
| [10218] | 1394 | BOOL APIENTRY _WinCalcFrameRect(HWND a, PRECTL b, BOOL c); | 
|---|
| [48] | 1395 |  | 
|---|
| [119] | 1396 | #undef  WinCalcFrameRect | 
|---|
|  | 1397 | #define WinCalcFrameRect _WinCalcFrameRect | 
|---|
|  | 1398 |  | 
|---|
| [10218] | 1399 | BOOL APIENTRY _WinCreateFrameControls(HWND a, PFRAMECDATA b, PCSZ c); | 
|---|
| [48] | 1400 |  | 
|---|
| [119] | 1401 | #undef  WinCreateFrameControls | 
|---|
|  | 1402 | #define WinCreateFrameControls _WinCreateFrameControls | 
|---|
|  | 1403 |  | 
|---|
| [10218] | 1404 | BOOL APIENTRY _WinFlashWindow(HWND a, BOOL b); | 
|---|
| [48] | 1405 |  | 
|---|
| [119] | 1406 | #undef  WinFlashWindow | 
|---|
|  | 1407 | #define WinFlashWindow _WinFlashWindow | 
|---|
|  | 1408 |  | 
|---|
| [10218] | 1409 | BOOL APIENTRY _WinGetMaxPosition(HWND a, PSWP b); | 
|---|
| [48] | 1410 |  | 
|---|
| [119] | 1411 | #undef  WinGetMaxPosition | 
|---|
|  | 1412 | #define WinGetMaxPosition _WinGetMaxPosition | 
|---|
|  | 1413 |  | 
|---|
| [10218] | 1414 | BOOL APIENTRY _WinGetMinPosition(HWND a, PSWP b, PPOINTL c); | 
|---|
| [48] | 1415 |  | 
|---|
| [119] | 1416 | #undef  WinGetMinPosition | 
|---|
|  | 1417 | #define WinGetMinPosition _WinGetMinPosition | 
|---|
|  | 1418 |  | 
|---|
| [10218] | 1419 | BOOL APIENTRY _WinSaveWindowPos(HSAVEWP a, PSWP b, ULONG c); | 
|---|
| [48] | 1420 |  | 
|---|
| [119] | 1421 | #undef  WinSaveWindowPos | 
|---|
|  | 1422 | #define WinSaveWindowPos _WinSaveWindowPos | 
|---|
|  | 1423 |  | 
|---|
| [48] | 1424 | #endif | 
|---|
|  | 1425 | #ifdef INCL_WINWINDOWMGR | 
|---|
| [10218] | 1426 | HPS APIENTRY _WinBeginPaint(HWND a, HPS b, PRECTL c); | 
|---|
| [48] | 1427 |  | 
|---|
| [119] | 1428 | #undef  WinBeginPaint | 
|---|
|  | 1429 | #define WinBeginPaint _WinBeginPaint | 
|---|
|  | 1430 |  | 
|---|
| [10218] | 1431 | MRESULT APIENTRY _WinDefWindowProc(HWND a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 1432 |  | 
|---|
| [119] | 1433 | #undef  WinDefWindowProc | 
|---|
|  | 1434 | #define WinDefWindowProc _WinDefWindowProc | 
|---|
|  | 1435 |  | 
|---|
| [10218] | 1436 | BOOL APIENTRY _WinDestroyWindow(HWND a); | 
|---|
| [48] | 1437 |  | 
|---|
| [119] | 1438 | #undef  WinDestroyWindow | 
|---|
|  | 1439 | #define WinDestroyWindow _WinDestroyWindow | 
|---|
|  | 1440 |  | 
|---|
| [10218] | 1441 | BOOL APIENTRY _WinEndPaint(HPS a); | 
|---|
| [48] | 1442 |  | 
|---|
| [119] | 1443 | #undef  WinEndPaint | 
|---|
|  | 1444 | #define WinEndPaint _WinEndPaint | 
|---|
|  | 1445 |  | 
|---|
| [10218] | 1446 | BOOL APIENTRY _WinFillRect(HPS a, PRECTL b, LONG c); | 
|---|
| [48] | 1447 |  | 
|---|
| [119] | 1448 | #undef  WinFillRect | 
|---|
|  | 1449 | #define WinFillRect _WinFillRect | 
|---|
|  | 1450 |  | 
|---|
| [10218] | 1451 | HPS APIENTRY _WinGetClipPS(HWND a, HWND b, ULONG c); | 
|---|
| [48] | 1452 |  | 
|---|
| [119] | 1453 | #undef  WinGetClipPS | 
|---|
|  | 1454 | #define WinGetClipPS _WinGetClipPS | 
|---|
|  | 1455 |  | 
|---|
| [10218] | 1456 | HPS APIENTRY _WinGetPS(HWND a); | 
|---|
| [48] | 1457 |  | 
|---|
| [119] | 1458 | #undef  WinGetPS | 
|---|
|  | 1459 | #define WinGetPS _WinGetPS | 
|---|
|  | 1460 |  | 
|---|
| [10218] | 1461 | HAB APIENTRY _WinInitialize(ULONG a); | 
|---|
| [48] | 1462 |  | 
|---|
| [119] | 1463 | #undef  WinInitialize | 
|---|
|  | 1464 | #define WinInitialize _WinInitialize | 
|---|
|  | 1465 |  | 
|---|
| [10218] | 1466 | BOOL APIENTRY _WinIsWindowShowing(HWND a); | 
|---|
| [48] | 1467 |  | 
|---|
| [119] | 1468 | #undef  WinIsWindowShowing | 
|---|
|  | 1469 | #define WinIsWindowShowing _WinIsWindowShowing | 
|---|
|  | 1470 |  | 
|---|
| [10218] | 1471 | HDC APIENTRY _WinOpenWindowDC(HWND a); | 
|---|
| [48] | 1472 |  | 
|---|
| [119] | 1473 | #undef  WinOpenWindowDC | 
|---|
|  | 1474 | #define WinOpenWindowDC _WinOpenWindowDC | 
|---|
|  | 1475 |  | 
|---|
| [10218] | 1476 | HAB APIENTRY _WinQueryAnchorBlock(HWND a); | 
|---|
| [48] | 1477 |  | 
|---|
| [119] | 1478 | #undef  WinQueryAnchorBlock | 
|---|
|  | 1479 | #define WinQueryAnchorBlock _WinQueryAnchorBlock | 
|---|
|  | 1480 |  | 
|---|
| [10218] | 1481 | ULONG APIENTRY _WinQueryVersion(HAB a); | 
|---|
| [48] | 1482 |  | 
|---|
| [119] | 1483 | #undef  WinQueryVersion | 
|---|
|  | 1484 | #define WinQueryVersion _WinQueryVersion | 
|---|
|  | 1485 |  | 
|---|
| [10218] | 1486 | BOOL APIENTRY _WinQueryWindowRect(HWND a, PRECTL b); | 
|---|
| [48] | 1487 |  | 
|---|
| [119] | 1488 | #undef  WinQueryWindowRect | 
|---|
|  | 1489 | #define WinQueryWindowRect _WinQueryWindowRect | 
|---|
|  | 1490 |  | 
|---|
| [10218] | 1491 | BOOL APIENTRY _WinRegisterClass(HAB a, PCSZ b, PFNWP c, ULONG d, ULONG e); | 
|---|
| [48] | 1492 |  | 
|---|
| [119] | 1493 | #undef  WinRegisterClass | 
|---|
|  | 1494 | #define WinRegisterClass _WinRegisterClass | 
|---|
|  | 1495 |  | 
|---|
| [10218] | 1496 | BOOL APIENTRY _WinReleasePS(HPS a); | 
|---|
| [48] | 1497 |  | 
|---|
| [119] | 1498 | #undef  WinReleasePS | 
|---|
|  | 1499 | #define WinReleasePS _WinReleasePS | 
|---|
|  | 1500 |  | 
|---|
| [10218] | 1501 | LONG APIENTRY _WinScrollWindow(HWND a, LONG b, LONG c, PRECTL d, PRECTL e, HRGN f, PRECTL g, ULONG h); | 
|---|
| [48] | 1502 |  | 
|---|
| [119] | 1503 | #undef  WinScrollWindow | 
|---|
|  | 1504 | #define WinScrollWindow _WinScrollWindow | 
|---|
|  | 1505 |  | 
|---|
| [10218] | 1506 | BOOL APIENTRY _WinSetActiveWindow(HWND a, HWND b); | 
|---|
| [48] | 1507 |  | 
|---|
| [119] | 1508 | #undef  WinSetActiveWindow | 
|---|
|  | 1509 | #define WinSetActiveWindow _WinSetActiveWindow | 
|---|
|  | 1510 |  | 
|---|
| [10218] | 1511 | BOOL APIENTRY _WinShowWindow(HWND a, BOOL b); | 
|---|
| [48] | 1512 |  | 
|---|
| [119] | 1513 | #undef  WinShowWindow | 
|---|
|  | 1514 | #define WinShowWindow _WinShowWindow | 
|---|
|  | 1515 |  | 
|---|
| [10218] | 1516 | BOOL APIENTRY _WinTerminate(HAB a); | 
|---|
| [48] | 1517 |  | 
|---|
| [119] | 1518 | #undef  WinTerminate | 
|---|
|  | 1519 | #define WinTerminate _WinTerminate | 
|---|
|  | 1520 |  | 
|---|
| [48] | 1521 | #endif | 
|---|
|  | 1522 | #ifdef INCL_WINWINDOWMGR | 
|---|
| [10218] | 1523 | HENUM APIENTRY _WinBeginEnumWindows(HWND a); | 
|---|
| [48] | 1524 |  | 
|---|
| [119] | 1525 | #undef  WinBeginEnumWindows | 
|---|
|  | 1526 | #define WinBeginEnumWindows _WinBeginEnumWindows | 
|---|
|  | 1527 |  | 
|---|
| [10218] | 1528 | BOOL APIENTRY _WinEndEnumWindows(HENUM a); | 
|---|
| [48] | 1529 |  | 
|---|
| [119] | 1530 | #undef  WinEndEnumWindows | 
|---|
|  | 1531 | #define WinEndEnumWindows _WinEndEnumWindows | 
|---|
|  | 1532 |  | 
|---|
| [10218] | 1533 | LONG APIENTRY _WinExcludeUpdateRegion(HPS a, HWND b); | 
|---|
| [48] | 1534 |  | 
|---|
| [119] | 1535 | #undef  WinExcludeUpdateRegion | 
|---|
|  | 1536 | #define WinExcludeUpdateRegion _WinExcludeUpdateRegion | 
|---|
|  | 1537 |  | 
|---|
| [10218] | 1538 | HWND APIENTRY _WinGetNextWindow(HENUM a); | 
|---|
| [48] | 1539 |  | 
|---|
| [119] | 1540 | #undef  WinGetNextWindow | 
|---|
|  | 1541 | #define WinGetNextWindow _WinGetNextWindow | 
|---|
|  | 1542 |  | 
|---|
| [10218] | 1543 | HPS APIENTRY _WinGetScreenPS(HWND a); | 
|---|
| [48] | 1544 |  | 
|---|
| [119] | 1545 | #undef  WinGetScreenPS | 
|---|
|  | 1546 | #define WinGetScreenPS _WinGetScreenPS | 
|---|
|  | 1547 |  | 
|---|
| [10218] | 1548 | BOOL APIENTRY _WinIsThreadActive(HAB a); | 
|---|
| [48] | 1549 |  | 
|---|
| [119] | 1550 | #undef  WinIsThreadActive | 
|---|
|  | 1551 | #define WinIsThreadActive _WinIsThreadActive | 
|---|
|  | 1552 |  | 
|---|
| [10218] | 1553 | BOOL APIENTRY _WinLockVisRegions(HWND a, BOOL b); | 
|---|
| [48] | 1554 |  | 
|---|
| [119] | 1555 | #undef  WinLockVisRegions | 
|---|
|  | 1556 | #define WinLockVisRegions _WinLockVisRegions | 
|---|
|  | 1557 |  | 
|---|
| [10218] | 1558 | BOOL APIENTRY _WinLockWindowUpdate(HWND a, HWND b); | 
|---|
| [48] | 1559 |  | 
|---|
| [119] | 1560 | #undef  WinLockWindowUpdate | 
|---|
|  | 1561 | #define WinLockWindowUpdate _WinLockWindowUpdate | 
|---|
|  | 1562 |  | 
|---|
| [10218] | 1563 | BOOL APIENTRY _WinMapWindowPoints(HWND a, HWND b, PPOINTL c, LONG d); | 
|---|
| [48] | 1564 |  | 
|---|
| [119] | 1565 | #undef  WinMapWindowPoints | 
|---|
|  | 1566 | #define WinMapWindowPoints _WinMapWindowPoints | 
|---|
|  | 1567 |  | 
|---|
| [10218] | 1568 | HWND APIENTRY _WinQueryActiveWindow(HWND a); | 
|---|
| [48] | 1569 |  | 
|---|
| [119] | 1570 | #undef  WinQueryActiveWindow | 
|---|
|  | 1571 | #define WinQueryActiveWindow _WinQueryActiveWindow | 
|---|
|  | 1572 |  | 
|---|
| [10218] | 1573 | BOOL APIENTRY _WinQueryClassInfo(HAB a, PCSZ b, PCLASSINFO c); | 
|---|
| [48] | 1574 |  | 
|---|
| [119] | 1575 | #undef  WinQueryClassInfo | 
|---|
|  | 1576 | #define WinQueryClassInfo _WinQueryClassInfo | 
|---|
|  | 1577 |  | 
|---|
| [10218] | 1578 | LONG APIENTRY _WinQueryClassName(HWND a, LONG b, PCH c); | 
|---|
| [48] | 1579 |  | 
|---|
| [119] | 1580 | #undef  WinQueryClassName | 
|---|
|  | 1581 | #define WinQueryClassName _WinQueryClassName | 
|---|
|  | 1582 |  | 
|---|
| [10218] | 1583 | BOOL APIENTRY _WinQueryUpdateRect(HWND a, PRECTL b); | 
|---|
| [48] | 1584 |  | 
|---|
| [119] | 1585 | #undef  WinQueryUpdateRect | 
|---|
|  | 1586 | #define WinQueryUpdateRect _WinQueryUpdateRect | 
|---|
|  | 1587 |  | 
|---|
| [10218] | 1588 | LONG APIENTRY _WinQueryUpdateRegion(HWND a, HRGN b); | 
|---|
| [48] | 1589 |  | 
|---|
| [119] | 1590 | #undef  WinQueryUpdateRegion | 
|---|
|  | 1591 | #define WinQueryUpdateRegion _WinQueryUpdateRegion | 
|---|
|  | 1592 |  | 
|---|
| [10218] | 1593 | HWND APIENTRY _WinQuerySysModalWindow(HWND a); | 
|---|
| [48] | 1594 |  | 
|---|
| [119] | 1595 | #undef  WinQuerySysModalWindow | 
|---|
|  | 1596 | #define WinQuerySysModalWindow _WinQuerySysModalWindow | 
|---|
|  | 1597 |  | 
|---|
| [10218] | 1598 | HDC APIENTRY _WinQueryWindowDC(HWND a); | 
|---|
| [48] | 1599 |  | 
|---|
| [119] | 1600 | #undef  WinQueryWindowDC | 
|---|
|  | 1601 | #define WinQueryWindowDC _WinQueryWindowDC | 
|---|
|  | 1602 |  | 
|---|
| [10218] | 1603 | PVOID APIENTRY _WinQueryWindowPtr(HWND a, LONG b); | 
|---|
| [48] | 1604 |  | 
|---|
| [119] | 1605 | #undef  WinQueryWindowPtr | 
|---|
|  | 1606 | #define WinQueryWindowPtr _WinQueryWindowPtr | 
|---|
|  | 1607 |  | 
|---|
| [10218] | 1608 | ULONG APIENTRY _WinQueryWindowULong(HWND a, LONG b); | 
|---|
| [48] | 1609 |  | 
|---|
| [119] | 1610 | #undef  WinQueryWindowULong | 
|---|
|  | 1611 | #define WinQueryWindowULong _WinQueryWindowULong | 
|---|
|  | 1612 |  | 
|---|
| [10218] | 1613 | USHORT APIENTRY _WinQueryWindowUShort(HWND a, LONG b); | 
|---|
| [48] | 1614 |  | 
|---|
| [119] | 1615 | #undef  WinQueryWindowUShort | 
|---|
|  | 1616 | #define WinQueryWindowUShort _WinQueryWindowUShort | 
|---|
|  | 1617 |  | 
|---|
| [10218] | 1618 | BOOL APIENTRY _WinSetSysModalWindow(HWND a, HWND b); | 
|---|
| [48] | 1619 |  | 
|---|
| [119] | 1620 | #undef  WinSetSysModalWindow | 
|---|
|  | 1621 | #define WinSetSysModalWindow _WinSetSysModalWindow | 
|---|
|  | 1622 |  | 
|---|
| [10218] | 1623 | BOOL APIENTRY _WinSetWindowBits(HWND a, LONG b, ULONG c, ULONG d); | 
|---|
| [48] | 1624 |  | 
|---|
| [119] | 1625 | #undef  WinSetWindowBits | 
|---|
|  | 1626 | #define WinSetWindowBits _WinSetWindowBits | 
|---|
|  | 1627 |  | 
|---|
| [10218] | 1628 | BOOL APIENTRY _WinSetWindowPtr(HWND a, LONG b, PVOID c); | 
|---|
| [48] | 1629 |  | 
|---|
| [119] | 1630 | #undef  WinSetWindowPtr | 
|---|
|  | 1631 | #define WinSetWindowPtr _WinSetWindowPtr | 
|---|
|  | 1632 |  | 
|---|
| [10218] | 1633 | BOOL APIENTRY _WinSetWindowULong(HWND a, LONG b, ULONG c); | 
|---|
| [48] | 1634 |  | 
|---|
| [119] | 1635 | #undef  WinSetWindowULong | 
|---|
|  | 1636 | #define WinSetWindowULong _WinSetWindowULong | 
|---|
|  | 1637 |  | 
|---|
| [10218] | 1638 | BOOL APIENTRY _WinSetWindowUShort(HWND a, LONG b, USHORT c); | 
|---|
| [48] | 1639 |  | 
|---|
| [119] | 1640 | #undef  WinSetWindowUShort | 
|---|
|  | 1641 | #define WinSetWindowUShort _WinSetWindowUShort | 
|---|
|  | 1642 |  | 
|---|
| [10218] | 1643 | PFNWP APIENTRY _WinSubclassWindow(HWND a, PFNWP b); | 
|---|
| [48] | 1644 |  | 
|---|
| [119] | 1645 | #undef  WinSubclassWindow | 
|---|
|  | 1646 | #define WinSubclassWindow _WinSubclassWindow | 
|---|
|  | 1647 |  | 
|---|
| [10218] | 1648 | BOOL APIENTRY _WinValidateRect(HWND a, PRECTL b, BOOL c); | 
|---|
| [48] | 1649 |  | 
|---|
| [119] | 1650 | #undef  WinValidateRect | 
|---|
|  | 1651 | #define WinValidateRect _WinValidateRect | 
|---|
|  | 1652 |  | 
|---|
| [10218] | 1653 | BOOL APIENTRY _WinValidateRegion(HWND a, HRGN b, BOOL c); | 
|---|
| [48] | 1654 |  | 
|---|
| [119] | 1655 | #undef  WinValidateRegion | 
|---|
|  | 1656 | #define WinValidateRegion _WinValidateRegion | 
|---|
|  | 1657 |  | 
|---|
| [10218] | 1658 | HWND APIENTRY _WinWindowFromDC(HDC a); | 
|---|
| [48] | 1659 |  | 
|---|
| [119] | 1660 | #undef  WinWindowFromDC | 
|---|
|  | 1661 | #define WinWindowFromDC _WinWindowFromDC | 
|---|
|  | 1662 |  | 
|---|
| [10218] | 1663 | HWND APIENTRY _WinWindowFromPoint(HWND a, PPOINTL b, BOOL c); | 
|---|
| [48] | 1664 |  | 
|---|
| [119] | 1665 | #undef  WinWindowFromPoint | 
|---|
|  | 1666 | #define WinWindowFromPoint _WinWindowFromPoint | 
|---|
|  | 1667 |  | 
|---|
| [48] | 1668 | #endif | 
|---|
|  | 1669 | #ifdef INCL_WINACCELERATORS | 
|---|
| [10218] | 1670 | ULONG APIENTRY _WinCopyAccelTable(HACCEL a, PACCELTABLE b, ULONG c); | 
|---|
| [48] | 1671 |  | 
|---|
| [119] | 1672 | #undef  WinCopyAccelTable | 
|---|
|  | 1673 | #define WinCopyAccelTable _WinCopyAccelTable | 
|---|
|  | 1674 |  | 
|---|
| [10218] | 1675 | HACCEL APIENTRY _WinCreateAccelTable(HAB a, PACCELTABLE b); | 
|---|
| [48] | 1676 |  | 
|---|
| [119] | 1677 | #undef  WinCreateAccelTable | 
|---|
|  | 1678 | #define WinCreateAccelTable _WinCreateAccelTable | 
|---|
|  | 1679 |  | 
|---|
| [10218] | 1680 | BOOL APIENTRY _WinDestroyAccelTable(HACCEL a); | 
|---|
| [48] | 1681 |  | 
|---|
| [119] | 1682 | #undef  WinDestroyAccelTable | 
|---|
|  | 1683 | #define WinDestroyAccelTable _WinDestroyAccelTable | 
|---|
|  | 1684 |  | 
|---|
| [10218] | 1685 | HACCEL APIENTRY _WinLoadAccelTable(HAB a, HMODULE b, ULONG c); | 
|---|
| [48] | 1686 |  | 
|---|
| [119] | 1687 | #undef  WinLoadAccelTable | 
|---|
|  | 1688 | #define WinLoadAccelTable _WinLoadAccelTable | 
|---|
|  | 1689 |  | 
|---|
| [10218] | 1690 | HACCEL APIENTRY _WinQueryAccelTable(HAB a, HWND b); | 
|---|
| [48] | 1691 |  | 
|---|
| [119] | 1692 | #undef  WinQueryAccelTable | 
|---|
|  | 1693 | #define WinQueryAccelTable _WinQueryAccelTable | 
|---|
|  | 1694 |  | 
|---|
| [10218] | 1695 | BOOL APIENTRY _WinSetAccelTable(HAB a, HACCEL b, HWND c); | 
|---|
| [48] | 1696 |  | 
|---|
| [119] | 1697 | #undef  WinSetAccelTable | 
|---|
|  | 1698 | #define WinSetAccelTable _WinSetAccelTable | 
|---|
|  | 1699 |  | 
|---|
| [10218] | 1700 | BOOL APIENTRY _WinTranslateAccel(HAB a, HWND b, HACCEL c, PQMSG d); | 
|---|
| [48] | 1701 |  | 
|---|
| [119] | 1702 | #undef  WinTranslateAccel | 
|---|
|  | 1703 | #define WinTranslateAccel _WinTranslateAccel | 
|---|
|  | 1704 |  | 
|---|
| [48] | 1705 | #endif | 
|---|
|  | 1706 | #ifdef INCL_WINATOM | 
|---|
| [10218] | 1707 | ATOM APIENTRY _WinAddAtom(HATOMTBL a, PCSZ b); | 
|---|
| [48] | 1708 |  | 
|---|
| [119] | 1709 | #undef  WinAddAtom | 
|---|
|  | 1710 | #define WinAddAtom _WinAddAtom | 
|---|
|  | 1711 |  | 
|---|
| [10218] | 1712 | HATOMTBL APIENTRY _WinCreateAtomTable(ULONG a, ULONG b); | 
|---|
| [48] | 1713 |  | 
|---|
| [119] | 1714 | #undef  WinCreateAtomTable | 
|---|
|  | 1715 | #define WinCreateAtomTable _WinCreateAtomTable | 
|---|
|  | 1716 |  | 
|---|
| [10218] | 1717 | ATOM APIENTRY _WinDeleteAtom(HATOMTBL a, ATOM b); | 
|---|
| [48] | 1718 |  | 
|---|
| [119] | 1719 | #undef  WinDeleteAtom | 
|---|
|  | 1720 | #define WinDeleteAtom _WinDeleteAtom | 
|---|
|  | 1721 |  | 
|---|
| [10218] | 1722 | HATOMTBL APIENTRY _WinDestroyAtomTable(HATOMTBL a); | 
|---|
| [48] | 1723 |  | 
|---|
| [119] | 1724 | #undef  WinDestroyAtomTable | 
|---|
|  | 1725 | #define WinDestroyAtomTable _WinDestroyAtomTable | 
|---|
|  | 1726 |  | 
|---|
| [10218] | 1727 | ATOM APIENTRY _WinFindAtom(HATOMTBL a, PCSZ b); | 
|---|
| [48] | 1728 |  | 
|---|
| [119] | 1729 | #undef  WinFindAtom | 
|---|
|  | 1730 | #define WinFindAtom _WinFindAtom | 
|---|
|  | 1731 |  | 
|---|
| [10218] | 1732 | ULONG APIENTRY _WinQueryAtomLength(HATOMTBL a, ATOM b); | 
|---|
| [48] | 1733 |  | 
|---|
| [119] | 1734 | #undef  WinQueryAtomLength | 
|---|
|  | 1735 | #define WinQueryAtomLength _WinQueryAtomLength | 
|---|
|  | 1736 |  | 
|---|
| [10218] | 1737 | ULONG APIENTRY _WinQueryAtomName(HATOMTBL a, ATOM b, PSZ c, ULONG d); | 
|---|
| [48] | 1738 |  | 
|---|
| [119] | 1739 | #undef  WinQueryAtomName | 
|---|
|  | 1740 | #define WinQueryAtomName _WinQueryAtomName | 
|---|
|  | 1741 |  | 
|---|
| [10218] | 1742 | ULONG APIENTRY _WinQueryAtomUsage(HATOMTBL a, ATOM b); | 
|---|
| [48] | 1743 |  | 
|---|
| [119] | 1744 | #undef  WinQueryAtomUsage | 
|---|
|  | 1745 | #define WinQueryAtomUsage _WinQueryAtomUsage | 
|---|
|  | 1746 |  | 
|---|
| [10218] | 1747 | HATOMTBL APIENTRY _WinQuerySystemAtomTable(); | 
|---|
| [48] | 1748 |  | 
|---|
| [119] | 1749 | #undef  WinQuerySystemAtomTable | 
|---|
|  | 1750 | #define WinQuerySystemAtomTable _WinQuerySystemAtomTable | 
|---|
|  | 1751 |  | 
|---|
| [48] | 1752 | #endif | 
|---|
|  | 1753 | #ifdef INCL_WINCLIPBOARD | 
|---|
| [10218] | 1754 | BOOL APIENTRY _WinCloseClipbrd(HAB a); | 
|---|
| [48] | 1755 |  | 
|---|
| [119] | 1756 | #undef  WinCloseClipbrd | 
|---|
|  | 1757 | #define WinCloseClipbrd _WinCloseClipbrd | 
|---|
|  | 1758 |  | 
|---|
| [10218] | 1759 | BOOL APIENTRY _WinEmptyClipbrd(HAB a); | 
|---|
| [48] | 1760 |  | 
|---|
| [119] | 1761 | #undef  WinEmptyClipbrd | 
|---|
|  | 1762 | #define WinEmptyClipbrd _WinEmptyClipbrd | 
|---|
|  | 1763 |  | 
|---|
| [10218] | 1764 | ULONG APIENTRY _WinEnumClipbrdFmts(HAB a, ULONG b); | 
|---|
| [48] | 1765 |  | 
|---|
| [119] | 1766 | #undef  WinEnumClipbrdFmts | 
|---|
|  | 1767 | #define WinEnumClipbrdFmts _WinEnumClipbrdFmts | 
|---|
|  | 1768 |  | 
|---|
| [10218] | 1769 | BOOL APIENTRY _WinOpenClipbrd(HAB a); | 
|---|
| [48] | 1770 |  | 
|---|
| [119] | 1771 | #undef  WinOpenClipbrd | 
|---|
|  | 1772 | #define WinOpenClipbrd _WinOpenClipbrd | 
|---|
|  | 1773 |  | 
|---|
| [10218] | 1774 | ULONG APIENTRY _WinQueryClipbrdData(HAB a, ULONG b); | 
|---|
| [48] | 1775 |  | 
|---|
| [119] | 1776 | #undef  WinQueryClipbrdData | 
|---|
|  | 1777 | #define WinQueryClipbrdData _WinQueryClipbrdData | 
|---|
|  | 1778 |  | 
|---|
| [10218] | 1779 | BOOL APIENTRY _WinQueryClipbrdFmtInfo(HAB a, ULONG b, PULONG c); | 
|---|
| [48] | 1780 |  | 
|---|
| [119] | 1781 | #undef  WinQueryClipbrdFmtInfo | 
|---|
|  | 1782 | #define WinQueryClipbrdFmtInfo _WinQueryClipbrdFmtInfo | 
|---|
|  | 1783 |  | 
|---|
| [10218] | 1784 | HWND APIENTRY _WinQueryClipbrdOwner(HAB a); | 
|---|
| [48] | 1785 |  | 
|---|
| [119] | 1786 | #undef  WinQueryClipbrdOwner | 
|---|
|  | 1787 | #define WinQueryClipbrdOwner _WinQueryClipbrdOwner | 
|---|
|  | 1788 |  | 
|---|
| [10218] | 1789 | HWND APIENTRY _WinQueryClipbrdViewer(HAB a); | 
|---|
| [48] | 1790 |  | 
|---|
| [119] | 1791 | #undef  WinQueryClipbrdViewer | 
|---|
|  | 1792 | #define WinQueryClipbrdViewer _WinQueryClipbrdViewer | 
|---|
|  | 1793 |  | 
|---|
| [10218] | 1794 | BOOL APIENTRY _WinSetClipbrdData(HAB a, ULONG b, ULONG c, ULONG d); | 
|---|
| [48] | 1795 |  | 
|---|
| [119] | 1796 | #undef  WinSetClipbrdData | 
|---|
|  | 1797 | #define WinSetClipbrdData _WinSetClipbrdData | 
|---|
|  | 1798 |  | 
|---|
| [10218] | 1799 | BOOL APIENTRY _WinSetClipbrdOwner(HAB a, HWND b); | 
|---|
| [48] | 1800 |  | 
|---|
| [119] | 1801 | #undef  WinSetClipbrdOwner | 
|---|
|  | 1802 | #define WinSetClipbrdOwner _WinSetClipbrdOwner | 
|---|
|  | 1803 |  | 
|---|
| [10218] | 1804 | BOOL APIENTRY _WinSetClipbrdViewer(HAB a, HWND b); | 
|---|
| [48] | 1805 |  | 
|---|
| [119] | 1806 | #undef  WinSetClipbrdViewer | 
|---|
|  | 1807 | #define WinSetClipbrdViewer _WinSetClipbrdViewer | 
|---|
|  | 1808 |  | 
|---|
| [10218] | 1809 |  | 
|---|
|  | 1810 | BOOL APIENTRY __OpenClipbrd(HAB a, HWND b); | 
|---|
|  | 1811 |  | 
|---|
|  | 1812 | #undef  _OpenClipbrd | 
|---|
|  | 1813 | #define _OpenClipbrd __OpenClipbrd | 
|---|
|  | 1814 |  | 
|---|
|  | 1815 | BOOL APIENTRY _Win32AddClipbrdViewer(HWND a); | 
|---|
|  | 1816 |  | 
|---|
|  | 1817 | #undef  Win32AddClipbrdViewer | 
|---|
|  | 1818 | #define Win32AddClipbrdViewer _Win32AddClipbrdViewer | 
|---|
|  | 1819 |  | 
|---|
|  | 1820 | BOOL APIENTRY _Win32RemoveClipbrdViewer(HWND a); | 
|---|
|  | 1821 |  | 
|---|
|  | 1822 | #undef  Win32RemoveClipbrdViewer | 
|---|
|  | 1823 | #define Win32RemoveClipbrdViewer _Win32RemoveClipbrdViewer | 
|---|
|  | 1824 |  | 
|---|
|  | 1825 | HWND APIENTRY _Win32QueryClipbrdViewerChain(); | 
|---|
|  | 1826 |  | 
|---|
|  | 1827 | #undef  Win32QueryClipbrdViewerChain | 
|---|
|  | 1828 | #define Win32QueryClipbrdViewerChain _Win32QueryClipbrdViewerChain | 
|---|
|  | 1829 |  | 
|---|
|  | 1830 | HWND APIENTRY _Win32QueryOpenClipbrdWindow(); | 
|---|
|  | 1831 |  | 
|---|
|  | 1832 | #undef  Win32QueryOpenClipbrdWindow | 
|---|
|  | 1833 | #define Win32QueryOpenClipbrdWindow _Win32QueryOpenClipbrdWindow | 
|---|
|  | 1834 |  | 
|---|
| [48] | 1835 | #endif | 
|---|
|  | 1836 | #ifdef INCL_WINDDE | 
|---|
| [10218] | 1837 | BOOL APIENTRY _WinDdeInitiate(HWND a, PCSZ b, PCSZ c, PCONVCONTEXT d); | 
|---|
| [48] | 1838 |  | 
|---|
| [119] | 1839 | #undef  WinDdeInitiate | 
|---|
|  | 1840 | #define WinDdeInitiate _WinDdeInitiate | 
|---|
|  | 1841 |  | 
|---|
| [10218] | 1842 | BOOL APIENTRY _WinDdePostMsg(HWND a, HWND b, ULONG c, PDDESTRUCT d, ULONG e); | 
|---|
| [48] | 1843 |  | 
|---|
| [119] | 1844 | #undef  WinDdePostMsg | 
|---|
|  | 1845 | #define WinDdePostMsg _WinDdePostMsg | 
|---|
|  | 1846 |  | 
|---|
| [10218] | 1847 | MRESULT APIENTRY _WinDdeRespond(HWND a, HWND b, PCSZ c, PCSZ d, PCONVCONTEXT e); | 
|---|
| [48] | 1848 |  | 
|---|
| [119] | 1849 | #undef  WinDdeRespond | 
|---|
|  | 1850 | #define WinDdeRespond _WinDdeRespond | 
|---|
|  | 1851 |  | 
|---|
| [48] | 1852 | #endif | 
|---|
|  | 1853 | #ifdef INCL_WINCOUNTRY | 
|---|
| [10218] | 1854 | ULONG APIENTRY _WinCompareStrings(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e, ULONG f); | 
|---|
| [48] | 1855 |  | 
|---|
| [119] | 1856 | #undef  WinCompareStrings | 
|---|
|  | 1857 | #define WinCompareStrings _WinCompareStrings | 
|---|
|  | 1858 |  | 
|---|
| [10218] | 1859 | UCHAR APIENTRY _WinCpTranslateChar(HAB a, ULONG b, UCHAR c, ULONG d); | 
|---|
| [48] | 1860 |  | 
|---|
| [119] | 1861 | #undef  WinCpTranslateChar | 
|---|
|  | 1862 | #define WinCpTranslateChar _WinCpTranslateChar | 
|---|
|  | 1863 |  | 
|---|
| [10218] | 1864 | BOOL APIENTRY _WinCpTranslateString(HAB a, ULONG b, PCSZ c, ULONG d, ULONG e, PSZ f); | 
|---|
| [48] | 1865 |  | 
|---|
| [119] | 1866 | #undef  WinCpTranslateString | 
|---|
|  | 1867 | #define WinCpTranslateString _WinCpTranslateString | 
|---|
|  | 1868 |  | 
|---|
| [10218] | 1869 | PCSZ APIENTRY _WinNextChar(HAB a, ULONG b, ULONG c, PCSZ d); | 
|---|
| [48] | 1870 |  | 
|---|
| [119] | 1871 | #undef  WinNextChar | 
|---|
|  | 1872 | #define WinNextChar _WinNextChar | 
|---|
|  | 1873 |  | 
|---|
| [10218] | 1874 | PCSZ APIENTRY _WinPrevChar(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e); | 
|---|
| [48] | 1875 |  | 
|---|
| [119] | 1876 | #undef  WinPrevChar | 
|---|
|  | 1877 | #define WinPrevChar _WinPrevChar | 
|---|
|  | 1878 |  | 
|---|
| [10218] | 1879 | ULONG APIENTRY _WinQueryCp(HMQ a); | 
|---|
| [48] | 1880 |  | 
|---|
| [119] | 1881 | #undef  WinQueryCp | 
|---|
|  | 1882 | #define WinQueryCp _WinQueryCp | 
|---|
|  | 1883 |  | 
|---|
| [10218] | 1884 | ULONG APIENTRY _WinQueryCpList(HAB a, ULONG b, PULONG c); | 
|---|
| [48] | 1885 |  | 
|---|
| [119] | 1886 | #undef  WinQueryCpList | 
|---|
|  | 1887 | #define WinQueryCpList _WinQueryCpList | 
|---|
|  | 1888 |  | 
|---|
| [10218] | 1889 | BOOL APIENTRY _WinSetCp(HMQ a, ULONG b); | 
|---|
| [48] | 1890 |  | 
|---|
| [119] | 1891 | #undef  WinSetCp | 
|---|
|  | 1892 | #define WinSetCp _WinSetCp | 
|---|
|  | 1893 |  | 
|---|
| [10218] | 1894 | ULONG APIENTRY _WinUpper(HAB a, ULONG b, ULONG c, PSZ d); | 
|---|
| [48] | 1895 |  | 
|---|
| [119] | 1896 | #undef  WinUpper | 
|---|
|  | 1897 | #define WinUpper _WinUpper | 
|---|
|  | 1898 |  | 
|---|
| [10218] | 1899 | ULONG APIENTRY _WinUpperChar(HAB a, ULONG b, ULONG c, ULONG d); | 
|---|
| [48] | 1900 |  | 
|---|
| [119] | 1901 | #undef  WinUpperChar | 
|---|
|  | 1902 | #define WinUpperChar _WinUpperChar | 
|---|
|  | 1903 |  | 
|---|
| [48] | 1904 | #endif | 
|---|
|  | 1905 | #ifdef INCL_WINCURSORS | 
|---|
| [10218] | 1906 | BOOL APIENTRY _WinCreateCursor(HWND a, LONG b, LONG c, LONG d, LONG e, ULONG f, PRECTL g); | 
|---|
| [48] | 1907 |  | 
|---|
| [119] | 1908 | #undef  WinCreateCursor | 
|---|
|  | 1909 | #define WinCreateCursor _WinCreateCursor | 
|---|
|  | 1910 |  | 
|---|
| [10218] | 1911 | BOOL APIENTRY _WinDestroyCursor(HWND a); | 
|---|
| [48] | 1912 |  | 
|---|
| [119] | 1913 | #undef  WinDestroyCursor | 
|---|
|  | 1914 | #define WinDestroyCursor _WinDestroyCursor | 
|---|
|  | 1915 |  | 
|---|
| [10218] | 1916 | BOOL APIENTRY _WinShowCursor(HWND a, BOOL b); | 
|---|
| [48] | 1917 |  | 
|---|
| [119] | 1918 | #undef  WinShowCursor | 
|---|
|  | 1919 | #define WinShowCursor _WinShowCursor | 
|---|
|  | 1920 |  | 
|---|
| [10218] | 1921 | BOOL APIENTRY _WinQueryCursorInfo(HWND a, PCURSORINFO b); | 
|---|
| [48] | 1922 |  | 
|---|
| [119] | 1923 | #undef  WinQueryCursorInfo | 
|---|
|  | 1924 | #define WinQueryCursorInfo _WinQueryCursorInfo | 
|---|
|  | 1925 |  | 
|---|
| [48] | 1926 | #endif | 
|---|
|  | 1927 | #ifdef INCL_WINDESKTOP | 
|---|
| [10218] | 1928 | BOOL APIENTRY _WinQueryDesktopBkgnd(HWND a, PDESKTOP b); | 
|---|
| [48] | 1929 |  | 
|---|
| [119] | 1930 | #undef  WinQueryDesktopBkgnd | 
|---|
|  | 1931 | #define WinQueryDesktopBkgnd _WinQueryDesktopBkgnd | 
|---|
|  | 1932 |  | 
|---|
| [10218] | 1933 | HBITMAP APIENTRY _WinSetDesktopBkgnd(HWND a, PDESKTOP b); | 
|---|
| [48] | 1934 |  | 
|---|
| [119] | 1935 | #undef  WinSetDesktopBkgnd | 
|---|
|  | 1936 | #define WinSetDesktopBkgnd _WinSetDesktopBkgnd | 
|---|
|  | 1937 |  | 
|---|
| [48] | 1938 | #endif | 
|---|
|  | 1939 | #ifdef INCL_WINDIALOGS | 
|---|
| [10218] | 1940 | BOOL APIENTRY _WinAlarm(HWND a, ULONG b); | 
|---|
| [48] | 1941 |  | 
|---|
| [119] | 1942 | #undef  WinAlarm | 
|---|
|  | 1943 | #define WinAlarm _WinAlarm | 
|---|
|  | 1944 |  | 
|---|
| [10218] | 1945 | MRESULT APIENTRY _WinDefDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 1946 |  | 
|---|
| [119] | 1947 | #undef  WinDefDlgProc | 
|---|
|  | 1948 | #define WinDefDlgProc _WinDefDlgProc | 
|---|
|  | 1949 |  | 
|---|
| [10218] | 1950 | BOOL APIENTRY _WinDismissDlg(HWND a, ULONG b); | 
|---|
| [48] | 1951 |  | 
|---|
| [119] | 1952 | #undef  WinDismissDlg | 
|---|
|  | 1953 | #define WinDismissDlg _WinDismissDlg | 
|---|
|  | 1954 |  | 
|---|
| [10218] | 1955 | ULONG APIENTRY _WinDlgBox(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f); | 
|---|
| [48] | 1956 |  | 
|---|
| [119] | 1957 | #undef  WinDlgBox | 
|---|
|  | 1958 | #define WinDlgBox _WinDlgBox | 
|---|
|  | 1959 |  | 
|---|
| [10218] | 1960 | BOOL APIENTRY _WinGetDlgMsg(HWND a, PQMSG b); | 
|---|
| [48] | 1961 |  | 
|---|
| [119] | 1962 | #undef  WinGetDlgMsg | 
|---|
|  | 1963 | #define WinGetDlgMsg _WinGetDlgMsg | 
|---|
|  | 1964 |  | 
|---|
| [10218] | 1965 | HWND APIENTRY _WinLoadDlg(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f); | 
|---|
| [48] | 1966 |  | 
|---|
| [119] | 1967 | #undef  WinLoadDlg | 
|---|
|  | 1968 | #define WinLoadDlg _WinLoadDlg | 
|---|
|  | 1969 |  | 
|---|
| [10218] | 1970 | ULONG APIENTRY _WinMessageBox(HWND a, HWND b, PCSZ c, PCSZ d, ULONG e, ULONG f); | 
|---|
| [48] | 1971 |  | 
|---|
| [119] | 1972 | #undef  WinMessageBox | 
|---|
|  | 1973 | #define WinMessageBox _WinMessageBox | 
|---|
|  | 1974 |  | 
|---|
| [10218] | 1975 | ULONG APIENTRY _WinMessageBox2(HWND a, HWND b, PSZ c, PSZ d, ULONG e, PMB2INFO f); | 
|---|
| [48] | 1976 |  | 
|---|
| [119] | 1977 | #undef  WinMessageBox2 | 
|---|
|  | 1978 | #define WinMessageBox2 _WinMessageBox2 | 
|---|
|  | 1979 |  | 
|---|
| [10218] | 1980 | BOOL APIENTRY _WinQueryDlgItemShort(HWND a, ULONG b, PSHORT c, BOOL d); | 
|---|
| [48] | 1981 |  | 
|---|
| [119] | 1982 | #undef  WinQueryDlgItemShort | 
|---|
|  | 1983 | #define WinQueryDlgItemShort _WinQueryDlgItemShort | 
|---|
|  | 1984 |  | 
|---|
| [10218] | 1985 | ULONG APIENTRY _WinQueryDlgItemText(HWND a, ULONG b, LONG c, PSZ d); | 
|---|
| [48] | 1986 |  | 
|---|
| [119] | 1987 | #undef  WinQueryDlgItemText | 
|---|
|  | 1988 | #define WinQueryDlgItemText _WinQueryDlgItemText | 
|---|
|  | 1989 |  | 
|---|
| [10218] | 1990 | LONG APIENTRY _WinQueryDlgItemTextLength(HWND a, ULONG b); | 
|---|
| [48] | 1991 |  | 
|---|
| [119] | 1992 | #undef  WinQueryDlgItemTextLength | 
|---|
|  | 1993 | #define WinQueryDlgItemTextLength _WinQueryDlgItemTextLength | 
|---|
|  | 1994 |  | 
|---|
| [10218] | 1995 | BOOL APIENTRY _WinSetDlgItemShort(HWND a, ULONG b, USHORT c, BOOL d); | 
|---|
| [48] | 1996 |  | 
|---|
| [119] | 1997 | #undef  WinSetDlgItemShort | 
|---|
|  | 1998 | #define WinSetDlgItemShort _WinSetDlgItemShort | 
|---|
|  | 1999 |  | 
|---|
| [10218] | 2000 | BOOL APIENTRY _WinSetDlgItemText(HWND a, ULONG b, PCSZ c); | 
|---|
| [48] | 2001 |  | 
|---|
| [119] | 2002 | #undef  WinSetDlgItemText | 
|---|
|  | 2003 | #define WinSetDlgItemText _WinSetDlgItemText | 
|---|
|  | 2004 |  | 
|---|
| [10218] | 2005 | HWND APIENTRY _WinCreateDlg(HWND a, HWND b, PFNWP c, PDLGTEMPLATE d, PVOID e); | 
|---|
| [48] | 2006 |  | 
|---|
| [119] | 2007 | #undef  WinCreateDlg | 
|---|
|  | 2008 | #define WinCreateDlg _WinCreateDlg | 
|---|
|  | 2009 |  | 
|---|
| [10218] | 2010 | HWND APIENTRY _WinEnumDlgItem(HWND a, HWND b, ULONG c); | 
|---|
| [48] | 2011 |  | 
|---|
| [119] | 2012 | #undef  WinEnumDlgItem | 
|---|
|  | 2013 | #define WinEnumDlgItem _WinEnumDlgItem | 
|---|
|  | 2014 |  | 
|---|
| [10218] | 2015 | BOOL APIENTRY _WinMapDlgPoints(HWND a, PPOINTL b, ULONG c, BOOL d); | 
|---|
| [48] | 2016 |  | 
|---|
| [119] | 2017 | #undef  WinMapDlgPoints | 
|---|
|  | 2018 | #define WinMapDlgPoints _WinMapDlgPoints | 
|---|
|  | 2019 |  | 
|---|
| [10218] | 2020 | ULONG APIENTRY _WinProcessDlg(HWND a); | 
|---|
| [48] | 2021 |  | 
|---|
| [119] | 2022 | #undef  WinProcessDlg | 
|---|
|  | 2023 | #define WinProcessDlg _WinProcessDlg | 
|---|
|  | 2024 |  | 
|---|
| [10218] | 2025 | MRESULT APIENTRY _WinSendDlgItemMsg(HWND a, ULONG b, ULONG c, MPARAM d, MPARAM e); | 
|---|
| [48] | 2026 |  | 
|---|
| [119] | 2027 | #undef  WinSendDlgItemMsg | 
|---|
|  | 2028 | #define WinSendDlgItemMsg _WinSendDlgItemMsg | 
|---|
|  | 2029 |  | 
|---|
| [10218] | 2030 | LONG APIENTRY _WinSubstituteStrings(HWND a, PCSZ b, LONG c, PSZ d); | 
|---|
| [48] | 2031 |  | 
|---|
| [119] | 2032 | #undef  WinSubstituteStrings | 
|---|
|  | 2033 | #define WinSubstituteStrings _WinSubstituteStrings | 
|---|
|  | 2034 |  | 
|---|
| [48] | 2035 | #endif | 
|---|
|  | 2036 | #ifdef INCL_WINERRORS | 
|---|
| [10218] | 2037 | ERRORID APIENTRY _WinGetLastError(HAB a); | 
|---|
| [48] | 2038 |  | 
|---|
| [119] | 2039 | #undef  WinGetLastError | 
|---|
|  | 2040 | #define WinGetLastError _WinGetLastError | 
|---|
|  | 2041 |  | 
|---|
| [10218] | 2042 | BOOL APIENTRY _WinFreeErrorInfo(PERRINFO a); | 
|---|
| [48] | 2043 |  | 
|---|
| [119] | 2044 | #undef  WinFreeErrorInfo | 
|---|
|  | 2045 | #define WinFreeErrorInfo _WinFreeErrorInfo | 
|---|
|  | 2046 |  | 
|---|
| [10218] | 2047 | PERRINFO APIENTRY _WinGetErrorInfo(HAB a); | 
|---|
| [48] | 2048 |  | 
|---|
| [119] | 2049 | #undef  WinGetErrorInfo | 
|---|
|  | 2050 | #define WinGetErrorInfo _WinGetErrorInfo | 
|---|
|  | 2051 |  | 
|---|
| [48] | 2052 | #endif | 
|---|
|  | 2053 | #ifdef INCL_WINHOOKS | 
|---|
| [10218] | 2054 | BOOL APIENTRY _WinCallMsgFilter(HAB a, PQMSG b, ULONG c); | 
|---|
| [48] | 2055 |  | 
|---|
| [119] | 2056 | #undef  WinCallMsgFilter | 
|---|
|  | 2057 | #define WinCallMsgFilter _WinCallMsgFilter | 
|---|
|  | 2058 |  | 
|---|
| [10218] | 2059 | BOOL APIENTRY _WinReleaseHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e); | 
|---|
| [48] | 2060 |  | 
|---|
| [119] | 2061 | #undef  WinReleaseHook | 
|---|
|  | 2062 | #define WinReleaseHook _WinReleaseHook | 
|---|
|  | 2063 |  | 
|---|
| [10218] | 2064 | BOOL APIENTRY _WinSetHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e); | 
|---|
| [48] | 2065 |  | 
|---|
| [119] | 2066 | #undef  WinSetHook | 
|---|
|  | 2067 | #define WinSetHook _WinSetHook | 
|---|
|  | 2068 |  | 
|---|
| [48] | 2069 | #endif | 
|---|
|  | 2070 | #ifdef INCL_WININPUT | 
|---|
| [10218] | 2071 | BOOL APIENTRY _WinFocusChange(HWND a, HWND b, ULONG c); | 
|---|
| [48] | 2072 |  | 
|---|
| [119] | 2073 | #undef  WinFocusChange | 
|---|
|  | 2074 | #define WinFocusChange _WinFocusChange | 
|---|
|  | 2075 |  | 
|---|
| [10218] | 2076 | BOOL APIENTRY _WinLockupSystem(HAB a); | 
|---|
| [48] | 2077 |  | 
|---|
| [119] | 2078 | #undef  WinLockupSystem | 
|---|
|  | 2079 | #define WinLockupSystem _WinLockupSystem | 
|---|
|  | 2080 |  | 
|---|
| [10218] | 2081 | BOOL APIENTRY _WinSetFocus(HWND a, HWND b); | 
|---|
| [48] | 2082 |  | 
|---|
| [119] | 2083 | #undef  WinSetFocus | 
|---|
|  | 2084 | #define WinSetFocus _WinSetFocus | 
|---|
|  | 2085 |  | 
|---|
| [10218] | 2086 | BOOL APIENTRY _WinUnlockSystem(HAB a, PSZ b); | 
|---|
| [48] | 2087 |  | 
|---|
| [119] | 2088 | #undef  WinUnlockSystem | 
|---|
|  | 2089 | #define WinUnlockSystem _WinUnlockSystem | 
|---|
|  | 2090 |  | 
|---|
| [10218] | 2091 | BOOL APIENTRY _WinCheckInput(HAB a); | 
|---|
| [48] | 2092 |  | 
|---|
| [119] | 2093 | #undef  WinCheckInput | 
|---|
|  | 2094 | #define WinCheckInput _WinCheckInput | 
|---|
|  | 2095 |  | 
|---|
| [10218] | 2096 | BOOL APIENTRY _WinEnablePhysInput(HWND a, BOOL b); | 
|---|
| [48] | 2097 |  | 
|---|
| [119] | 2098 | #undef  WinEnablePhysInput | 
|---|
|  | 2099 | #define WinEnablePhysInput _WinEnablePhysInput | 
|---|
|  | 2100 |  | 
|---|
| [10218] | 2101 | LONG APIENTRY _WinGetKeyState(HWND a, LONG b); | 
|---|
| [48] | 2102 |  | 
|---|
| [119] | 2103 | #undef  WinGetKeyState | 
|---|
|  | 2104 | #define WinGetKeyState _WinGetKeyState | 
|---|
|  | 2105 |  | 
|---|
| [10218] | 2106 | LONG APIENTRY _WinGetPhysKeyState(HWND a, LONG b); | 
|---|
| [48] | 2107 |  | 
|---|
| [119] | 2108 | #undef  WinGetPhysKeyState | 
|---|
|  | 2109 | #define WinGetPhysKeyState _WinGetPhysKeyState | 
|---|
|  | 2110 |  | 
|---|
| [10218] | 2111 | BOOL APIENTRY _WinIsPhysInputEnabled(HWND a); | 
|---|
| [48] | 2112 |  | 
|---|
| [119] | 2113 | #undef  WinIsPhysInputEnabled | 
|---|
|  | 2114 | #define WinIsPhysInputEnabled _WinIsPhysInputEnabled | 
|---|
|  | 2115 |  | 
|---|
| [10218] | 2116 | HWND APIENTRY _WinQueryCapture(HWND a); | 
|---|
| [48] | 2117 |  | 
|---|
| [119] | 2118 | #undef  WinQueryCapture | 
|---|
|  | 2119 | #define WinQueryCapture _WinQueryCapture | 
|---|
|  | 2120 |  | 
|---|
| [10218] | 2121 | HWND APIENTRY _WinQueryFocus(HWND a); | 
|---|
| [48] | 2122 |  | 
|---|
| [119] | 2123 | #undef  WinQueryFocus | 
|---|
|  | 2124 | #define WinQueryFocus _WinQueryFocus | 
|---|
|  | 2125 |  | 
|---|
| [10218] | 2126 | ULONG APIENTRY _WinQueryVisibleRegion(HWND a, HRGN b); | 
|---|
| [48] | 2127 |  | 
|---|
| [119] | 2128 | #undef  WinQueryVisibleRegion | 
|---|
|  | 2129 | #define WinQueryVisibleRegion _WinQueryVisibleRegion | 
|---|
|  | 2130 |  | 
|---|
| [10218] | 2131 | BOOL APIENTRY _WinSetCapture(HWND a, HWND b); | 
|---|
| [48] | 2132 |  | 
|---|
| [119] | 2133 | #undef  WinSetCapture | 
|---|
|  | 2134 | #define WinSetCapture _WinSetCapture | 
|---|
|  | 2135 |  | 
|---|
| [10218] | 2136 | BOOL APIENTRY _WinSetKeyboardStateTable(HWND a, PBYTE b, BOOL c); | 
|---|
| [48] | 2137 |  | 
|---|
| [119] | 2138 | #undef  WinSetKeyboardStateTable | 
|---|
|  | 2139 | #define WinSetKeyboardStateTable _WinSetKeyboardStateTable | 
|---|
|  | 2140 |  | 
|---|
| [10218] | 2141 | BOOL APIENTRY _WinSetVisibleRegionNotify(HWND a, BOOL b); | 
|---|
| [48] | 2142 |  | 
|---|
| [119] | 2143 | #undef  WinSetVisibleRegionNotify | 
|---|
|  | 2144 | #define WinSetVisibleRegionNotify _WinSetVisibleRegionNotify | 
|---|
|  | 2145 |  | 
|---|
| [48] | 2146 | #endif | 
|---|
|  | 2147 | #ifdef INCL_WINLOAD | 
|---|
| [10218] | 2148 | BOOL APIENTRY _WinDeleteLibrary(HAB a, HLIB b); | 
|---|
| [48] | 2149 |  | 
|---|
| [119] | 2150 | #undef  WinDeleteLibrary | 
|---|
|  | 2151 | #define WinDeleteLibrary _WinDeleteLibrary | 
|---|
|  | 2152 |  | 
|---|
| [10218] | 2153 | BOOL APIENTRY _WinDeleteProcedure(HAB a, PFNWP b); | 
|---|
| [48] | 2154 |  | 
|---|
| [119] | 2155 | #undef  WinDeleteProcedure | 
|---|
|  | 2156 | #define WinDeleteProcedure _WinDeleteProcedure | 
|---|
|  | 2157 |  | 
|---|
| [10218] | 2158 | HLIB APIENTRY _WinLoadLibrary(HAB a, PCSZ b); | 
|---|
| [48] | 2159 |  | 
|---|
| [119] | 2160 | #undef  WinLoadLibrary | 
|---|
|  | 2161 | #define WinLoadLibrary _WinLoadLibrary | 
|---|
|  | 2162 |  | 
|---|
| [10218] | 2163 | PFNWP APIENTRY _WinLoadProcedure(HAB a, HLIB b, PSZ c); | 
|---|
| [48] | 2164 |  | 
|---|
| [119] | 2165 | #undef  WinLoadProcedure | 
|---|
|  | 2166 | #define WinLoadProcedure _WinLoadProcedure | 
|---|
|  | 2167 |  | 
|---|
| [48] | 2168 | #endif | 
|---|
|  | 2169 | #ifdef INCL_WINMENUS | 
|---|
| [10218] | 2170 | HWND APIENTRY _WinCreateMenu(HWND a, PVOID b); | 
|---|
| [48] | 2171 |  | 
|---|
| [119] | 2172 | #undef  WinCreateMenu | 
|---|
|  | 2173 | #define WinCreateMenu _WinCreateMenu | 
|---|
|  | 2174 |  | 
|---|
| [10218] | 2175 | HWND APIENTRY _WinLoadMenu(HWND a, HMODULE b, ULONG c); | 
|---|
| [48] | 2176 |  | 
|---|
| [119] | 2177 | #undef  WinLoadMenu | 
|---|
|  | 2178 | #define WinLoadMenu _WinLoadMenu | 
|---|
|  | 2179 |  | 
|---|
| [10218] | 2180 | BOOL APIENTRY _WinPopupMenu(HWND a, HWND b, HWND c, LONG d, LONG e, LONG f, ULONG g); | 
|---|
| [48] | 2181 |  | 
|---|
| [119] | 2182 | #undef  WinPopupMenu | 
|---|
|  | 2183 | #define WinPopupMenu _WinPopupMenu | 
|---|
|  | 2184 |  | 
|---|
| [48] | 2185 | #endif | 
|---|
|  | 2186 | #ifdef INCL_WINMESSAGEMGR | 
|---|
| [10218] | 2187 | BOOL APIENTRY _WinBroadcastMsg(HWND a, ULONG b, MPARAM c, MPARAM d, ULONG e); | 
|---|
| [48] | 2188 |  | 
|---|
| [119] | 2189 | #undef  WinBroadcastMsg | 
|---|
|  | 2190 | #define WinBroadcastMsg _WinBroadcastMsg | 
|---|
|  | 2191 |  | 
|---|
| [10218] | 2192 | BOOL APIENTRY _WinInSendMsg(HAB a); | 
|---|
| [48] | 2193 |  | 
|---|
| [119] | 2194 | #undef  WinInSendMsg | 
|---|
|  | 2195 | #define WinInSendMsg _WinInSendMsg | 
|---|
|  | 2196 |  | 
|---|
| [10218] | 2197 | BOOL APIENTRY _WinPostQueueMsg(HMQ a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 2198 |  | 
|---|
| [119] | 2199 | #undef  WinPostQueueMsg | 
|---|
|  | 2200 | #define WinPostQueueMsg _WinPostQueueMsg | 
|---|
|  | 2201 |  | 
|---|
| [10218] | 2202 | BOOL APIENTRY _WinQueryMsgPos(HAB a, PPOINTL b); | 
|---|
| [48] | 2203 |  | 
|---|
| [119] | 2204 | #undef  WinQueryMsgPos | 
|---|
|  | 2205 | #define WinQueryMsgPos _WinQueryMsgPos | 
|---|
|  | 2206 |  | 
|---|
| [10218] | 2207 | ULONG APIENTRY _WinQueryMsgTime(HAB a); | 
|---|
| [48] | 2208 |  | 
|---|
| [119] | 2209 | #undef  WinQueryMsgTime | 
|---|
|  | 2210 | #define WinQueryMsgTime _WinQueryMsgTime | 
|---|
|  | 2211 |  | 
|---|
| [10218] | 2212 | ULONG APIENTRY _WinQueryQueueStatus(HWND a); | 
|---|
| [48] | 2213 |  | 
|---|
| [119] | 2214 | #undef  WinQueryQueueStatus | 
|---|
|  | 2215 | #define WinQueryQueueStatus _WinQueryQueueStatus | 
|---|
|  | 2216 |  | 
|---|
| [10218] | 2217 | ULONG APIENTRY _WinRequestMutexSem(HMTX a, ULONG b); | 
|---|
| [48] | 2218 |  | 
|---|
| [119] | 2219 | #undef  WinRequestMutexSem | 
|---|
|  | 2220 | #define WinRequestMutexSem _WinRequestMutexSem | 
|---|
|  | 2221 |  | 
|---|
| [10218] | 2222 | BOOL APIENTRY _WinSetClassMsgInterest(HAB a, PCSZ b, ULONG c, LONG d); | 
|---|
| [48] | 2223 |  | 
|---|
| [119] | 2224 | #undef  WinSetClassMsgInterest | 
|---|
|  | 2225 | #define WinSetClassMsgInterest _WinSetClassMsgInterest | 
|---|
|  | 2226 |  | 
|---|
| [10218] | 2227 | BOOL APIENTRY _WinSetMsgInterest(HWND a, ULONG b, LONG c); | 
|---|
| [48] | 2228 |  | 
|---|
| [119] | 2229 | #undef  WinSetMsgInterest | 
|---|
|  | 2230 | #define WinSetMsgInterest _WinSetMsgInterest | 
|---|
|  | 2231 |  | 
|---|
| [10218] | 2232 | ULONG APIENTRY _WinWaitEventSem(HEV a, ULONG b); | 
|---|
| [48] | 2233 |  | 
|---|
| [119] | 2234 | #undef  WinWaitEventSem | 
|---|
|  | 2235 | #define WinWaitEventSem _WinWaitEventSem | 
|---|
|  | 2236 |  | 
|---|
| [10218] | 2237 | BOOL APIENTRY _WinWaitMsg(HAB a, ULONG b, ULONG c); | 
|---|
| [48] | 2238 |  | 
|---|
| [119] | 2239 | #undef  WinWaitMsg | 
|---|
|  | 2240 | #define WinWaitMsg _WinWaitMsg | 
|---|
|  | 2241 |  | 
|---|
| [10218] | 2242 | ULONG APIENTRY _WinWaitMuxWaitSem(HMUX a, ULONG b, PULONG c); | 
|---|
| [48] | 2243 |  | 
|---|
| [119] | 2244 | #undef  WinWaitMuxWaitSem | 
|---|
|  | 2245 | #define WinWaitMuxWaitSem _WinWaitMuxWaitSem | 
|---|
|  | 2246 |  | 
|---|
| [48] | 2247 | #endif | 
|---|
|  | 2248 | #ifdef INCL_WINPALETTE | 
|---|
| [10218] | 2249 | LONG APIENTRY _WinRealizePalette(HWND a, HPS b, PULONG c); | 
|---|
| [48] | 2250 |  | 
|---|
| [119] | 2251 | #undef  WinRealizePalette | 
|---|
|  | 2252 | #define WinRealizePalette _WinRealizePalette | 
|---|
|  | 2253 |  | 
|---|
| [48] | 2254 | #endif | 
|---|
|  | 2255 | #ifdef INCL_WINPOINTERS | 
|---|
| [10218] | 2256 | HPOINTER APIENTRY _WinCreatePointer(HWND a, HBITMAP b, BOOL c, LONG d, LONG e); | 
|---|
| [48] | 2257 |  | 
|---|
| [119] | 2258 | #undef  WinCreatePointer | 
|---|
|  | 2259 | #define WinCreatePointer _WinCreatePointer | 
|---|
|  | 2260 |  | 
|---|
| [10218] | 2261 | HPOINTER APIENTRY _WinCreatePointerIndirect(HWND a, PPOINTERINFO b); | 
|---|
| [48] | 2262 |  | 
|---|
| [119] | 2263 | #undef  WinCreatePointerIndirect | 
|---|
|  | 2264 | #define WinCreatePointerIndirect _WinCreatePointerIndirect | 
|---|
|  | 2265 |  | 
|---|
| [10218] | 2266 | BOOL APIENTRY _WinDestroyPointer(HPOINTER a); | 
|---|
| [48] | 2267 |  | 
|---|
| [119] | 2268 | #undef  WinDestroyPointer | 
|---|
|  | 2269 | #define WinDestroyPointer _WinDestroyPointer | 
|---|
|  | 2270 |  | 
|---|
| [10218] | 2271 | BOOL APIENTRY _WinDrawPointer(HPS a, LONG b, LONG c, HPOINTER d, ULONG e); | 
|---|
| [48] | 2272 |  | 
|---|
| [119] | 2273 | #undef  WinDrawPointer | 
|---|
|  | 2274 | #define WinDrawPointer _WinDrawPointer | 
|---|
|  | 2275 |  | 
|---|
| [10218] | 2276 | HBITMAP APIENTRY _WinGetSysBitmap(HWND a, ULONG b); | 
|---|
| [48] | 2277 |  | 
|---|
| [119] | 2278 | #undef  WinGetSysBitmap | 
|---|
|  | 2279 | #define WinGetSysBitmap _WinGetSysBitmap | 
|---|
|  | 2280 |  | 
|---|
| [10218] | 2281 | HPOINTER APIENTRY _WinLoadPointer(HWND a, HMODULE b, ULONG c); | 
|---|
| [48] | 2282 |  | 
|---|
| [119] | 2283 | #undef  WinLoadPointer | 
|---|
|  | 2284 | #define WinLoadPointer _WinLoadPointer | 
|---|
|  | 2285 |  | 
|---|
| [10218] | 2286 | BOOL APIENTRY _WinLockPointerUpdate(HWND a, HPOINTER b, ULONG c); | 
|---|
| [48] | 2287 |  | 
|---|
| [119] | 2288 | #undef  WinLockPointerUpdate | 
|---|
|  | 2289 | #define WinLockPointerUpdate _WinLockPointerUpdate | 
|---|
|  | 2290 |  | 
|---|
| [10218] | 2291 | BOOL APIENTRY _WinQueryPointerPos(HWND a, PPOINTL b); | 
|---|
| [48] | 2292 |  | 
|---|
| [119] | 2293 | #undef  WinQueryPointerPos | 
|---|
|  | 2294 | #define WinQueryPointerPos _WinQueryPointerPos | 
|---|
|  | 2295 |  | 
|---|
| [10218] | 2296 | BOOL APIENTRY _WinQueryPointerInfo(HPOINTER a, PPOINTERINFO b); | 
|---|
| [48] | 2297 |  | 
|---|
| [119] | 2298 | #undef  WinQueryPointerInfo | 
|---|
|  | 2299 | #define WinQueryPointerInfo _WinQueryPointerInfo | 
|---|
|  | 2300 |  | 
|---|
| [10218] | 2301 | HPOINTER APIENTRY _WinQuerySysPointer(HWND a, LONG b, BOOL c); | 
|---|
| [48] | 2302 |  | 
|---|
| [119] | 2303 | #undef  WinQuerySysPointer | 
|---|
|  | 2304 | #define WinQuerySysPointer _WinQuerySysPointer | 
|---|
|  | 2305 |  | 
|---|
| [10218] | 2306 | BOOL APIENTRY _WinQuerySysPointerData(HWND a, ULONG b, PICONINFO c); | 
|---|
| [48] | 2307 |  | 
|---|
| [119] | 2308 | #undef  WinQuerySysPointerData | 
|---|
|  | 2309 | #define WinQuerySysPointerData _WinQuerySysPointerData | 
|---|
|  | 2310 |  | 
|---|
| [10218] | 2311 | BOOL APIENTRY _WinSetPointer(HWND a, HPOINTER b); | 
|---|
| [48] | 2312 |  | 
|---|
| [119] | 2313 | #undef  WinSetPointer | 
|---|
|  | 2314 | #define WinSetPointer _WinSetPointer | 
|---|
|  | 2315 |  | 
|---|
| [10218] | 2316 | BOOL APIENTRY _WinSetPointerOwner(HPOINTER a, PID b, BOOL c); | 
|---|
| [48] | 2317 |  | 
|---|
| [119] | 2318 | #undef  WinSetPointerOwner | 
|---|
|  | 2319 | #define WinSetPointerOwner _WinSetPointerOwner | 
|---|
|  | 2320 |  | 
|---|
| [10218] | 2321 | BOOL APIENTRY _WinSetPointerPos(HWND a, LONG b, LONG c); | 
|---|
| [48] | 2322 |  | 
|---|
| [119] | 2323 | #undef  WinSetPointerPos | 
|---|
|  | 2324 | #define WinSetPointerPos _WinSetPointerPos | 
|---|
|  | 2325 |  | 
|---|
| [10218] | 2326 | BOOL APIENTRY _WinSetSysPointerData(HWND a, ULONG b, PICONINFO c); | 
|---|
| [48] | 2327 |  | 
|---|
| [119] | 2328 | #undef  WinSetSysPointerData | 
|---|
|  | 2329 | #define WinSetSysPointerData _WinSetSysPointerData | 
|---|
|  | 2330 |  | 
|---|
| [10218] | 2331 | BOOL APIENTRY _WinShowPointer(HWND a, BOOL b); | 
|---|
| [48] | 2332 |  | 
|---|
| [119] | 2333 | #undef  WinShowPointer | 
|---|
|  | 2334 | #define WinShowPointer _WinShowPointer | 
|---|
|  | 2335 |  | 
|---|
| [48] | 2336 | #endif | 
|---|
|  | 2337 | #ifdef INCL_WINRECTANGLES | 
|---|
| [10218] | 2338 | BOOL APIENTRY _WinCopyRect(HAB a, PRECTL b, PRECTL c); | 
|---|
| [48] | 2339 |  | 
|---|
| [119] | 2340 | #undef  WinCopyRect | 
|---|
|  | 2341 | #define WinCopyRect _WinCopyRect | 
|---|
|  | 2342 |  | 
|---|
| [10218] | 2343 | BOOL APIENTRY _WinEqualRect(HAB a, PRECTL b, PRECTL c); | 
|---|
| [48] | 2344 |  | 
|---|
| [119] | 2345 | #undef  WinEqualRect | 
|---|
|  | 2346 | #define WinEqualRect _WinEqualRect | 
|---|
|  | 2347 |  | 
|---|
| [10218] | 2348 | BOOL APIENTRY _WinInflateRect(HAB a, PRECTL b, LONG c, LONG d); | 
|---|
| [48] | 2349 |  | 
|---|
| [119] | 2350 | #undef  WinInflateRect | 
|---|
|  | 2351 | #define WinInflateRect _WinInflateRect | 
|---|
|  | 2352 |  | 
|---|
| [10218] | 2353 | BOOL APIENTRY _WinIntersectRect(HAB a, PRECTL b, PRECTL c, PRECTL d); | 
|---|
| [48] | 2354 |  | 
|---|
| [119] | 2355 | #undef  WinIntersectRect | 
|---|
|  | 2356 | #define WinIntersectRect _WinIntersectRect | 
|---|
|  | 2357 |  | 
|---|
| [10218] | 2358 | BOOL APIENTRY _WinIsRectEmpty(HAB a, PRECTL b); | 
|---|
| [48] | 2359 |  | 
|---|
| [119] | 2360 | #undef  WinIsRectEmpty | 
|---|
|  | 2361 | #define WinIsRectEmpty _WinIsRectEmpty | 
|---|
|  | 2362 |  | 
|---|
| [10218] | 2363 | BOOL APIENTRY _WinMakePoints(HAB a, PPOINTL b, ULONG c); | 
|---|
| [48] | 2364 |  | 
|---|
| [119] | 2365 | #undef  WinMakePoints | 
|---|
|  | 2366 | #define WinMakePoints _WinMakePoints | 
|---|
|  | 2367 |  | 
|---|
| [10218] | 2368 | BOOL APIENTRY _WinMakeRect(HAB a, PRECTL b); | 
|---|
| [48] | 2369 |  | 
|---|
| [119] | 2370 | #undef  WinMakeRect | 
|---|
|  | 2371 | #define WinMakeRect _WinMakeRect | 
|---|
|  | 2372 |  | 
|---|
| [10218] | 2373 | BOOL APIENTRY _WinOffsetRect(HAB a, PRECTL b, LONG c, LONG d); | 
|---|
| [48] | 2374 |  | 
|---|
| [119] | 2375 | #undef  WinOffsetRect | 
|---|
|  | 2376 | #define WinOffsetRect _WinOffsetRect | 
|---|
|  | 2377 |  | 
|---|
| [10218] | 2378 | BOOL APIENTRY _WinPtInRect(HAB a, PRECTL b, PPOINTL c); | 
|---|
| [48] | 2379 |  | 
|---|
| [119] | 2380 | #undef  WinPtInRect | 
|---|
|  | 2381 | #define WinPtInRect _WinPtInRect | 
|---|
|  | 2382 |  | 
|---|
| [10218] | 2383 | BOOL APIENTRY _WinSetRect(HAB a, PRECTL b, LONG c, LONG d, LONG e, LONG f); | 
|---|
| [48] | 2384 |  | 
|---|
| [119] | 2385 | #undef  WinSetRect | 
|---|
|  | 2386 | #define WinSetRect _WinSetRect | 
|---|
|  | 2387 |  | 
|---|
| [10218] | 2388 | BOOL APIENTRY _WinSetRectEmpty(HAB a, PRECTL b); | 
|---|
| [48] | 2389 |  | 
|---|
| [119] | 2390 | #undef  WinSetRectEmpty | 
|---|
|  | 2391 | #define WinSetRectEmpty _WinSetRectEmpty | 
|---|
|  | 2392 |  | 
|---|
| [10218] | 2393 | BOOL APIENTRY _WinSubtractRect(HAB a, PRECTL b, PRECTL c, PRECTL d); | 
|---|
| [48] | 2394 |  | 
|---|
| [119] | 2395 | #undef  WinSubtractRect | 
|---|
|  | 2396 | #define WinSubtractRect _WinSubtractRect | 
|---|
|  | 2397 |  | 
|---|
| [10218] | 2398 | BOOL APIENTRY _WinUnionRect(HAB a, PRECTL b, PRECTL c, PRECTL d); | 
|---|
| [48] | 2399 |  | 
|---|
| [119] | 2400 | #undef  WinUnionRect | 
|---|
|  | 2401 | #define WinUnionRect _WinUnionRect | 
|---|
|  | 2402 |  | 
|---|
| [48] | 2403 | #endif | 
|---|
|  | 2404 | #ifdef INCL_WINSYS | 
|---|
| [10218] | 2405 | LONG APIENTRY _WinQueryControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e); | 
|---|
| [48] | 2406 |  | 
|---|
| [119] | 2407 | #undef  WinQueryControlColors | 
|---|
|  | 2408 | #define WinQueryControlColors _WinQueryControlColors | 
|---|
|  | 2409 |  | 
|---|
| [10218] | 2410 | ULONG APIENTRY _WinQueryPresParam(HWND a, ULONG b, ULONG c, PULONG d, ULONG e, PVOID f, ULONG g); | 
|---|
| [48] | 2411 |  | 
|---|
| [119] | 2412 | #undef  WinQueryPresParam | 
|---|
|  | 2413 | #define WinQueryPresParam _WinQueryPresParam | 
|---|
|  | 2414 |  | 
|---|
| [10218] | 2415 | LONG APIENTRY _WinQuerySysColor(HWND a, LONG b, LONG c); | 
|---|
| [48] | 2416 |  | 
|---|
| [119] | 2417 | #undef  WinQuerySysColor | 
|---|
|  | 2418 | #define WinQuerySysColor _WinQuerySysColor | 
|---|
|  | 2419 |  | 
|---|
| [10218] | 2420 | LONG APIENTRY _WinQuerySysValue(HWND a, LONG b); | 
|---|
| [48] | 2421 |  | 
|---|
| [119] | 2422 | #undef  WinQuerySysValue | 
|---|
|  | 2423 | #define WinQuerySysValue _WinQuerySysValue | 
|---|
|  | 2424 |  | 
|---|
| [10218] | 2425 | BOOL APIENTRY _WinRemovePresParam(HWND a, ULONG b); | 
|---|
| [48] | 2426 |  | 
|---|
| [119] | 2427 | #undef  WinRemovePresParam | 
|---|
|  | 2428 | #define WinRemovePresParam _WinRemovePresParam | 
|---|
|  | 2429 |  | 
|---|
| [10218] | 2430 | LONG APIENTRY _WinSetControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e); | 
|---|
| [48] | 2431 |  | 
|---|
| [119] | 2432 | #undef  WinSetControlColors | 
|---|
|  | 2433 | #define WinSetControlColors _WinSetControlColors | 
|---|
|  | 2434 |  | 
|---|
| [10218] | 2435 | BOOL APIENTRY _WinSetPresParam(HWND a, ULONG b, ULONG c, PVOID d); | 
|---|
| [48] | 2436 |  | 
|---|
| [119] | 2437 | #undef  WinSetPresParam | 
|---|
|  | 2438 | #define WinSetPresParam _WinSetPresParam | 
|---|
|  | 2439 |  | 
|---|
| [10218] | 2440 | BOOL APIENTRY _WinSetSysColors(HWND a, ULONG b, ULONG c, LONG d, ULONG e, PLONG f); | 
|---|
| [48] | 2441 |  | 
|---|
| [119] | 2442 | #undef  WinSetSysColors | 
|---|
|  | 2443 | #define WinSetSysColors _WinSetSysColors | 
|---|
|  | 2444 |  | 
|---|
| [10218] | 2445 | BOOL APIENTRY _WinSetSysValue(HWND a, LONG b, LONG c); | 
|---|
| [48] | 2446 |  | 
|---|
| [119] | 2447 | #undef  WinSetSysValue | 
|---|
|  | 2448 | #define WinSetSysValue _WinSetSysValue | 
|---|
|  | 2449 |  | 
|---|
| [48] | 2450 | #endif | 
|---|
|  | 2451 | #ifdef INCL_WINTHUNKAPI | 
|---|
| [10218] | 2452 | PFN APIENTRY _WinQueryClassThunkProc(PCSZ a); | 
|---|
| [48] | 2453 |  | 
|---|
| [119] | 2454 | #undef  WinQueryClassThunkProc | 
|---|
|  | 2455 | #define WinQueryClassThunkProc _WinQueryClassThunkProc | 
|---|
|  | 2456 |  | 
|---|
| [10218] | 2457 | LONG APIENTRY _WinQueryWindowModel(HWND a); | 
|---|
| [48] | 2458 |  | 
|---|
| [119] | 2459 | #undef  WinQueryWindowModel | 
|---|
|  | 2460 | #define WinQueryWindowModel _WinQueryWindowModel | 
|---|
|  | 2461 |  | 
|---|
| [10218] | 2462 | PFN APIENTRY _WinQueryWindowThunkProc(HWND a); | 
|---|
| [48] | 2463 |  | 
|---|
| [119] | 2464 | #undef  WinQueryWindowThunkProc | 
|---|
|  | 2465 | #define WinQueryWindowThunkProc _WinQueryWindowThunkProc | 
|---|
|  | 2466 |  | 
|---|
| [10218] | 2467 | BOOL APIENTRY _WinSetClassThunkProc(PCSZ a, PFN b); | 
|---|
| [48] | 2468 |  | 
|---|
| [119] | 2469 | #undef  WinSetClassThunkProc | 
|---|
|  | 2470 | #define WinSetClassThunkProc _WinSetClassThunkProc | 
|---|
|  | 2471 |  | 
|---|
| [10218] | 2472 | BOOL APIENTRY _WinSetWindowThunkProc(HWND a, PFN b); | 
|---|
| [48] | 2473 |  | 
|---|
| [119] | 2474 | #undef  WinSetWindowThunkProc | 
|---|
|  | 2475 | #define WinSetWindowThunkProc _WinSetWindowThunkProc | 
|---|
|  | 2476 |  | 
|---|
| [48] | 2477 | #endif | 
|---|
|  | 2478 | #ifdef INCL_WINTIMER | 
|---|
| [10218] | 2479 | ULONG APIENTRY _WinGetCurrentTime(HAB a); | 
|---|
| [48] | 2480 |  | 
|---|
| [119] | 2481 | #undef  WinGetCurrentTime | 
|---|
|  | 2482 | #define WinGetCurrentTime _WinGetCurrentTime | 
|---|
|  | 2483 |  | 
|---|
| [10218] | 2484 | ULONG APIENTRY _WinStartTimer(HAB a, HWND b, ULONG c, ULONG d); | 
|---|
| [48] | 2485 |  | 
|---|
| [119] | 2486 | #undef  WinStartTimer | 
|---|
|  | 2487 | #define WinStartTimer _WinStartTimer | 
|---|
|  | 2488 |  | 
|---|
| [10218] | 2489 | BOOL APIENTRY _WinStopTimer(HAB a, HWND b, ULONG c); | 
|---|
| [48] | 2490 |  | 
|---|
| [119] | 2491 | #undef  WinStopTimer | 
|---|
|  | 2492 | #define WinStopTimer _WinStopTimer | 
|---|
|  | 2493 |  | 
|---|
| [48] | 2494 | #endif | 
|---|
|  | 2495 | #ifdef INCL_WINTRACKRECT | 
|---|
| [10218] | 2496 | BOOL APIENTRY _WinShowTrackRect(HWND a, BOOL b); | 
|---|
| [48] | 2497 |  | 
|---|
| [119] | 2498 | #undef  WinShowTrackRect | 
|---|
|  | 2499 | #define WinShowTrackRect _WinShowTrackRect | 
|---|
|  | 2500 |  | 
|---|
| [10218] | 2501 | BOOL APIENTRY _WinTrackRect(HWND a, HPS b, PTRACKINFO c); | 
|---|
| [48] | 2502 |  | 
|---|
| [119] | 2503 | #undef  WinTrackRect | 
|---|
|  | 2504 | #define WinTrackRect _WinTrackRect | 
|---|
|  | 2505 |  | 
|---|
| [48] | 2506 | #endif | 
|---|
|  | 2507 | #endif | 
|---|
|  | 2508 | #ifdef INCL_GPI | 
|---|
| [10218] | 2509 | LONG APIENTRY _GpiAnimatePalette(HPAL a, ULONG b, ULONG c, ULONG d, PULONG e); | 
|---|
| [48] | 2510 |  | 
|---|
| [119] | 2511 | #undef  GpiAnimatePalette | 
|---|
|  | 2512 | #define GpiAnimatePalette _GpiAnimatePalette | 
|---|
|  | 2513 |  | 
|---|
| [10218] | 2514 | BOOL APIENTRY _GpiBeginArea(HPS a, ULONG b); | 
|---|
| [48] | 2515 |  | 
|---|
| [119] | 2516 | #undef  GpiBeginArea | 
|---|
|  | 2517 | #define GpiBeginArea _GpiBeginArea | 
|---|
|  | 2518 |  | 
|---|
| [10218] | 2519 | BOOL APIENTRY _GpiBeginElement(HPS a, LONG b, PCSZ c); | 
|---|
| [48] | 2520 |  | 
|---|
| [119] | 2521 | #undef  GpiBeginElement | 
|---|
|  | 2522 | #define GpiBeginElement _GpiBeginElement | 
|---|
|  | 2523 |  | 
|---|
| [10218] | 2524 | BOOL APIENTRY _GpiBeginPath(HPS a, LONG b); | 
|---|
| [48] | 2525 |  | 
|---|
| [119] | 2526 | #undef  GpiBeginPath | 
|---|
|  | 2527 | #define GpiBeginPath _GpiBeginPath | 
|---|
|  | 2528 |  | 
|---|
| [10218] | 2529 | LONG APIENTRY _GpiBox(HPS a, LONG b, PPOINTL c, LONG d, LONG e); | 
|---|
| [48] | 2530 |  | 
|---|
| [119] | 2531 | #undef  GpiBox | 
|---|
|  | 2532 | #define GpiBox _GpiBox | 
|---|
|  | 2533 |  | 
|---|
| [10218] | 2534 | LONG APIENTRY _GpiCallSegmentMatrix(HPS a, LONG b, LONG c, PMATRIXLF d, LONG e); | 
|---|
| [48] | 2535 |  | 
|---|
| [119] | 2536 | #undef  GpiCallSegmentMatrix | 
|---|
|  | 2537 | #define GpiCallSegmentMatrix _GpiCallSegmentMatrix | 
|---|
|  | 2538 |  | 
|---|
| [10218] | 2539 | LONG APIENTRY _GpiCharString(HPS a, LONG b, PCH c); | 
|---|
| [48] | 2540 |  | 
|---|
| [119] | 2541 | #undef  GpiCharString | 
|---|
|  | 2542 | #define GpiCharString _GpiCharString | 
|---|
|  | 2543 |  | 
|---|
| [10218] | 2544 | LONG APIENTRY _GpiCharStringAt(HPS a, PPOINTL b, LONG c, PCH d); | 
|---|
| [48] | 2545 |  | 
|---|
| [119] | 2546 | #undef  GpiCharStringAt | 
|---|
|  | 2547 | #define GpiCharStringAt _GpiCharStringAt | 
|---|
|  | 2548 |  | 
|---|
| [10218] | 2549 | LONG APIENTRY _GpiCharStringPos(HPS a, PRECTL b, ULONG c, LONG d, PCH e, PLONG f); | 
|---|
| [48] | 2550 |  | 
|---|
| [119] | 2551 | #undef  GpiCharStringPos | 
|---|
|  | 2552 | #define GpiCharStringPos _GpiCharStringPos | 
|---|
|  | 2553 |  | 
|---|
| [10218] | 2554 | LONG APIENTRY _GpiCharStringPosAt(HPS a, PPOINTL b, PRECTL c, ULONG d, LONG e, PCH f, PLONG g); | 
|---|
| [48] | 2555 |  | 
|---|
| [119] | 2556 | #undef  GpiCharStringPosAt | 
|---|
|  | 2557 | #define GpiCharStringPosAt _GpiCharStringPosAt | 
|---|
|  | 2558 |  | 
|---|
| [10218] | 2559 | BOOL APIENTRY _GpiCloseFigure(HPS a); | 
|---|
| [48] | 2560 |  | 
|---|
| [119] | 2561 | #undef  GpiCloseFigure | 
|---|
|  | 2562 | #define GpiCloseFigure _GpiCloseFigure | 
|---|
|  | 2563 |  | 
|---|
| [10218] | 2564 | LONG APIENTRY _GpiCombineRegion(HPS a, HRGN b, HRGN c, HRGN d, LONG e); | 
|---|
| [48] | 2565 |  | 
|---|
| [119] | 2566 | #undef  GpiCombineRegion | 
|---|
|  | 2567 | #define GpiCombineRegion _GpiCombineRegion | 
|---|
|  | 2568 |  | 
|---|
| [10218] | 2569 | BOOL APIENTRY _GpiComment(HPS a, LONG b, PBYTE c); | 
|---|
| [48] | 2570 |  | 
|---|
| [119] | 2571 | #undef  GpiComment | 
|---|
|  | 2572 | #define GpiComment _GpiComment | 
|---|
|  | 2573 |  | 
|---|
| [10218] | 2574 | BOOL APIENTRY _GpiConvert(HPS a, LONG b, LONG c, LONG d, PPOINTL e); | 
|---|
| [48] | 2575 |  | 
|---|
| [119] | 2576 | #undef  GpiConvert | 
|---|
|  | 2577 | #define GpiConvert _GpiConvert | 
|---|
|  | 2578 |  | 
|---|
| [10218] | 2579 | BOOL APIENTRY _GpiConvertWithMatrix(HPS a, LONG b, PPOINTL c, LONG d, PMATRIXLF e); | 
|---|
| [48] | 2580 |  | 
|---|
| [119] | 2581 | #undef  GpiConvertWithMatrix | 
|---|
|  | 2582 | #define GpiConvertWithMatrix _GpiConvertWithMatrix | 
|---|
|  | 2583 |  | 
|---|
| [10218] | 2584 | HMF APIENTRY _GpiCopyMetaFile(HMF a); | 
|---|
| [48] | 2585 |  | 
|---|
| [119] | 2586 | #undef  GpiCopyMetaFile | 
|---|
|  | 2587 | #define GpiCopyMetaFile _GpiCopyMetaFile | 
|---|
|  | 2588 |  | 
|---|
| [10218] | 2589 | BOOL APIENTRY _GpiCreateLogColorTable(HPS a, ULONG b, LONG c, LONG d, LONG e, PLONG f); | 
|---|
| [48] | 2590 |  | 
|---|
| [119] | 2591 | #undef  GpiCreateLogColorTable | 
|---|
|  | 2592 | #define GpiCreateLogColorTable _GpiCreateLogColorTable | 
|---|
|  | 2593 |  | 
|---|
| [10218] | 2594 | LONG APIENTRY _GpiCreateLogFont(HPS a, STR8 *b, LONG c, PFATTRS d); | 
|---|
| [48] | 2595 |  | 
|---|
| [119] | 2596 | #undef  GpiCreateLogFont | 
|---|
|  | 2597 | #define GpiCreateLogFont _GpiCreateLogFont | 
|---|
|  | 2598 |  | 
|---|
| [10218] | 2599 | HPAL APIENTRY _GpiCreatePalette(HAB a, ULONG b, ULONG c, ULONG d, PULONG e); | 
|---|
| [48] | 2600 |  | 
|---|
| [119] | 2601 | #undef  GpiCreatePalette | 
|---|
|  | 2602 | #define GpiCreatePalette _GpiCreatePalette | 
|---|
|  | 2603 |  | 
|---|
| [10218] | 2604 | HRGN APIENTRY _GpiCreateRegion(HPS a, LONG b, PRECTL c); | 
|---|
| [48] | 2605 |  | 
|---|
| [119] | 2606 | #undef  GpiCreateRegion | 
|---|
|  | 2607 | #define GpiCreateRegion _GpiCreateRegion | 
|---|
|  | 2608 |  | 
|---|
| [10218] | 2609 | BOOL APIENTRY _GpiDeleteElement(HPS a); | 
|---|
| [48] | 2610 |  | 
|---|
| [119] | 2611 | #undef  GpiDeleteElement | 
|---|
|  | 2612 | #define GpiDeleteElement _GpiDeleteElement | 
|---|
|  | 2613 |  | 
|---|
| [10218] | 2614 | BOOL APIENTRY _GpiDeleteElementRange(HPS a, LONG b, LONG c); | 
|---|
| [48] | 2615 |  | 
|---|
| [119] | 2616 | #undef  GpiDeleteElementRange | 
|---|
|  | 2617 | #define GpiDeleteElementRange _GpiDeleteElementRange | 
|---|
|  | 2618 |  | 
|---|
| [10218] | 2619 | BOOL APIENTRY _GpiDeleteElementsBetweenLabels(HPS a, LONG b, LONG c); | 
|---|
| [48] | 2620 |  | 
|---|
| [119] | 2621 | #undef  GpiDeleteElementsBetweenLabels | 
|---|
|  | 2622 | #define GpiDeleteElementsBetweenLabels _GpiDeleteElementsBetweenLabels | 
|---|
|  | 2623 |  | 
|---|
| [10218] | 2624 | BOOL APIENTRY _GpiDeleteMetaFile(HMF a); | 
|---|
| [48] | 2625 |  | 
|---|
| [119] | 2626 | #undef  GpiDeleteMetaFile | 
|---|
|  | 2627 | #define GpiDeleteMetaFile _GpiDeleteMetaFile | 
|---|
|  | 2628 |  | 
|---|
| [10218] | 2629 | BOOL APIENTRY _GpiDeletePalette(HPAL a); | 
|---|
| [48] | 2630 |  | 
|---|
| [119] | 2631 | #undef  GpiDeletePalette | 
|---|
|  | 2632 | #define GpiDeletePalette _GpiDeletePalette | 
|---|
|  | 2633 |  | 
|---|
| [10218] | 2634 | BOOL APIENTRY _GpiDeleteSetId(HPS a, LONG b); | 
|---|
| [48] | 2635 |  | 
|---|
| [119] | 2636 | #undef  GpiDeleteSetId | 
|---|
|  | 2637 | #define GpiDeleteSetId _GpiDeleteSetId | 
|---|
|  | 2638 |  | 
|---|
| [10218] | 2639 | BOOL APIENTRY _GpiDestroyRegion(HPS a, HRGN b); | 
|---|
| [48] | 2640 |  | 
|---|
| [119] | 2641 | #undef  GpiDestroyRegion | 
|---|
|  | 2642 | #define GpiDestroyRegion _GpiDestroyRegion | 
|---|
|  | 2643 |  | 
|---|
| [10218] | 2644 | LONG APIENTRY _GpiElement(HPS a, LONG b, PCSZ c, LONG d, PBYTE e); | 
|---|
| [48] | 2645 |  | 
|---|
| [119] | 2646 | #undef  GpiElement | 
|---|
|  | 2647 | #define GpiElement _GpiElement | 
|---|
|  | 2648 |  | 
|---|
| [10218] | 2649 | LONG APIENTRY _GpiEndArea(HPS a); | 
|---|
| [48] | 2650 |  | 
|---|
| [119] | 2651 | #undef  GpiEndArea | 
|---|
|  | 2652 | #define GpiEndArea _GpiEndArea | 
|---|
|  | 2653 |  | 
|---|
| [10218] | 2654 | BOOL APIENTRY _GpiEndElement(HPS a); | 
|---|
| [48] | 2655 |  | 
|---|
| [119] | 2656 | #undef  GpiEndElement | 
|---|
|  | 2657 | #define GpiEndElement _GpiEndElement | 
|---|
|  | 2658 |  | 
|---|
| [10218] | 2659 | BOOL APIENTRY _GpiEndPath(HPS a); | 
|---|
| [48] | 2660 |  | 
|---|
| [119] | 2661 | #undef  GpiEndPath | 
|---|
|  | 2662 | #define GpiEndPath _GpiEndPath | 
|---|
|  | 2663 |  | 
|---|
| [10218] | 2664 | LONG APIENTRY _GpiEqualRegion(HPS a, HRGN b, HRGN c); | 
|---|
| [48] | 2665 |  | 
|---|
| [119] | 2666 | #undef  GpiEqualRegion | 
|---|
|  | 2667 | #define GpiEqualRegion _GpiEqualRegion | 
|---|
|  | 2668 |  | 
|---|
| [10218] | 2669 | LONG APIENTRY _GpiExcludeClipRectangle(HPS a, PRECTL b); | 
|---|
| [48] | 2670 |  | 
|---|
| [119] | 2671 | #undef  GpiExcludeClipRectangle | 
|---|
|  | 2672 | #define GpiExcludeClipRectangle _GpiExcludeClipRectangle | 
|---|
|  | 2673 |  | 
|---|
| [10218] | 2674 | LONG APIENTRY _GpiFillPath(HPS a, LONG b, LONG c); | 
|---|
| [48] | 2675 |  | 
|---|
| [119] | 2676 | #undef  GpiFillPath | 
|---|
|  | 2677 | #define GpiFillPath _GpiFillPath | 
|---|
|  | 2678 |  | 
|---|
| [10218] | 2679 | LONG APIENTRY _GpiFrameRegion(HPS a, HRGN b, PSIZEL c); | 
|---|
| [48] | 2680 |  | 
|---|
| [119] | 2681 | #undef  GpiFrameRegion | 
|---|
|  | 2682 | #define GpiFrameRegion _GpiFrameRegion | 
|---|
|  | 2683 |  | 
|---|
| [10218] | 2684 | LONG APIENTRY _GpiFullArc(HPS a, LONG b, FIXED c); | 
|---|
| [48] | 2685 |  | 
|---|
| [119] | 2686 | #undef  GpiFullArc | 
|---|
|  | 2687 | #define GpiFullArc _GpiFullArc | 
|---|
|  | 2688 |  | 
|---|
| [10218] | 2689 | LONG APIENTRY _GpiImage(HPS a, LONG b, PSIZEL c, LONG d, PBYTE e); | 
|---|
| [48] | 2690 |  | 
|---|
| [119] | 2691 | #undef  GpiImage | 
|---|
|  | 2692 | #define GpiImage _GpiImage | 
|---|
|  | 2693 |  | 
|---|
| [10218] | 2694 | LONG APIENTRY _GpiIntersectClipRectangle(HPS a, PRECTL b); | 
|---|
| [48] | 2695 |  | 
|---|
| [119] | 2696 | #undef  GpiIntersectClipRectangle | 
|---|
|  | 2697 | #define GpiIntersectClipRectangle _GpiIntersectClipRectangle | 
|---|
|  | 2698 |  | 
|---|
| [10218] | 2699 | BOOL APIENTRY _GpiLabel(HPS a, LONG b); | 
|---|
| [48] | 2700 |  | 
|---|
| [119] | 2701 | #undef  GpiLabel | 
|---|
|  | 2702 | #define GpiLabel _GpiLabel | 
|---|
|  | 2703 |  | 
|---|
| [10218] | 2704 | LONG APIENTRY _GpiLine(HPS a, PPOINTL b); | 
|---|
| [48] | 2705 |  | 
|---|
| [119] | 2706 | #undef  GpiLine | 
|---|
|  | 2707 | #define GpiLine _GpiLine | 
|---|
|  | 2708 |  | 
|---|
| [10218] | 2709 | BOOL APIENTRY _GpiLoadFonts(HAB a, PCSZ b); | 
|---|
| [48] | 2710 |  | 
|---|
| [119] | 2711 | #undef  GpiLoadFonts | 
|---|
|  | 2712 | #define GpiLoadFonts _GpiLoadFonts | 
|---|
|  | 2713 |  | 
|---|
| [10218] | 2714 | HMF APIENTRY _GpiLoadMetaFile(HAB a, PCSZ b); | 
|---|
| [48] | 2715 |  | 
|---|
| [119] | 2716 | #undef  GpiLoadMetaFile | 
|---|
|  | 2717 | #define GpiLoadMetaFile _GpiLoadMetaFile | 
|---|
|  | 2718 |  | 
|---|
| [10218] | 2719 | BOOL APIENTRY _GpiLoadPublicFonts(HAB a, PCSZ b); | 
|---|
| [48] | 2720 |  | 
|---|
| [119] | 2721 | #undef  GpiLoadPublicFonts | 
|---|
|  | 2722 | #define GpiLoadPublicFonts _GpiLoadPublicFonts | 
|---|
|  | 2723 |  | 
|---|
| [10218] | 2724 | LONG APIENTRY _GpiMarker(HPS a, PPOINTL b); | 
|---|
| [48] | 2725 |  | 
|---|
| [119] | 2726 | #undef  GpiMarker | 
|---|
|  | 2727 | #define GpiMarker _GpiMarker | 
|---|
|  | 2728 |  | 
|---|
| [10218] | 2729 | BOOL APIENTRY _GpiModifyPath(HPS a, LONG b, LONG c); | 
|---|
| [48] | 2730 |  | 
|---|
| [119] | 2731 | #undef  GpiModifyPath | 
|---|
|  | 2732 | #define GpiModifyPath _GpiModifyPath | 
|---|
|  | 2733 |  | 
|---|
| [10218] | 2734 | BOOL APIENTRY _GpiMove(HPS a, PPOINTL b); | 
|---|
| [48] | 2735 |  | 
|---|
| [119] | 2736 | #undef  GpiMove | 
|---|
|  | 2737 | #define GpiMove _GpiMove | 
|---|
|  | 2738 |  | 
|---|
| [10218] | 2739 | LONG APIENTRY _GpiOffsetClipRegion(HPS a, PPOINTL b); | 
|---|
| [48] | 2740 |  | 
|---|
| [119] | 2741 | #undef  GpiOffsetClipRegion | 
|---|
|  | 2742 | #define GpiOffsetClipRegion _GpiOffsetClipRegion | 
|---|
|  | 2743 |  | 
|---|
| [10218] | 2744 | BOOL APIENTRY _GpiOffsetElementPointer(HPS a, LONG b); | 
|---|
| [48] | 2745 |  | 
|---|
| [119] | 2746 | #undef  GpiOffsetElementPointer | 
|---|
|  | 2747 | #define GpiOffsetElementPointer _GpiOffsetElementPointer | 
|---|
|  | 2748 |  | 
|---|
| [10218] | 2749 | BOOL APIENTRY _GpiOffsetRegion(HPS a, HRGN b, PPOINTL c); | 
|---|
| [48] | 2750 |  | 
|---|
| [119] | 2751 | #undef  GpiOffsetRegion | 
|---|
|  | 2752 | #define GpiOffsetRegion _GpiOffsetRegion | 
|---|
|  | 2753 |  | 
|---|
| [10218] | 2754 | LONG APIENTRY _GpiOutlinePath(HPS a, LONG b, LONG c); | 
|---|
| [48] | 2755 |  | 
|---|
| [119] | 2756 | #undef  GpiOutlinePath | 
|---|
|  | 2757 | #define GpiOutlinePath _GpiOutlinePath | 
|---|
|  | 2758 |  | 
|---|
| [10218] | 2759 | LONG APIENTRY _GpiPaintRegion(HPS a, HRGN b); | 
|---|
| [48] | 2760 |  | 
|---|
| [119] | 2761 | #undef  GpiPaintRegion | 
|---|
|  | 2762 | #define GpiPaintRegion _GpiPaintRegion | 
|---|
|  | 2763 |  | 
|---|
| [10218] | 2764 | LONG APIENTRY _GpiPartialArc(HPS a, PPOINTL b, FIXED c, FIXED d, FIXED e); | 
|---|
| [48] | 2765 |  | 
|---|
| [119] | 2766 | #undef  GpiPartialArc | 
|---|
|  | 2767 | #define GpiPartialArc _GpiPartialArc | 
|---|
|  | 2768 |  | 
|---|
| [10218] | 2769 | HRGN APIENTRY _GpiPathToRegion(HPS a, LONG b, LONG c); | 
|---|
| [48] | 2770 |  | 
|---|
| [119] | 2771 | #undef  GpiPathToRegion | 
|---|
|  | 2772 | #define GpiPathToRegion _GpiPathToRegion | 
|---|
|  | 2773 |  | 
|---|
| [10218] | 2774 | LONG APIENTRY _GpiPlayMetaFile(HPS a, HMF b, LONG c, PLONG d, PLONG e, LONG f, PSZ g); | 
|---|
| [48] | 2775 |  | 
|---|
| [119] | 2776 | #undef  GpiPlayMetaFile | 
|---|
|  | 2777 | #define GpiPlayMetaFile _GpiPlayMetaFile | 
|---|
|  | 2778 |  | 
|---|
| [10218] | 2779 | LONG APIENTRY _GpiPointArc(HPS a, PPOINTL b); | 
|---|
| [48] | 2780 |  | 
|---|
| [119] | 2781 | #undef  GpiPointArc | 
|---|
|  | 2782 | #define GpiPointArc _GpiPointArc | 
|---|
|  | 2783 |  | 
|---|
| [10218] | 2784 | LONG APIENTRY _GpiPolyFillet(HPS a, LONG b, PPOINTL c); | 
|---|
| [48] | 2785 |  | 
|---|
| [119] | 2786 | #undef  GpiPolyFillet | 
|---|
|  | 2787 | #define GpiPolyFillet _GpiPolyFillet | 
|---|
|  | 2788 |  | 
|---|
| [10218] | 2789 | LONG APIENTRY _GpiPolyFilletSharp(HPS a, LONG b, PPOINTL c, PFIXED d); | 
|---|
| [48] | 2790 |  | 
|---|
| [119] | 2791 | #undef  GpiPolyFilletSharp | 
|---|
|  | 2792 | #define GpiPolyFilletSharp _GpiPolyFilletSharp | 
|---|
|  | 2793 |  | 
|---|
| [10218] | 2794 | HRGN APIENTRY _GpiCreatePolygonRegion(HPS a, ULONG b, PPOLYGON c, ULONG d); | 
|---|
| [48] | 2795 |  | 
|---|
| [3728] | 2796 | #undef  GpiCreatePolygonRegion | 
|---|
|  | 2797 | #define GpiCreatePolygonRegion _GpiCreatePolygonRegion | 
|---|
|  | 2798 |  | 
|---|
| [10218] | 2799 | HRGN APIENTRY _GpiCreateEllipticRegion(HPS a, PRECTL b); | 
|---|
| [3728] | 2800 |  | 
|---|
|  | 2801 | #undef  GpiCreateEllipticRegion | 
|---|
|  | 2802 | #define GpiCreateEllipticRegion _GpiCreateEllipticRegion | 
|---|
|  | 2803 |  | 
|---|
| [10218] | 2804 | HRGN APIENTRY _GpiCreateRoundRectRegion(HPS a, PPOINTL b, LONG c, LONG d); | 
|---|
| [3728] | 2805 |  | 
|---|
|  | 2806 | #undef  GpiCreateRoundRectRegion | 
|---|
|  | 2807 | #define GpiCreateRoundRectRegion _GpiCreateRoundRectRegion | 
|---|
|  | 2808 |  | 
|---|
| [10218] | 2809 | LONG APIENTRY _GpiPolygons(HPS a, ULONG b, PPOLYGON c, ULONG d, ULONG e); | 
|---|
|  | 2810 |  | 
|---|
| [119] | 2811 | #undef  GpiPolygons | 
|---|
|  | 2812 | #define GpiPolygons _GpiPolygons | 
|---|
|  | 2813 |  | 
|---|
| [10218] | 2814 | LONG APIENTRY _GpiPolyLine(HPS a, LONG b, PPOINTL c); | 
|---|
| [48] | 2815 |  | 
|---|
| [119] | 2816 | #undef  GpiPolyLine | 
|---|
|  | 2817 | #define GpiPolyLine _GpiPolyLine | 
|---|
|  | 2818 |  | 
|---|
| [10218] | 2819 | LONG APIENTRY _GpiPolyLineDisjoint(HPS a, LONG b, PPOINTL c); | 
|---|
| [48] | 2820 |  | 
|---|
| [119] | 2821 | #undef  GpiPolyLineDisjoint | 
|---|
|  | 2822 | #define GpiPolyLineDisjoint _GpiPolyLineDisjoint | 
|---|
|  | 2823 |  | 
|---|
| [10218] | 2824 | LONG APIENTRY _GpiPolyMarker(HPS a, LONG b, PPOINTL c); | 
|---|
| [48] | 2825 |  | 
|---|
| [119] | 2826 | #undef  GpiPolyMarker | 
|---|
|  | 2827 | #define GpiPolyMarker _GpiPolyMarker | 
|---|
|  | 2828 |  | 
|---|
| [10218] | 2829 | LONG APIENTRY _GpiPolySpline(HPS a, LONG b, PPOINTL c); | 
|---|
| [48] | 2830 |  | 
|---|
| [119] | 2831 | #undef  GpiPolySpline | 
|---|
|  | 2832 | #define GpiPolySpline _GpiPolySpline | 
|---|
|  | 2833 |  | 
|---|
| [10218] | 2834 | BOOL APIENTRY _GpiPop(HPS a, LONG b); | 
|---|
| [48] | 2835 |  | 
|---|
| [119] | 2836 | #undef  GpiPop | 
|---|
|  | 2837 | #define GpiPop _GpiPop | 
|---|
|  | 2838 |  | 
|---|
| [10218] | 2839 | LONG APIENTRY _GpiPtInRegion(HPS a, HRGN b, PPOINTL c); | 
|---|
| [48] | 2840 |  | 
|---|
| [119] | 2841 | #undef  GpiPtInRegion | 
|---|
|  | 2842 | #define GpiPtInRegion _GpiPtInRegion | 
|---|
|  | 2843 |  | 
|---|
| [10218] | 2844 | LONG APIENTRY _GpiPtVisible(HPS a, PPOINTL b); | 
|---|
| [48] | 2845 |  | 
|---|
| [119] | 2846 | #undef  GpiPtVisible | 
|---|
|  | 2847 | #define GpiPtVisible _GpiPtVisible | 
|---|
|  | 2848 |  | 
|---|
| [10218] | 2849 | BOOL APIENTRY _GpiQueryArcParams(HPS a, PARCPARAMS b); | 
|---|
| [48] | 2850 |  | 
|---|
| [119] | 2851 | #undef  GpiQueryArcParams | 
|---|
|  | 2852 | #define GpiQueryArcParams _GpiQueryArcParams | 
|---|
|  | 2853 |  | 
|---|
| [10218] | 2854 | LONG APIENTRY _GpiQueryAttrMode(HPS a); | 
|---|
| [48] | 2855 |  | 
|---|
| [119] | 2856 | #undef  GpiQueryAttrMode | 
|---|
|  | 2857 | #define GpiQueryAttrMode _GpiQueryAttrMode | 
|---|
|  | 2858 |  | 
|---|
| [10218] | 2859 | LONG APIENTRY _GpiQueryAttrs(HPS a, LONG b, ULONG c, PBUNDLE d); | 
|---|
| [48] | 2860 |  | 
|---|
| [119] | 2861 | #undef  GpiQueryAttrs | 
|---|
|  | 2862 | #define GpiQueryAttrs _GpiQueryAttrs | 
|---|
|  | 2863 |  | 
|---|
| [10218] | 2864 | LONG APIENTRY _GpiQueryBackColor(HPS a); | 
|---|
| [48] | 2865 |  | 
|---|
| [119] | 2866 | #undef  GpiQueryBackColor | 
|---|
|  | 2867 | #define GpiQueryBackColor _GpiQueryBackColor | 
|---|
|  | 2868 |  | 
|---|
| [10218] | 2869 | LONG APIENTRY _GpiQueryBackMix(HPS a); | 
|---|
| [48] | 2870 |  | 
|---|
| [119] | 2871 | #undef  GpiQueryBackMix | 
|---|
|  | 2872 | #define GpiQueryBackMix _GpiQueryBackMix | 
|---|
|  | 2873 |  | 
|---|
| [10218] | 2874 | BOOL APIENTRY _GpiQueryCharAngle(HPS a, PGRADIENTL b); | 
|---|
| [48] | 2875 |  | 
|---|
| [119] | 2876 | #undef  GpiQueryCharAngle | 
|---|
|  | 2877 | #define GpiQueryCharAngle _GpiQueryCharAngle | 
|---|
|  | 2878 |  | 
|---|
| [10218] | 2879 | BOOL APIENTRY _GpiQueryCharBox(HPS a, PSIZEF b); | 
|---|
| [48] | 2880 |  | 
|---|
| [119] | 2881 | #undef  GpiQueryCharBox | 
|---|
|  | 2882 | #define GpiQueryCharBox _GpiQueryCharBox | 
|---|
|  | 2883 |  | 
|---|
| [10218] | 2884 | BOOL APIENTRY _GpiQueryCharBreakExtra(HPS a, PFIXED b); | 
|---|
| [48] | 2885 |  | 
|---|
| [119] | 2886 | #undef  GpiQueryCharBreakExtra | 
|---|
|  | 2887 | #define GpiQueryCharBreakExtra _GpiQueryCharBreakExtra | 
|---|
|  | 2888 |  | 
|---|
| [10218] | 2889 | LONG APIENTRY _GpiQueryCharDirection(HPS a); | 
|---|
| [48] | 2890 |  | 
|---|
| [119] | 2891 | #undef  GpiQueryCharDirection | 
|---|
|  | 2892 | #define GpiQueryCharDirection _GpiQueryCharDirection | 
|---|
|  | 2893 |  | 
|---|
| [10218] | 2894 | BOOL APIENTRY _GpiQueryCharExtra(HPS a, PFIXED b); | 
|---|
| [48] | 2895 |  | 
|---|
| [119] | 2896 | #undef  GpiQueryCharExtra | 
|---|
|  | 2897 | #define GpiQueryCharExtra _GpiQueryCharExtra | 
|---|
|  | 2898 |  | 
|---|
| [10218] | 2899 | LONG APIENTRY _GpiQueryCharMode(HPS a); | 
|---|
| [48] | 2900 |  | 
|---|
| [119] | 2901 | #undef  GpiQueryCharMode | 
|---|
|  | 2902 | #define GpiQueryCharMode _GpiQueryCharMode | 
|---|
|  | 2903 |  | 
|---|
| [10218] | 2904 | LONG APIENTRY _GpiQueryCharSet(HPS a); | 
|---|
| [48] | 2905 |  | 
|---|
| [119] | 2906 | #undef  GpiQueryCharSet | 
|---|
|  | 2907 | #define GpiQueryCharSet _GpiQueryCharSet | 
|---|
|  | 2908 |  | 
|---|
| [10218] | 2909 | BOOL APIENTRY _GpiQueryCharShear(HPS a, PPOINTL b); | 
|---|
| [48] | 2910 |  | 
|---|
| [119] | 2911 | #undef  GpiQueryCharShear | 
|---|
|  | 2912 | #define GpiQueryCharShear _GpiQueryCharShear | 
|---|
|  | 2913 |  | 
|---|
| [10218] | 2914 | BOOL APIENTRY _GpiQueryCharStringPos(HPS a, ULONG b, LONG c, PCH d, PLONG e, PPOINTL f); | 
|---|
| [48] | 2915 |  | 
|---|
| [119] | 2916 | #undef  GpiQueryCharStringPos | 
|---|
|  | 2917 | #define GpiQueryCharStringPos _GpiQueryCharStringPos | 
|---|
|  | 2918 |  | 
|---|
| [10218] | 2919 | BOOL APIENTRY _GpiQueryCharStringPosAt(HPS a, PPOINTL b, ULONG c, LONG d, PCH e, PLONG f, PPOINTL g); | 
|---|
| [48] | 2920 |  | 
|---|
| [119] | 2921 | #undef  GpiQueryCharStringPosAt | 
|---|
|  | 2922 | #define GpiQueryCharStringPosAt _GpiQueryCharStringPosAt | 
|---|
|  | 2923 |  | 
|---|
| [10218] | 2924 | LONG APIENTRY _GpiQueryClipBox(HPS a, PRECTL b); | 
|---|
| [48] | 2925 |  | 
|---|
| [119] | 2926 | #undef  GpiQueryClipBox | 
|---|
|  | 2927 | #define GpiQueryClipBox _GpiQueryClipBox | 
|---|
|  | 2928 |  | 
|---|
| [10218] | 2929 | HRGN APIENTRY _GpiQueryClipRegion(HPS a); | 
|---|
| [48] | 2930 |  | 
|---|
| [119] | 2931 | #undef  GpiQueryClipRegion | 
|---|
|  | 2932 | #define GpiQueryClipRegion _GpiQueryClipRegion | 
|---|
|  | 2933 |  | 
|---|
| [10218] | 2934 | LONG APIENTRY _GpiQueryColor(HPS a); | 
|---|
| [48] | 2935 |  | 
|---|
| [119] | 2936 | #undef  GpiQueryColor | 
|---|
|  | 2937 | #define GpiQueryColor _GpiQueryColor | 
|---|
|  | 2938 |  | 
|---|
| [10218] | 2939 | BOOL APIENTRY _GpiQueryColorData(HPS a, LONG b, PLONG c); | 
|---|
| [48] | 2940 |  | 
|---|
| [119] | 2941 | #undef  GpiQueryColorData | 
|---|
|  | 2942 | #define GpiQueryColorData _GpiQueryColorData | 
|---|
|  | 2943 |  | 
|---|
| [10218] | 2944 | LONG APIENTRY _GpiQueryColorIndex(HPS a, ULONG b, LONG c); | 
|---|
| [48] | 2945 |  | 
|---|
| [119] | 2946 | #undef  GpiQueryColorIndex | 
|---|
|  | 2947 | #define GpiQueryColorIndex _GpiQueryColorIndex | 
|---|
|  | 2948 |  | 
|---|
| [10218] | 2949 | ULONG APIENTRY _GpiQueryCp(HPS a); | 
|---|
| [48] | 2950 |  | 
|---|
| [119] | 2951 | #undef  GpiQueryCp | 
|---|
|  | 2952 | #define GpiQueryCp _GpiQueryCp | 
|---|
|  | 2953 |  | 
|---|
| [10218] | 2954 | BOOL APIENTRY _GpiQueryCurrentPosition(HPS a, PPOINTL b); | 
|---|
| [48] | 2955 |  | 
|---|
| [119] | 2956 | #undef  GpiQueryCurrentPosition | 
|---|
|  | 2957 | #define GpiQueryCurrentPosition _GpiQueryCurrentPosition | 
|---|
|  | 2958 |  | 
|---|
| [10218] | 2959 | BOOL APIENTRY _GpiQueryDefArcParams(HPS a, PARCPARAMS b); | 
|---|
| [48] | 2960 |  | 
|---|
| [119] | 2961 | #undef  GpiQueryDefArcParams | 
|---|
|  | 2962 | #define GpiQueryDefArcParams _GpiQueryDefArcParams | 
|---|
|  | 2963 |  | 
|---|
| [10218] | 2964 | BOOL APIENTRY _GpiQueryDefAttrs(HPS a, LONG b, ULONG c, PBUNDLE d); | 
|---|
| [48] | 2965 |  | 
|---|
| [119] | 2966 | #undef  GpiQueryDefAttrs | 
|---|
|  | 2967 | #define GpiQueryDefAttrs _GpiQueryDefAttrs | 
|---|
|  | 2968 |  | 
|---|
| [10218] | 2969 | BOOL APIENTRY _GpiQueryDefCharBox(HPS a, PSIZEL b); | 
|---|
| [48] | 2970 |  | 
|---|
| [119] | 2971 | #undef  GpiQueryDefCharBox | 
|---|
|  | 2972 | #define GpiQueryDefCharBox _GpiQueryDefCharBox | 
|---|
|  | 2973 |  | 
|---|
| [10218] | 2974 | BOOL APIENTRY _GpiQueryDefTag(HPS a, PLONG b); | 
|---|
| [48] | 2975 |  | 
|---|
| [119] | 2976 | #undef  GpiQueryDefTag | 
|---|
|  | 2977 | #define GpiQueryDefTag _GpiQueryDefTag | 
|---|
|  | 2978 |  | 
|---|
| [10218] | 2979 | BOOL APIENTRY _GpiQueryDefViewingLimits(HPS a, PRECTL b); | 
|---|
| [48] | 2980 |  | 
|---|
| [119] | 2981 | #undef  GpiQueryDefViewingLimits | 
|---|
|  | 2982 | #define GpiQueryDefViewingLimits _GpiQueryDefViewingLimits | 
|---|
|  | 2983 |  | 
|---|
| [10218] | 2984 | BOOL APIENTRY _GpiQueryDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c); | 
|---|
| [48] | 2985 |  | 
|---|
| [119] | 2986 | #undef  GpiQueryDefaultViewMatrix | 
|---|
|  | 2987 | #define GpiQueryDefaultViewMatrix _GpiQueryDefaultViewMatrix | 
|---|
|  | 2988 |  | 
|---|
| [10218] | 2989 | LONG APIENTRY _GpiQueryEditMode(HPS a); | 
|---|
| [48] | 2990 |  | 
|---|
| [119] | 2991 | #undef  GpiQueryEditMode | 
|---|
|  | 2992 | #define GpiQueryEditMode _GpiQueryEditMode | 
|---|
|  | 2993 |  | 
|---|
| [10218] | 2994 | LONG APIENTRY _GpiQueryElement(HPS a, LONG b, LONG c, PBYTE d); | 
|---|
| [48] | 2995 |  | 
|---|
| [119] | 2996 | #undef  GpiQueryElement | 
|---|
|  | 2997 | #define GpiQueryElement _GpiQueryElement | 
|---|
|  | 2998 |  | 
|---|
| [10218] | 2999 | LONG APIENTRY _GpiQueryElementPointer(HPS a); | 
|---|
| [48] | 3000 |  | 
|---|
| [119] | 3001 | #undef  GpiQueryElementPointer | 
|---|
|  | 3002 | #define GpiQueryElementPointer _GpiQueryElementPointer | 
|---|
|  | 3003 |  | 
|---|
| [10218] | 3004 | LONG APIENTRY _GpiQueryElementType(HPS a, PLONG b, LONG c, PSZ d); | 
|---|
| [48] | 3005 |  | 
|---|
| [119] | 3006 | #undef  GpiQueryElementType | 
|---|
|  | 3007 | #define GpiQueryElementType _GpiQueryElementType | 
|---|
|  | 3008 |  | 
|---|
| [10218] | 3009 | ULONG APIENTRY _GpiQueryFaceString(HPS a, PCSZ b, PFACENAMEDESC c, LONG d, PSZ e); | 
|---|
| [48] | 3010 |  | 
|---|
| [119] | 3011 | #undef  GpiQueryFaceString | 
|---|
|  | 3012 | #define GpiQueryFaceString _GpiQueryFaceString | 
|---|
|  | 3013 |  | 
|---|
| [10218] | 3014 | ULONG APIENTRY _GpiQueryFontAction(HAB a, ULONG b); | 
|---|
| [48] | 3015 |  | 
|---|
| [119] | 3016 | #undef  GpiQueryFontAction | 
|---|
|  | 3017 | #define GpiQueryFontAction _GpiQueryFontAction | 
|---|
|  | 3018 |  | 
|---|
| [10218] | 3019 | LONG APIENTRY _GpiQueryFontFileDescriptions(HAB a, PCSZ b, PLONG c, PFFDESCS d); | 
|---|
| [48] | 3020 |  | 
|---|
| [119] | 3021 | #undef  GpiQueryFontFileDescriptions | 
|---|
|  | 3022 | #define GpiQueryFontFileDescriptions _GpiQueryFontFileDescriptions | 
|---|
|  | 3023 |  | 
|---|
| [10218] | 3024 | BOOL APIENTRY _GpiQueryFontMetrics(HPS a, LONG b, PFONTMETRICS c); | 
|---|
| [48] | 3025 |  | 
|---|
| [119] | 3026 | #undef  GpiQueryFontMetrics | 
|---|
|  | 3027 | #define GpiQueryFontMetrics _GpiQueryFontMetrics | 
|---|
|  | 3028 |  | 
|---|
| [10218] | 3029 | LONG APIENTRY _GpiQueryFonts(HPS a, ULONG b, PCSZ c, PLONG d, LONG e, PFONTMETRICS f); | 
|---|
| [48] | 3030 |  | 
|---|
| [119] | 3031 | #undef  GpiQueryFonts | 
|---|
|  | 3032 | #define GpiQueryFonts _GpiQueryFonts | 
|---|
|  | 3033 |  | 
|---|
| [10218] | 3034 | LONG APIENTRY _GpiQueryFullFontFileDescs(HAB a, PCSZ b, PLONG c, PVOID d, PLONG e); | 
|---|
| [48] | 3035 |  | 
|---|
| [119] | 3036 | #undef  GpiQueryFullFontFileDescs | 
|---|
|  | 3037 | #define GpiQueryFullFontFileDescs _GpiQueryFullFontFileDescs | 
|---|
|  | 3038 |  | 
|---|
| [10218] | 3039 | BOOL APIENTRY _GpiQueryGraphicsField(HPS a, PRECTL b); | 
|---|
| [48] | 3040 |  | 
|---|
| [119] | 3041 | #undef  GpiQueryGraphicsField | 
|---|
|  | 3042 | #define GpiQueryGraphicsField _GpiQueryGraphicsField | 
|---|
|  | 3043 |  | 
|---|
| [10218] | 3044 | LONG APIENTRY _GpiQueryKerningPairs(HPS a, LONG b, PKERNINGPAIRS c); | 
|---|
| [48] | 3045 |  | 
|---|
| [119] | 3046 | #undef  GpiQueryKerningPairs | 
|---|
|  | 3047 | #define GpiQueryKerningPairs _GpiQueryKerningPairs | 
|---|
|  | 3048 |  | 
|---|
| [10218] | 3049 | LONG APIENTRY _GpiQueryLineEnd(HPS a); | 
|---|
| [48] | 3050 |  | 
|---|
| [119] | 3051 | #undef  GpiQueryLineEnd | 
|---|
|  | 3052 | #define GpiQueryLineEnd _GpiQueryLineEnd | 
|---|
|  | 3053 |  | 
|---|
| [10218] | 3054 | LONG APIENTRY _GpiQueryLineJoin(HPS a); | 
|---|
| [48] | 3055 |  | 
|---|
| [119] | 3056 | #undef  GpiQueryLineJoin | 
|---|
|  | 3057 | #define GpiQueryLineJoin _GpiQueryLineJoin | 
|---|
|  | 3058 |  | 
|---|
| [10218] | 3059 | LONG APIENTRY _GpiQueryLineType(HPS a); | 
|---|
| [48] | 3060 |  | 
|---|
| [119] | 3061 | #undef  GpiQueryLineType | 
|---|
|  | 3062 | #define GpiQueryLineType _GpiQueryLineType | 
|---|
|  | 3063 |  | 
|---|
| [10218] | 3064 | FIXED APIENTRY _GpiQueryLineWidth(HPS a); | 
|---|
| [48] | 3065 |  | 
|---|
| [119] | 3066 | #undef  GpiQueryLineWidth | 
|---|
|  | 3067 | #define GpiQueryLineWidth _GpiQueryLineWidth | 
|---|
|  | 3068 |  | 
|---|
| [10218] | 3069 | LONG APIENTRY _GpiQueryLineWidthGeom(HPS a); | 
|---|
| [48] | 3070 |  | 
|---|
| [119] | 3071 | #undef  GpiQueryLineWidthGeom | 
|---|
|  | 3072 | #define GpiQueryLineWidthGeom _GpiQueryLineWidthGeom | 
|---|
|  | 3073 |  | 
|---|
| [10218] | 3074 | LONG APIENTRY _GpiQueryLogColorTable(HPS a, ULONG b, LONG c, LONG d, PLONG e); | 
|---|
| [48] | 3075 |  | 
|---|
| [119] | 3076 | #undef  GpiQueryLogColorTable | 
|---|
|  | 3077 | #define GpiQueryLogColorTable _GpiQueryLogColorTable | 
|---|
|  | 3078 |  | 
|---|
| [10218] | 3079 | BOOL APIENTRY _GpiQueryLogicalFont(HPS a, LONG b, PSTR8 c, PFATTRS d, LONG e); | 
|---|
| [48] | 3080 |  | 
|---|
| [119] | 3081 | #undef  GpiQueryLogicalFont | 
|---|
|  | 3082 | #define GpiQueryLogicalFont _GpiQueryLogicalFont | 
|---|
|  | 3083 |  | 
|---|
| [10218] | 3084 | LONG APIENTRY _GpiQueryMarker(HPS a); | 
|---|
| [48] | 3085 |  | 
|---|
| [119] | 3086 | #undef  GpiQueryMarker | 
|---|
|  | 3087 | #define GpiQueryMarker _GpiQueryMarker | 
|---|
|  | 3088 |  | 
|---|
| [10218] | 3089 | BOOL APIENTRY _GpiQueryMarkerBox(HPS a, PSIZEF b); | 
|---|
| [48] | 3090 |  | 
|---|
| [119] | 3091 | #undef  GpiQueryMarkerBox | 
|---|
|  | 3092 | #define GpiQueryMarkerBox _GpiQueryMarkerBox | 
|---|
|  | 3093 |  | 
|---|
| [10218] | 3094 | LONG APIENTRY _GpiQueryMarkerSet(HPS a); | 
|---|
| [48] | 3095 |  | 
|---|
| [119] | 3096 | #undef  GpiQueryMarkerSet | 
|---|
|  | 3097 | #define GpiQueryMarkerSet _GpiQueryMarkerSet | 
|---|
|  | 3098 |  | 
|---|
| [10218] | 3099 | BOOL APIENTRY _GpiQueryMetaFileBits(HMF a, LONG b, LONG c, PBYTE d); | 
|---|
| [48] | 3100 |  | 
|---|
| [119] | 3101 | #undef  GpiQueryMetaFileBits | 
|---|
|  | 3102 | #define GpiQueryMetaFileBits _GpiQueryMetaFileBits | 
|---|
|  | 3103 |  | 
|---|
| [10218] | 3104 | LONG APIENTRY _GpiQueryMetaFileLength(HMF a); | 
|---|
| [48] | 3105 |  | 
|---|
| [119] | 3106 | #undef  GpiQueryMetaFileLength | 
|---|
|  | 3107 | #define GpiQueryMetaFileLength _GpiQueryMetaFileLength | 
|---|
|  | 3108 |  | 
|---|
| [10218] | 3109 | LONG APIENTRY _GpiQueryMix(HPS a); | 
|---|
| [48] | 3110 |  | 
|---|
| [119] | 3111 | #undef  GpiQueryMix | 
|---|
|  | 3112 | #define GpiQueryMix _GpiQueryMix | 
|---|
|  | 3113 |  | 
|---|
| [10218] | 3114 | BOOL APIENTRY _GpiQueryModelTransformMatrix(HPS a, LONG b, PMATRIXLF c); | 
|---|
| [48] | 3115 |  | 
|---|
| [119] | 3116 | #undef  GpiQueryModelTransformMatrix | 
|---|
|  | 3117 | #define GpiQueryModelTransformMatrix _GpiQueryModelTransformMatrix | 
|---|
|  | 3118 |  | 
|---|
| [10218] | 3119 | LONG APIENTRY _GpiQueryNearestColor(HPS a, ULONG b, LONG c); | 
|---|
| [48] | 3120 |  | 
|---|
| [119] | 3121 | #undef  GpiQueryNearestColor | 
|---|
|  | 3122 | #define GpiQueryNearestColor _GpiQueryNearestColor | 
|---|
|  | 3123 |  | 
|---|
| [10218] | 3124 | LONG APIENTRY _GpiQueryNumberSetIds(HPS a); | 
|---|
| [48] | 3125 |  | 
|---|
| [119] | 3126 | #undef  GpiQueryNumberSetIds | 
|---|
|  | 3127 | #define GpiQueryNumberSetIds _GpiQueryNumberSetIds | 
|---|
|  | 3128 |  | 
|---|
| [10218] | 3129 | BOOL APIENTRY _GpiQueryPageViewport(HPS a, PRECTL b); | 
|---|
| [48] | 3130 |  | 
|---|
| [119] | 3131 | #undef  GpiQueryPageViewport | 
|---|
|  | 3132 | #define GpiQueryPageViewport _GpiQueryPageViewport | 
|---|
|  | 3133 |  | 
|---|
| [10218] | 3134 | HPAL APIENTRY _GpiQueryPalette(HPS a); | 
|---|
| [48] | 3135 |  | 
|---|
| [119] | 3136 | #undef  GpiQueryPalette | 
|---|
|  | 3137 | #define GpiQueryPalette _GpiQueryPalette | 
|---|
|  | 3138 |  | 
|---|
| [10218] | 3139 | LONG APIENTRY _GpiQueryPaletteInfo(HPAL a, HPS b, ULONG c, ULONG d, ULONG e, PULONG f); | 
|---|
| [48] | 3140 |  | 
|---|
| [119] | 3141 | #undef  GpiQueryPaletteInfo | 
|---|
|  | 3142 | #define GpiQueryPaletteInfo _GpiQueryPaletteInfo | 
|---|
|  | 3143 |  | 
|---|
| [10218] | 3144 | LONG APIENTRY _GpiQueryPattern(HPS a); | 
|---|
| [48] | 3145 |  | 
|---|
| [119] | 3146 | #undef  GpiQueryPattern | 
|---|
|  | 3147 | #define GpiQueryPattern _GpiQueryPattern | 
|---|
|  | 3148 |  | 
|---|
| [10218] | 3149 | BOOL APIENTRY _GpiQueryPatternRefPoint(HPS a, PPOINTL b); | 
|---|
| [48] | 3150 |  | 
|---|
| [119] | 3151 | #undef  GpiQueryPatternRefPoint | 
|---|
|  | 3152 | #define GpiQueryPatternRefPoint _GpiQueryPatternRefPoint | 
|---|
|  | 3153 |  | 
|---|
| [10218] | 3154 | LONG APIENTRY _GpiQueryPatternSet(HPS a); | 
|---|
| [48] | 3155 |  | 
|---|
| [119] | 3156 | #undef  GpiQueryPatternSet | 
|---|
|  | 3157 | #define GpiQueryPatternSet _GpiQueryPatternSet | 
|---|
|  | 3158 |  | 
|---|
| [10218] | 3159 | LONG APIENTRY _GpiQueryRealColors(HPS a, ULONG b, LONG c, LONG d, PLONG e); | 
|---|
| [48] | 3160 |  | 
|---|
| [119] | 3161 | #undef  GpiQueryRealColors | 
|---|
|  | 3162 | #define GpiQueryRealColors _GpiQueryRealColors | 
|---|
|  | 3163 |  | 
|---|
| [10218] | 3164 | LONG APIENTRY _GpiQueryRegionBox(HPS a, HRGN b, PRECTL c); | 
|---|
| [48] | 3165 |  | 
|---|
| [119] | 3166 | #undef  GpiQueryRegionBox | 
|---|
|  | 3167 | #define GpiQueryRegionBox _GpiQueryRegionBox | 
|---|
|  | 3168 |  | 
|---|
| [10218] | 3169 | BOOL APIENTRY _GpiQueryRegionRects(HPS a, HRGN b, PRECTL c, PRGNRECT d, PRECTL e); | 
|---|
| [48] | 3170 |  | 
|---|
| [119] | 3171 | #undef  GpiQueryRegionRects | 
|---|
|  | 3172 | #define GpiQueryRegionRects _GpiQueryRegionRects | 
|---|
|  | 3173 |  | 
|---|
| [10218] | 3174 | LONG APIENTRY _GpiQueryRGBColor(HPS a, ULONG b, LONG c); | 
|---|
| [48] | 3175 |  | 
|---|
| [119] | 3176 | #undef  GpiQueryRGBColor | 
|---|
|  | 3177 | #define GpiQueryRGBColor _GpiQueryRGBColor | 
|---|
|  | 3178 |  | 
|---|
| [10218] | 3179 | BOOL APIENTRY _GpiQuerySegmentTransformMatrix(HPS a, LONG b, LONG c, PMATRIXLF d); | 
|---|
| [48] | 3180 |  | 
|---|
| [119] | 3181 | #undef  GpiQuerySegmentTransformMatrix | 
|---|
|  | 3182 | #define GpiQuerySegmentTransformMatrix _GpiQuerySegmentTransformMatrix | 
|---|
|  | 3183 |  | 
|---|
| [10218] | 3184 | BOOL APIENTRY _GpiQuerySetIds(HPS a, LONG b, PLONG c, PSTR8 d, PLONG e); | 
|---|
| [48] | 3185 |  | 
|---|
| [119] | 3186 | #undef  GpiQuerySetIds | 
|---|
|  | 3187 | #define GpiQuerySetIds _GpiQuerySetIds | 
|---|
|  | 3188 |  | 
|---|
| [10218] | 3189 | BOOL APIENTRY _GpiQueryTextAlignment(HPS a, PLONG b, PLONG c); | 
|---|
| [48] | 3190 |  | 
|---|
| [119] | 3191 | #undef  GpiQueryTextAlignment | 
|---|
|  | 3192 | #define GpiQueryTextAlignment _GpiQueryTextAlignment | 
|---|
|  | 3193 |  | 
|---|
| [10218] | 3194 | BOOL APIENTRY _GpiQueryTextBox(HPS a, LONG b, PCH c, LONG d, PPOINTL e); | 
|---|
| [48] | 3195 |  | 
|---|
| [119] | 3196 | #undef  GpiQueryTextBox | 
|---|
|  | 3197 | #define GpiQueryTextBox _GpiQueryTextBox | 
|---|
|  | 3198 |  | 
|---|
| [10218] | 3199 | BOOL APIENTRY _GpiQueryViewingLimits(HPS a, PRECTL b); | 
|---|
| [48] | 3200 |  | 
|---|
| [119] | 3201 | #undef  GpiQueryViewingLimits | 
|---|
|  | 3202 | #define GpiQueryViewingLimits _GpiQueryViewingLimits | 
|---|
|  | 3203 |  | 
|---|
| [10218] | 3204 | BOOL APIENTRY _GpiQueryViewingTransformMatrix(HPS a, LONG b, PMATRIXLF c); | 
|---|
| [48] | 3205 |  | 
|---|
| [119] | 3206 | #undef  GpiQueryViewingTransformMatrix | 
|---|
|  | 3207 | #define GpiQueryViewingTransformMatrix _GpiQueryViewingTransformMatrix | 
|---|
|  | 3208 |  | 
|---|
| [10218] | 3209 | BOOL APIENTRY _GpiQueryWidthTable(HPS a, LONG b, LONG c, PLONG d); | 
|---|
| [48] | 3210 |  | 
|---|
| [119] | 3211 | #undef  GpiQueryWidthTable | 
|---|
|  | 3212 | #define GpiQueryWidthTable _GpiQueryWidthTable | 
|---|
|  | 3213 |  | 
|---|
| [10218] | 3214 | LONG APIENTRY _GpiRectInRegion(HPS a, HRGN b, PRECTL c); | 
|---|
| [48] | 3215 |  | 
|---|
| [119] | 3216 | #undef  GpiRectInRegion | 
|---|
|  | 3217 | #define GpiRectInRegion _GpiRectInRegion | 
|---|
|  | 3218 |  | 
|---|
| [10218] | 3219 | LONG APIENTRY _GpiRectVisible(HPS a, PRECTL b); | 
|---|
| [48] | 3220 |  | 
|---|
| [119] | 3221 | #undef  GpiRectVisible | 
|---|
|  | 3222 | #define GpiRectVisible _GpiRectVisible | 
|---|
|  | 3223 |  | 
|---|
| [10218] | 3224 | BOOL APIENTRY _GpiRotate(HPS a, PMATRIXLF b, LONG c, FIXED d, PPOINTL e); | 
|---|
| [48] | 3225 |  | 
|---|
| [119] | 3226 | #undef  GpiRotate | 
|---|
|  | 3227 | #define GpiRotate _GpiRotate | 
|---|
|  | 3228 |  | 
|---|
| [10218] | 3229 | BOOL APIENTRY _GpiSaveMetaFile(HMF a, PCSZ b); | 
|---|
| [48] | 3230 |  | 
|---|
| [119] | 3231 | #undef  GpiSaveMetaFile | 
|---|
|  | 3232 | #define GpiSaveMetaFile _GpiSaveMetaFile | 
|---|
|  | 3233 |  | 
|---|
| [10218] | 3234 | BOOL APIENTRY _GpiScale(HPS a, PMATRIXLF b, LONG c, PFIXED d, PPOINTL e); | 
|---|
| [48] | 3235 |  | 
|---|
| [119] | 3236 | #undef  GpiScale | 
|---|
|  | 3237 | #define GpiScale _GpiScale | 
|---|
|  | 3238 |  | 
|---|
| [10218] | 3239 | HPAL APIENTRY _GpiSelectPalette(HPS a, HPAL b); | 
|---|
| [48] | 3240 |  | 
|---|
| [119] | 3241 | #undef  GpiSelectPalette | 
|---|
|  | 3242 | #define GpiSelectPalette _GpiSelectPalette | 
|---|
|  | 3243 |  | 
|---|
| [10218] | 3244 | BOOL APIENTRY _GpiSetArcParams(HPS a, PARCPARAMS b); | 
|---|
| [48] | 3245 |  | 
|---|
| [119] | 3246 | #undef  GpiSetArcParams | 
|---|
|  | 3247 | #define GpiSetArcParams _GpiSetArcParams | 
|---|
|  | 3248 |  | 
|---|
| [10218] | 3249 | BOOL APIENTRY _GpiSetAttrMode(HPS a, LONG b); | 
|---|
| [48] | 3250 |  | 
|---|
| [119] | 3251 | #undef  GpiSetAttrMode | 
|---|
|  | 3252 | #define GpiSetAttrMode _GpiSetAttrMode | 
|---|
|  | 3253 |  | 
|---|
| [10218] | 3254 | BOOL APIENTRY _GpiSetAttrs(HPS a, LONG b, ULONG c, ULONG d, PVOID e); | 
|---|
| [48] | 3255 |  | 
|---|
| [119] | 3256 | #undef  GpiSetAttrs | 
|---|
|  | 3257 | #define GpiSetAttrs _GpiSetAttrs | 
|---|
|  | 3258 |  | 
|---|
| [10218] | 3259 | BOOL APIENTRY _GpiSetBackColor(HPS a, LONG b); | 
|---|
| [48] | 3260 |  | 
|---|
| [119] | 3261 | #undef  GpiSetBackColor | 
|---|
|  | 3262 | #define GpiSetBackColor _GpiSetBackColor | 
|---|
|  | 3263 |  | 
|---|
| [10218] | 3264 | BOOL APIENTRY _GpiSetBackMix(HPS a, LONG b); | 
|---|
| [48] | 3265 |  | 
|---|
| [119] | 3266 | #undef  GpiSetBackMix | 
|---|
|  | 3267 | #define GpiSetBackMix _GpiSetBackMix | 
|---|
|  | 3268 |  | 
|---|
| [10218] | 3269 | BOOL APIENTRY _GpiSetCharAngle(HPS a, PGRADIENTL b); | 
|---|
| [48] | 3270 |  | 
|---|
| [119] | 3271 | #undef  GpiSetCharAngle | 
|---|
|  | 3272 | #define GpiSetCharAngle _GpiSetCharAngle | 
|---|
|  | 3273 |  | 
|---|
| [10218] | 3274 | BOOL APIENTRY _GpiSetCharBox(HPS a, PSIZEF b); | 
|---|
| [48] | 3275 |  | 
|---|
| [119] | 3276 | #undef  GpiSetCharBox | 
|---|
|  | 3277 | #define GpiSetCharBox _GpiSetCharBox | 
|---|
|  | 3278 |  | 
|---|
| [10218] | 3279 | BOOL APIENTRY _GpiSetCharBreakExtra(HPS a, FIXED b); | 
|---|
| [48] | 3280 |  | 
|---|
| [119] | 3281 | #undef  GpiSetCharBreakExtra | 
|---|
|  | 3282 | #define GpiSetCharBreakExtra _GpiSetCharBreakExtra | 
|---|
|  | 3283 |  | 
|---|
| [10218] | 3284 | BOOL APIENTRY _GpiSetCharDirection(HPS a, LONG b); | 
|---|
| [48] | 3285 |  | 
|---|
| [119] | 3286 | #undef  GpiSetCharDirection | 
|---|
|  | 3287 | #define GpiSetCharDirection _GpiSetCharDirection | 
|---|
|  | 3288 |  | 
|---|
| [10218] | 3289 | BOOL APIENTRY _GpiSetCharExtra(HPS a, FIXED b); | 
|---|
| [48] | 3290 |  | 
|---|
| [119] | 3291 | #undef  GpiSetCharExtra | 
|---|
|  | 3292 | #define GpiSetCharExtra _GpiSetCharExtra | 
|---|
|  | 3293 |  | 
|---|
| [10218] | 3294 | BOOL APIENTRY _GpiSetCharMode(HPS a, LONG b); | 
|---|
| [48] | 3295 |  | 
|---|
| [119] | 3296 | #undef  GpiSetCharMode | 
|---|
|  | 3297 | #define GpiSetCharMode _GpiSetCharMode | 
|---|
|  | 3298 |  | 
|---|
| [10218] | 3299 | BOOL APIENTRY _GpiSetCharSet(HPS a, LONG b); | 
|---|
| [48] | 3300 |  | 
|---|
| [119] | 3301 | #undef  GpiSetCharSet | 
|---|
|  | 3302 | #define GpiSetCharSet _GpiSetCharSet | 
|---|
|  | 3303 |  | 
|---|
| [10218] | 3304 | BOOL APIENTRY _GpiSetCharShear(HPS a, PPOINTL b); | 
|---|
| [48] | 3305 |  | 
|---|
| [119] | 3306 | #undef  GpiSetCharShear | 
|---|
|  | 3307 | #define GpiSetCharShear _GpiSetCharShear | 
|---|
|  | 3308 |  | 
|---|
| [10218] | 3309 | BOOL APIENTRY _GpiSetClipPath(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3310 |  | 
|---|
| [119] | 3311 | #undef  GpiSetClipPath | 
|---|
|  | 3312 | #define GpiSetClipPath _GpiSetClipPath | 
|---|
|  | 3313 |  | 
|---|
| [10218] | 3314 | LONG APIENTRY _GpiSetClipRegion(HPS a, HRGN b, PHRGN c); | 
|---|
| [48] | 3315 |  | 
|---|
| [119] | 3316 | #undef  GpiSetClipRegion | 
|---|
|  | 3317 | #define GpiSetClipRegion _GpiSetClipRegion | 
|---|
|  | 3318 |  | 
|---|
| [10218] | 3319 | BOOL APIENTRY _GpiSetColor(HPS a, LONG b); | 
|---|
| [48] | 3320 |  | 
|---|
| [119] | 3321 | #undef  GpiSetColor | 
|---|
|  | 3322 | #define GpiSetColor _GpiSetColor | 
|---|
|  | 3323 |  | 
|---|
| [10218] | 3324 | BOOL APIENTRY _GpiSetCp(HPS a, ULONG b); | 
|---|
| [48] | 3325 |  | 
|---|
| [119] | 3326 | #undef  GpiSetCp | 
|---|
|  | 3327 | #define GpiSetCp _GpiSetCp | 
|---|
|  | 3328 |  | 
|---|
| [10218] | 3329 | BOOL APIENTRY _GpiSetCurrentPosition(HPS a, PPOINTL b); | 
|---|
| [48] | 3330 |  | 
|---|
| [119] | 3331 | #undef  GpiSetCurrentPosition | 
|---|
|  | 3332 | #define GpiSetCurrentPosition _GpiSetCurrentPosition | 
|---|
|  | 3333 |  | 
|---|
| [10218] | 3334 | BOOL APIENTRY _GpiSetDefArcParams(HPS a, PARCPARAMS b); | 
|---|
| [48] | 3335 |  | 
|---|
| [119] | 3336 | #undef  GpiSetDefArcParams | 
|---|
|  | 3337 | #define GpiSetDefArcParams _GpiSetDefArcParams | 
|---|
|  | 3338 |  | 
|---|
| [10218] | 3339 | BOOL APIENTRY _GpiSetDefAttrs(HPS a, LONG b, ULONG c, PVOID d); | 
|---|
| [48] | 3340 |  | 
|---|
| [119] | 3341 | #undef  GpiSetDefAttrs | 
|---|
|  | 3342 | #define GpiSetDefAttrs _GpiSetDefAttrs | 
|---|
|  | 3343 |  | 
|---|
| [10218] | 3344 | BOOL APIENTRY _GpiSetDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c, LONG d); | 
|---|
| [48] | 3345 |  | 
|---|
| [119] | 3346 | #undef  GpiSetDefaultViewMatrix | 
|---|
|  | 3347 | #define GpiSetDefaultViewMatrix _GpiSetDefaultViewMatrix | 
|---|
|  | 3348 |  | 
|---|
| [10218] | 3349 | BOOL APIENTRY _GpiSetDefTag(HPS a, LONG b); | 
|---|
| [48] | 3350 |  | 
|---|
| [119] | 3351 | #undef  GpiSetDefTag | 
|---|
|  | 3352 | #define GpiSetDefTag _GpiSetDefTag | 
|---|
|  | 3353 |  | 
|---|
| [10218] | 3354 | BOOL APIENTRY _GpiSetDefViewingLimits(HPS a, PRECTL b); | 
|---|
| [48] | 3355 |  | 
|---|
| [119] | 3356 | #undef  GpiSetDefViewingLimits | 
|---|
|  | 3357 | #define GpiSetDefViewingLimits _GpiSetDefViewingLimits | 
|---|
|  | 3358 |  | 
|---|
| [10218] | 3359 | BOOL APIENTRY _GpiSetEditMode(HPS a, LONG b); | 
|---|
| [48] | 3360 |  | 
|---|
| [119] | 3361 | #undef  GpiSetEditMode | 
|---|
|  | 3362 | #define GpiSetEditMode _GpiSetEditMode | 
|---|
|  | 3363 |  | 
|---|
| [10218] | 3364 | BOOL APIENTRY _GpiSetElementPointer(HPS a, LONG b); | 
|---|
| [48] | 3365 |  | 
|---|
| [119] | 3366 | #undef  GpiSetElementPointer | 
|---|
|  | 3367 | #define GpiSetElementPointer _GpiSetElementPointer | 
|---|
|  | 3368 |  | 
|---|
| [10218] | 3369 | BOOL APIENTRY _GpiSetElementPointerAtLabel(HPS a, LONG b); | 
|---|
| [48] | 3370 |  | 
|---|
| [119] | 3371 | #undef  GpiSetElementPointerAtLabel | 
|---|
|  | 3372 | #define GpiSetElementPointerAtLabel _GpiSetElementPointerAtLabel | 
|---|
|  | 3373 |  | 
|---|
| [10218] | 3374 | BOOL APIENTRY _GpiSetGraphicsField(HPS a, PRECTL b); | 
|---|
| [48] | 3375 |  | 
|---|
| [119] | 3376 | #undef  GpiSetGraphicsField | 
|---|
|  | 3377 | #define GpiSetGraphicsField _GpiSetGraphicsField | 
|---|
|  | 3378 |  | 
|---|
| [10218] | 3379 | BOOL APIENTRY _GpiSetLineEnd(HPS a, LONG b); | 
|---|
| [48] | 3380 |  | 
|---|
| [119] | 3381 | #undef  GpiSetLineEnd | 
|---|
|  | 3382 | #define GpiSetLineEnd _GpiSetLineEnd | 
|---|
|  | 3383 |  | 
|---|
| [10218] | 3384 | BOOL APIENTRY _GpiSetLineJoin(HPS a, LONG b); | 
|---|
| [48] | 3385 |  | 
|---|
| [119] | 3386 | #undef  GpiSetLineJoin | 
|---|
|  | 3387 | #define GpiSetLineJoin _GpiSetLineJoin | 
|---|
|  | 3388 |  | 
|---|
| [10218] | 3389 | BOOL APIENTRY _GpiSetLineType(HPS a, LONG b); | 
|---|
| [48] | 3390 |  | 
|---|
| [119] | 3391 | #undef  GpiSetLineType | 
|---|
|  | 3392 | #define GpiSetLineType _GpiSetLineType | 
|---|
|  | 3393 |  | 
|---|
| [10218] | 3394 | BOOL APIENTRY _GpiSetLineWidth(HPS a, FIXED b); | 
|---|
| [48] | 3395 |  | 
|---|
| [119] | 3396 | #undef  GpiSetLineWidth | 
|---|
|  | 3397 | #define GpiSetLineWidth _GpiSetLineWidth | 
|---|
|  | 3398 |  | 
|---|
| [10218] | 3399 | BOOL APIENTRY _GpiSetLineWidthGeom(HPS a, LONG b); | 
|---|
| [48] | 3400 |  | 
|---|
| [119] | 3401 | #undef  GpiSetLineWidthGeom | 
|---|
|  | 3402 | #define GpiSetLineWidthGeom _GpiSetLineWidthGeom | 
|---|
|  | 3403 |  | 
|---|
| [10218] | 3404 | BOOL APIENTRY _GpiSetMarker(HPS a, LONG b); | 
|---|
| [48] | 3405 |  | 
|---|
| [119] | 3406 | #undef  GpiSetMarker | 
|---|
|  | 3407 | #define GpiSetMarker _GpiSetMarker | 
|---|
|  | 3408 |  | 
|---|
| [10218] | 3409 | BOOL APIENTRY _GpiSetMarkerBox(HPS a, PSIZEF b); | 
|---|
| [48] | 3410 |  | 
|---|
| [119] | 3411 | #undef  GpiSetMarkerBox | 
|---|
|  | 3412 | #define GpiSetMarkerBox _GpiSetMarkerBox | 
|---|
|  | 3413 |  | 
|---|
| [10218] | 3414 | BOOL APIENTRY _GpiSetMarkerSet(HPS a, LONG b); | 
|---|
| [48] | 3415 |  | 
|---|
| [119] | 3416 | #undef  GpiSetMarkerSet | 
|---|
|  | 3417 | #define GpiSetMarkerSet _GpiSetMarkerSet | 
|---|
|  | 3418 |  | 
|---|
| [10218] | 3419 | BOOL APIENTRY _GpiSetMetaFileBits(HMF a, LONG b, LONG c, PBYTE d); | 
|---|
| [48] | 3420 |  | 
|---|
| [119] | 3421 | #undef  GpiSetMetaFileBits | 
|---|
|  | 3422 | #define GpiSetMetaFileBits _GpiSetMetaFileBits | 
|---|
|  | 3423 |  | 
|---|
| [10218] | 3424 | BOOL APIENTRY _GpiSetMix(HPS a, LONG b); | 
|---|
| [48] | 3425 |  | 
|---|
| [119] | 3426 | #undef  GpiSetMix | 
|---|
|  | 3427 | #define GpiSetMix _GpiSetMix | 
|---|
|  | 3428 |  | 
|---|
| [10218] | 3429 | BOOL APIENTRY _GpiSetModelTransformMatrix(HPS a, LONG b, PMATRIXLF c, LONG d); | 
|---|
| [48] | 3430 |  | 
|---|
| [119] | 3431 | #undef  GpiSetModelTransformMatrix | 
|---|
|  | 3432 | #define GpiSetModelTransformMatrix _GpiSetModelTransformMatrix | 
|---|
|  | 3433 |  | 
|---|
| [10218] | 3434 | BOOL APIENTRY _GpiSetPageViewport(HPS a, PRECTL b); | 
|---|
| [48] | 3435 |  | 
|---|
| [119] | 3436 | #undef  GpiSetPageViewport | 
|---|
|  | 3437 | #define GpiSetPageViewport _GpiSetPageViewport | 
|---|
|  | 3438 |  | 
|---|
| [10218] | 3439 | BOOL APIENTRY _GpiSetPaletteEntries(HPAL a, ULONG b, ULONG c, ULONG d, ULONG *e); | 
|---|
| [48] | 3440 |  | 
|---|
| [119] | 3441 | #undef  GpiSetPaletteEntries | 
|---|
|  | 3442 | #define GpiSetPaletteEntries _GpiSetPaletteEntries | 
|---|
|  | 3443 |  | 
|---|
| [10218] | 3444 | BOOL APIENTRY _GpiSetPattern(HPS a, LONG b); | 
|---|
| [48] | 3445 |  | 
|---|
| [119] | 3446 | #undef  GpiSetPattern | 
|---|
|  | 3447 | #define GpiSetPattern _GpiSetPattern | 
|---|
|  | 3448 |  | 
|---|
| [10218] | 3449 | BOOL APIENTRY _GpiSetPatternRefPoint(HPS a, PPOINTL b); | 
|---|
| [48] | 3450 |  | 
|---|
| [119] | 3451 | #undef  GpiSetPatternRefPoint | 
|---|
|  | 3452 | #define GpiSetPatternRefPoint _GpiSetPatternRefPoint | 
|---|
|  | 3453 |  | 
|---|
| [10218] | 3454 | BOOL APIENTRY _GpiSetPatternSet(HPS a, LONG b); | 
|---|
| [48] | 3455 |  | 
|---|
| [119] | 3456 | #undef  GpiSetPatternSet | 
|---|
|  | 3457 | #define GpiSetPatternSet _GpiSetPatternSet | 
|---|
|  | 3458 |  | 
|---|
| [10218] | 3459 | BOOL APIENTRY _GpiSetRegion(HPS a, HRGN b, LONG c, PRECTL d); | 
|---|
| [48] | 3460 |  | 
|---|
| [119] | 3461 | #undef  GpiSetRegion | 
|---|
|  | 3462 | #define GpiSetRegion _GpiSetRegion | 
|---|
|  | 3463 |  | 
|---|
| [10218] | 3464 | BOOL APIENTRY _GpiSetSegmentTransformMatrix(HPS a, LONG b, LONG c, MATRIXLF *d, LONG e); | 
|---|
| [48] | 3465 |  | 
|---|
| [119] | 3466 | #undef  GpiSetSegmentTransformMatrix | 
|---|
|  | 3467 | #define GpiSetSegmentTransformMatrix _GpiSetSegmentTransformMatrix | 
|---|
|  | 3468 |  | 
|---|
| [10218] | 3469 | BOOL APIENTRY _GpiSetTextAlignment(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3470 |  | 
|---|
| [119] | 3471 | #undef  GpiSetTextAlignment | 
|---|
|  | 3472 | #define GpiSetTextAlignment _GpiSetTextAlignment | 
|---|
|  | 3473 |  | 
|---|
| [10218] | 3474 | BOOL APIENTRY _GpiSetViewingLimits(HPS a, PRECTL b); | 
|---|
| [48] | 3475 |  | 
|---|
| [119] | 3476 | #undef  GpiSetViewingLimits | 
|---|
|  | 3477 | #define GpiSetViewingLimits _GpiSetViewingLimits | 
|---|
|  | 3478 |  | 
|---|
| [10218] | 3479 | BOOL APIENTRY _GpiSetViewingTransformMatrix(HPS a, LONG b, MATRIXLF *c, LONG d); | 
|---|
| [48] | 3480 |  | 
|---|
| [119] | 3481 | #undef  GpiSetViewingTransformMatrix | 
|---|
|  | 3482 | #define GpiSetViewingTransformMatrix _GpiSetViewingTransformMatrix | 
|---|
|  | 3483 |  | 
|---|
| [10218] | 3484 | LONG APIENTRY _GpiStrokePath(HPS a, LONG b, ULONG c); | 
|---|
| [48] | 3485 |  | 
|---|
| [119] | 3486 | #undef  GpiStrokePath | 
|---|
|  | 3487 | #define GpiStrokePath _GpiStrokePath | 
|---|
|  | 3488 |  | 
|---|
| [10218] | 3489 | BOOL APIENTRY _GpiTranslate(HPS a, PMATRIXLF b, LONG c, PPOINTL d); | 
|---|
| [48] | 3490 |  | 
|---|
| [119] | 3491 | #undef  GpiTranslate | 
|---|
|  | 3492 | #define GpiTranslate _GpiTranslate | 
|---|
|  | 3493 |  | 
|---|
| [10218] | 3494 | BOOL APIENTRY _GpiUnloadFonts(HAB a, PCSZ b); | 
|---|
| [48] | 3495 |  | 
|---|
| [119] | 3496 | #undef  GpiUnloadFonts | 
|---|
|  | 3497 | #define GpiUnloadFonts _GpiUnloadFonts | 
|---|
|  | 3498 |  | 
|---|
| [10218] | 3499 | BOOL APIENTRY _GpiUnloadPublicFonts(HAB a, PCSZ b); | 
|---|
| [48] | 3500 |  | 
|---|
| [119] | 3501 | #undef  GpiUnloadPublicFonts | 
|---|
|  | 3502 | #define GpiUnloadPublicFonts _GpiUnloadPublicFonts | 
|---|
|  | 3503 |  | 
|---|
| [48] | 3504 | #ifdef INCL_GPIBITMAPS | 
|---|
| [10218] | 3505 | LONG APIENTRY _GpiBitBlt(HPS a, HPS b, LONG c, PPOINTL d, LONG e, ULONG f); | 
|---|
| [48] | 3506 |  | 
|---|
| [119] | 3507 | #undef  GpiBitBlt | 
|---|
|  | 3508 | #define GpiBitBlt _GpiBitBlt | 
|---|
|  | 3509 |  | 
|---|
| [10218] | 3510 | BOOL APIENTRY _GpiDeleteBitmap(HBITMAP a); | 
|---|
| [48] | 3511 |  | 
|---|
| [119] | 3512 | #undef  GpiDeleteBitmap | 
|---|
|  | 3513 | #define GpiDeleteBitmap _GpiDeleteBitmap | 
|---|
|  | 3514 |  | 
|---|
| [10218] | 3515 | HBITMAP APIENTRY _GpiLoadBitmap(HPS a, HMODULE b, ULONG c, LONG d, LONG e); | 
|---|
| [48] | 3516 |  | 
|---|
| [119] | 3517 | #undef  GpiLoadBitmap | 
|---|
|  | 3518 | #define GpiLoadBitmap _GpiLoadBitmap | 
|---|
|  | 3519 |  | 
|---|
| [10218] | 3520 | HBITMAP APIENTRY _GpiSetBitmap(HPS a, HBITMAP b); | 
|---|
| [48] | 3521 |  | 
|---|
| [119] | 3522 | #undef  GpiSetBitmap | 
|---|
|  | 3523 | #define GpiSetBitmap _GpiSetBitmap | 
|---|
|  | 3524 |  | 
|---|
| [10218] | 3525 | LONG APIENTRY _GpiWCBitBlt(HPS a, HBITMAP b, LONG c, PPOINTL d, LONG e, ULONG f); | 
|---|
| [48] | 3526 |  | 
|---|
| [119] | 3527 | #undef  GpiWCBitBlt | 
|---|
|  | 3528 | #define GpiWCBitBlt _GpiWCBitBlt | 
|---|
|  | 3529 |  | 
|---|
| [10218] | 3530 | HBITMAP APIENTRY _GpiCreateBitmap(HPS a, BITMAPINFOHEADER2 *b, ULONG c, PBYTE d, BITMAPINFO2 *e); | 
|---|
| [48] | 3531 |  | 
|---|
| [119] | 3532 | #undef  GpiCreateBitmap | 
|---|
|  | 3533 | #define GpiCreateBitmap _GpiCreateBitmap | 
|---|
|  | 3534 |  | 
|---|
| [10218] | 3535 | LONG APIENTRY _GpiDrawBits(HPS a, PVOID b, BITMAPINFO2 *c, LONG d, PPOINTL e, LONG f, ULONG g); | 
|---|
| [48] | 3536 |  | 
|---|
| [119] | 3537 | #undef  GpiDrawBits | 
|---|
|  | 3538 | #define GpiDrawBits _GpiDrawBits | 
|---|
|  | 3539 |  | 
|---|
| [10218] | 3540 | LONG APIENTRY _GpiFloodFill(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3541 |  | 
|---|
| [119] | 3542 | #undef  GpiFloodFill | 
|---|
|  | 3543 | #define GpiFloodFill _GpiFloodFill | 
|---|
|  | 3544 |  | 
|---|
| [10218] | 3545 | LONG APIENTRY _GpiQueryBitmapBits(HPS a, LONG b, LONG c, PBYTE d, PBITMAPINFO2 e); | 
|---|
| [48] | 3546 |  | 
|---|
| [119] | 3547 | #undef  GpiQueryBitmapBits | 
|---|
|  | 3548 | #define GpiQueryBitmapBits _GpiQueryBitmapBits | 
|---|
|  | 3549 |  | 
|---|
| [10218] | 3550 | BOOL APIENTRY _GpiQueryBitmapDimension(HBITMAP a, PSIZEL b); | 
|---|
| [48] | 3551 |  | 
|---|
| [119] | 3552 | #undef  GpiQueryBitmapDimension | 
|---|
|  | 3553 | #define GpiQueryBitmapDimension _GpiQueryBitmapDimension | 
|---|
|  | 3554 |  | 
|---|
| [10218] | 3555 | HBITMAP APIENTRY _GpiQueryBitmapHandle(HPS a, LONG b); | 
|---|
| [48] | 3556 |  | 
|---|
| [119] | 3557 | #undef  GpiQueryBitmapHandle | 
|---|
|  | 3558 | #define GpiQueryBitmapHandle _GpiQueryBitmapHandle | 
|---|
|  | 3559 |  | 
|---|
| [10218] | 3560 | BOOL APIENTRY _GpiQueryBitmapInfoHeader(HBITMAP a, PBITMAPINFOHEADER2 b); | 
|---|
| [48] | 3561 |  | 
|---|
| [119] | 3562 | #undef  GpiQueryBitmapInfoHeader | 
|---|
|  | 3563 | #define GpiQueryBitmapInfoHeader _GpiQueryBitmapInfoHeader | 
|---|
|  | 3564 |  | 
|---|
| [10218] | 3565 | BOOL APIENTRY _GpiQueryBitmapParameters(HBITMAP a, PBITMAPINFOHEADER b); | 
|---|
| [48] | 3566 |  | 
|---|
| [119] | 3567 | #undef  GpiQueryBitmapParameters | 
|---|
|  | 3568 | #define GpiQueryBitmapParameters _GpiQueryBitmapParameters | 
|---|
|  | 3569 |  | 
|---|
| [10218] | 3570 | BOOL APIENTRY _GpiQueryDeviceBitmapFormats(HPS a, LONG b, PLONG c); | 
|---|
| [48] | 3571 |  | 
|---|
| [119] | 3572 | #undef  GpiQueryDeviceBitmapFormats | 
|---|
|  | 3573 | #define GpiQueryDeviceBitmapFormats _GpiQueryDeviceBitmapFormats | 
|---|
|  | 3574 |  | 
|---|
| [10218] | 3575 | LONG APIENTRY _GpiSetBitmapBits(HPS a, LONG b, LONG c, PBYTE d, BITMAPINFO2 *e); | 
|---|
| [48] | 3576 |  | 
|---|
| [119] | 3577 | #undef  GpiSetBitmapBits | 
|---|
|  | 3578 | #define GpiSetBitmapBits _GpiSetBitmapBits | 
|---|
|  | 3579 |  | 
|---|
| [10218] | 3580 | LONG APIENTRY _GpiQueryPel(HPS a, PPOINTL b); | 
|---|
| [48] | 3581 |  | 
|---|
| [119] | 3582 | #undef  GpiQueryPel | 
|---|
|  | 3583 | #define GpiQueryPel _GpiQueryPel | 
|---|
|  | 3584 |  | 
|---|
| [10218] | 3585 | BOOL APIENTRY _GpiSetBitmapDimension(HBITMAP a, SIZEL *b); | 
|---|
| [48] | 3586 |  | 
|---|
| [119] | 3587 | #undef  GpiSetBitmapDimension | 
|---|
|  | 3588 | #define GpiSetBitmapDimension _GpiSetBitmapDimension | 
|---|
|  | 3589 |  | 
|---|
| [10218] | 3590 | BOOL APIENTRY _GpiSetBitmapId(HPS a, HBITMAP b, LONG c); | 
|---|
| [48] | 3591 |  | 
|---|
| [119] | 3592 | #undef  GpiSetBitmapId | 
|---|
|  | 3593 | #define GpiSetBitmapId _GpiSetBitmapId | 
|---|
|  | 3594 |  | 
|---|
| [10218] | 3595 | LONG APIENTRY _GpiSetPel(HPS a, PPOINTL b); | 
|---|
| [48] | 3596 |  | 
|---|
| [119] | 3597 | #undef  GpiSetPel | 
|---|
|  | 3598 | #define GpiSetPel _GpiSetPel | 
|---|
|  | 3599 |  | 
|---|
| [48] | 3600 | #endif | 
|---|
|  | 3601 | #ifdef INCL_GPICONTROL | 
|---|
| [10218] | 3602 | BOOL APIENTRY _GpiAssociate(HPS a, HDC b); | 
|---|
| [48] | 3603 |  | 
|---|
| [119] | 3604 | #undef  GpiAssociate | 
|---|
|  | 3605 | #define GpiAssociate _GpiAssociate | 
|---|
|  | 3606 |  | 
|---|
| [10218] | 3607 | HPS APIENTRY _GpiCreatePS(HAB a, HDC b, PSIZEL c, ULONG d); | 
|---|
| [48] | 3608 |  | 
|---|
| [1843] | 3609 | #undef  GpiCreatePS | 
|---|
|  | 3610 | #define GpiCreatePS _GpiCreatePS | 
|---|
|  | 3611 |  | 
|---|
| [10218] | 3612 | BOOL APIENTRY _GpiDestroyPS(HPS a); | 
|---|
| [48] | 3613 |  | 
|---|
| [119] | 3614 | #undef  GpiDestroyPS | 
|---|
|  | 3615 | #define GpiDestroyPS _GpiDestroyPS | 
|---|
|  | 3616 |  | 
|---|
| [10218] | 3617 | BOOL APIENTRY _GpiErase(HPS a); | 
|---|
| [48] | 3618 |  | 
|---|
| [119] | 3619 | #undef  GpiErase | 
|---|
|  | 3620 | #define GpiErase _GpiErase | 
|---|
|  | 3621 |  | 
|---|
| [10218] | 3622 | HDC APIENTRY _GpiQueryDevice(HPS a); | 
|---|
| [48] | 3623 |  | 
|---|
| [119] | 3624 | #undef  GpiQueryDevice | 
|---|
|  | 3625 | #define GpiQueryDevice _GpiQueryDevice | 
|---|
|  | 3626 |  | 
|---|
| [10218] | 3627 | BOOL APIENTRY _GpiRestorePS(HPS a, LONG b); | 
|---|
| [48] | 3628 |  | 
|---|
| [119] | 3629 | #undef  GpiRestorePS | 
|---|
|  | 3630 | #define GpiRestorePS _GpiRestorePS | 
|---|
|  | 3631 |  | 
|---|
| [10218] | 3632 | LONG APIENTRY _GpiSavePS(HPS a); | 
|---|
| [48] | 3633 |  | 
|---|
| [119] | 3634 | #undef  GpiSavePS | 
|---|
|  | 3635 | #define GpiSavePS _GpiSavePS | 
|---|
|  | 3636 |  | 
|---|
| [10218] | 3637 | LONG APIENTRY _GpiErrorSegmentData(HPS a, PLONG b, PLONG c); | 
|---|
| [48] | 3638 |  | 
|---|
| [119] | 3639 | #undef  GpiErrorSegmentData | 
|---|
|  | 3640 | #define GpiErrorSegmentData _GpiErrorSegmentData | 
|---|
|  | 3641 |  | 
|---|
| [10218] | 3642 | LONG APIENTRY _GpiQueryDrawControl(HPS a, LONG b); | 
|---|
| [48] | 3643 |  | 
|---|
| [119] | 3644 | #undef  GpiQueryDrawControl | 
|---|
|  | 3645 | #define GpiQueryDrawControl _GpiQueryDrawControl | 
|---|
|  | 3646 |  | 
|---|
| [10218] | 3647 | LONG APIENTRY _GpiQueryDrawingMode(HPS a); | 
|---|
| [48] | 3648 |  | 
|---|
| [119] | 3649 | #undef  GpiQueryDrawingMode | 
|---|
|  | 3650 | #define GpiQueryDrawingMode _GpiQueryDrawingMode | 
|---|
|  | 3651 |  | 
|---|
| [10218] | 3652 | ULONG APIENTRY _GpiQueryPS(HPS a, PSIZEL b); | 
|---|
| [48] | 3653 |  | 
|---|
| [119] | 3654 | #undef  GpiQueryPS | 
|---|
|  | 3655 | #define GpiQueryPS _GpiQueryPS | 
|---|
|  | 3656 |  | 
|---|
| [10218] | 3657 | BOOL APIENTRY _GpiResetPS(HPS a, ULONG b); | 
|---|
| [48] | 3658 |  | 
|---|
| [119] | 3659 | #undef  GpiResetPS | 
|---|
|  | 3660 | #define GpiResetPS _GpiResetPS | 
|---|
|  | 3661 |  | 
|---|
| [10218] | 3662 | LONG APIENTRY _GpiQueryStopDraw(HPS a); | 
|---|
| [48] | 3663 |  | 
|---|
| [119] | 3664 | #undef  GpiQueryStopDraw | 
|---|
|  | 3665 | #define GpiQueryStopDraw _GpiQueryStopDraw | 
|---|
|  | 3666 |  | 
|---|
| [10218] | 3667 | BOOL APIENTRY _GpiSetDrawControl(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3668 |  | 
|---|
| [119] | 3669 | #undef  GpiSetDrawControl | 
|---|
|  | 3670 | #define GpiSetDrawControl _GpiSetDrawControl | 
|---|
|  | 3671 |  | 
|---|
| [10218] | 3672 | BOOL APIENTRY _GpiSetDrawingMode(HPS a, LONG b); | 
|---|
| [48] | 3673 |  | 
|---|
| [119] | 3674 | #undef  GpiSetDrawingMode | 
|---|
|  | 3675 | #define GpiSetDrawingMode _GpiSetDrawingMode | 
|---|
|  | 3676 |  | 
|---|
| [10218] | 3677 | BOOL APIENTRY _GpiSetPS(HPS a, SIZEL *b, ULONG c); | 
|---|
| [48] | 3678 |  | 
|---|
| [119] | 3679 | #undef  GpiSetPS | 
|---|
|  | 3680 | #define GpiSetPS _GpiSetPS | 
|---|
|  | 3681 |  | 
|---|
| [10218] | 3682 | BOOL APIENTRY _GpiSetStopDraw(HPS a, LONG b); | 
|---|
| [48] | 3683 |  | 
|---|
| [119] | 3684 | #undef  GpiSetStopDraw | 
|---|
|  | 3685 | #define GpiSetStopDraw _GpiSetStopDraw | 
|---|
|  | 3686 |  | 
|---|
| [48] | 3687 | #endif | 
|---|
|  | 3688 | #ifdef INCL_GPICORRELATION | 
|---|
| [10218] | 3689 | LONG APIENTRY _GpiCorrelateChain(HPS a, LONG b, PPOINTL c, LONG d, LONG e, PLONG f); | 
|---|
| [48] | 3690 |  | 
|---|
| [119] | 3691 | #undef  GpiCorrelateChain | 
|---|
|  | 3692 | #define GpiCorrelateChain _GpiCorrelateChain | 
|---|
|  | 3693 |  | 
|---|
| [10218] | 3694 | LONG APIENTRY _GpiCorrelateFrom(HPS a, LONG b, LONG c, LONG d, PPOINTL e, LONG f, LONG g, PLONG h); | 
|---|
| [48] | 3695 |  | 
|---|
| [119] | 3696 | #undef  GpiCorrelateFrom | 
|---|
|  | 3697 | #define GpiCorrelateFrom _GpiCorrelateFrom | 
|---|
|  | 3698 |  | 
|---|
| [10218] | 3699 | LONG APIENTRY _GpiCorrelateSegment(HPS a, LONG b, LONG c, PPOINTL d, LONG e, LONG f, PLONG g); | 
|---|
| [48] | 3700 |  | 
|---|
| [119] | 3701 | #undef  GpiCorrelateSegment | 
|---|
|  | 3702 | #define GpiCorrelateSegment _GpiCorrelateSegment | 
|---|
|  | 3703 |  | 
|---|
| [10218] | 3704 | BOOL APIENTRY _GpiQueryBoundaryData(HPS a, PRECTL b); | 
|---|
| [48] | 3705 |  | 
|---|
| [119] | 3706 | #undef  GpiQueryBoundaryData | 
|---|
|  | 3707 | #define GpiQueryBoundaryData _GpiQueryBoundaryData | 
|---|
|  | 3708 |  | 
|---|
| [10218] | 3709 | BOOL APIENTRY _GpiQueryPickAperturePosition(HPS a, PPOINTL b); | 
|---|
| [48] | 3710 |  | 
|---|
| [119] | 3711 | #undef  GpiQueryPickAperturePosition | 
|---|
|  | 3712 | #define GpiQueryPickAperturePosition _GpiQueryPickAperturePosition | 
|---|
|  | 3713 |  | 
|---|
| [10218] | 3714 | BOOL APIENTRY _GpiQueryPickApertureSize(HPS a, PSIZEL b); | 
|---|
| [48] | 3715 |  | 
|---|
| [119] | 3716 | #undef  GpiQueryPickApertureSize | 
|---|
|  | 3717 | #define GpiQueryPickApertureSize _GpiQueryPickApertureSize | 
|---|
|  | 3718 |  | 
|---|
| [10218] | 3719 | BOOL APIENTRY _GpiQueryTag(HPS a, PLONG b); | 
|---|
| [48] | 3720 |  | 
|---|
| [119] | 3721 | #undef  GpiQueryTag | 
|---|
|  | 3722 | #define GpiQueryTag _GpiQueryTag | 
|---|
|  | 3723 |  | 
|---|
| [10218] | 3724 | BOOL APIENTRY _GpiResetBoundaryData(HPS a); | 
|---|
| [48] | 3725 |  | 
|---|
| [119] | 3726 | #undef  GpiResetBoundaryData | 
|---|
|  | 3727 | #define GpiResetBoundaryData _GpiResetBoundaryData | 
|---|
|  | 3728 |  | 
|---|
| [10218] | 3729 | BOOL APIENTRY _GpiSetPickAperturePosition(HPS a, PPOINTL b); | 
|---|
| [48] | 3730 |  | 
|---|
| [119] | 3731 | #undef  GpiSetPickAperturePosition | 
|---|
|  | 3732 | #define GpiSetPickAperturePosition _GpiSetPickAperturePosition | 
|---|
|  | 3733 |  | 
|---|
| [10218] | 3734 | BOOL APIENTRY _GpiSetPickApertureSize(HPS a, LONG b, SIZEL *c); | 
|---|
| [48] | 3735 |  | 
|---|
| [119] | 3736 | #undef  GpiSetPickApertureSize | 
|---|
|  | 3737 | #define GpiSetPickApertureSize _GpiSetPickApertureSize | 
|---|
|  | 3738 |  | 
|---|
| [10218] | 3739 | BOOL APIENTRY _GpiSetTag(HPS a, LONG b); | 
|---|
| [48] | 3740 |  | 
|---|
| [119] | 3741 | #undef  GpiSetTag | 
|---|
|  | 3742 | #define GpiSetTag _GpiSetTag | 
|---|
|  | 3743 |  | 
|---|
| [48] | 3744 | #endif | 
|---|
|  | 3745 | #ifdef INCL_GPIINK | 
|---|
| [10218] | 3746 | BOOL APIENTRY _GpiBeginInkPath(HPS a, LONG b, ULONG c); | 
|---|
| [48] | 3747 |  | 
|---|
| [119] | 3748 | #undef  GpiBeginInkPath | 
|---|
|  | 3749 | #define GpiBeginInkPath _GpiBeginInkPath | 
|---|
|  | 3750 |  | 
|---|
| [10218] | 3751 | BOOL APIENTRY _GpiEndInkPath(HPS a, ULONG b); | 
|---|
| [48] | 3752 |  | 
|---|
| [119] | 3753 | #undef  GpiEndInkPath | 
|---|
|  | 3754 | #define GpiEndInkPath _GpiEndInkPath | 
|---|
|  | 3755 |  | 
|---|
| [10218] | 3756 | LONG APIENTRY _GpiStrokeInkPath(HPS a, LONG b, LONG c, PPOINTL d, ULONG e); | 
|---|
| [48] | 3757 |  | 
|---|
| [119] | 3758 | #undef  GpiStrokeInkPath | 
|---|
|  | 3759 | #define GpiStrokeInkPath _GpiStrokeInkPath | 
|---|
|  | 3760 |  | 
|---|
| [48] | 3761 | #endif | 
|---|
|  | 3762 | #ifdef INCL_GPISEGMENTS | 
|---|
| [10218] | 3763 | BOOL APIENTRY _GpiCloseSegment(HPS a); | 
|---|
| [48] | 3764 |  | 
|---|
| [119] | 3765 | #undef  GpiCloseSegment | 
|---|
|  | 3766 | #define GpiCloseSegment _GpiCloseSegment | 
|---|
|  | 3767 |  | 
|---|
| [10218] | 3768 | BOOL APIENTRY _GpiDeleteSegment(HPS a, LONG b); | 
|---|
| [48] | 3769 |  | 
|---|
| [119] | 3770 | #undef  GpiDeleteSegment | 
|---|
|  | 3771 | #define GpiDeleteSegment _GpiDeleteSegment | 
|---|
|  | 3772 |  | 
|---|
| [10218] | 3773 | BOOL APIENTRY _GpiDeleteSegments(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3774 |  | 
|---|
| [119] | 3775 | #undef  GpiDeleteSegments | 
|---|
|  | 3776 | #define GpiDeleteSegments _GpiDeleteSegments | 
|---|
|  | 3777 |  | 
|---|
| [10218] | 3778 | BOOL APIENTRY _GpiDrawChain(HPS a); | 
|---|
| [48] | 3779 |  | 
|---|
| [119] | 3780 | #undef  GpiDrawChain | 
|---|
|  | 3781 | #define GpiDrawChain _GpiDrawChain | 
|---|
|  | 3782 |  | 
|---|
| [10218] | 3783 | BOOL APIENTRY _GpiDrawDynamics(HPS a); | 
|---|
| [48] | 3784 |  | 
|---|
| [119] | 3785 | #undef  GpiDrawDynamics | 
|---|
|  | 3786 | #define GpiDrawDynamics _GpiDrawDynamics | 
|---|
|  | 3787 |  | 
|---|
| [10218] | 3788 | BOOL APIENTRY _GpiDrawFrom(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3789 |  | 
|---|
| [119] | 3790 | #undef  GpiDrawFrom | 
|---|
|  | 3791 | #define GpiDrawFrom _GpiDrawFrom | 
|---|
|  | 3792 |  | 
|---|
| [10218] | 3793 | BOOL APIENTRY _GpiDrawSegment(HPS a, LONG b); | 
|---|
| [48] | 3794 |  | 
|---|
| [119] | 3795 | #undef  GpiDrawSegment | 
|---|
|  | 3796 | #define GpiDrawSegment _GpiDrawSegment | 
|---|
|  | 3797 |  | 
|---|
| [10218] | 3798 | LONG APIENTRY _GpiGetData(HPS a, LONG b, PLONG c, LONG d, LONG e, PBYTE f); | 
|---|
| [48] | 3799 |  | 
|---|
| [119] | 3800 | #undef  GpiGetData | 
|---|
|  | 3801 | #define GpiGetData _GpiGetData | 
|---|
|  | 3802 |  | 
|---|
| [10218] | 3803 | BOOL APIENTRY _GpiOpenSegment(HPS a, LONG b); | 
|---|
| [48] | 3804 |  | 
|---|
| [119] | 3805 | #undef  GpiOpenSegment | 
|---|
|  | 3806 | #define GpiOpenSegment _GpiOpenSegment | 
|---|
|  | 3807 |  | 
|---|
| [10218] | 3808 | LONG APIENTRY _GpiPutData(HPS a, LONG b, PLONG c, PBYTE d); | 
|---|
| [48] | 3809 |  | 
|---|
| [119] | 3810 | #undef  GpiPutData | 
|---|
|  | 3811 | #define GpiPutData _GpiPutData | 
|---|
|  | 3812 |  | 
|---|
| [10218] | 3813 | LONG APIENTRY _GpiQueryInitialSegmentAttrs(HPS a, LONG b); | 
|---|
| [48] | 3814 |  | 
|---|
| [119] | 3815 | #undef  GpiQueryInitialSegmentAttrs | 
|---|
|  | 3816 | #define GpiQueryInitialSegmentAttrs _GpiQueryInitialSegmentAttrs | 
|---|
|  | 3817 |  | 
|---|
| [10218] | 3818 | LONG APIENTRY _GpiQuerySegmentAttrs(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3819 |  | 
|---|
| [119] | 3820 | #undef  GpiQuerySegmentAttrs | 
|---|
|  | 3821 | #define GpiQuerySegmentAttrs _GpiQuerySegmentAttrs | 
|---|
|  | 3822 |  | 
|---|
| [10218] | 3823 | LONG APIENTRY _GpiQuerySegmentNames(HPS a, LONG b, LONG c, LONG d, PLONG e); | 
|---|
| [48] | 3824 |  | 
|---|
| [119] | 3825 | #undef  GpiQuerySegmentNames | 
|---|
|  | 3826 | #define GpiQuerySegmentNames _GpiQuerySegmentNames | 
|---|
|  | 3827 |  | 
|---|
| [10218] | 3828 | LONG APIENTRY _GpiQuerySegmentPriority(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3829 |  | 
|---|
| [119] | 3830 | #undef  GpiQuerySegmentPriority | 
|---|
|  | 3831 | #define GpiQuerySegmentPriority _GpiQuerySegmentPriority | 
|---|
|  | 3832 |  | 
|---|
| [10218] | 3833 | BOOL APIENTRY _GpiRemoveDynamics(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3834 |  | 
|---|
| [119] | 3835 | #undef  GpiRemoveDynamics | 
|---|
|  | 3836 | #define GpiRemoveDynamics _GpiRemoveDynamics | 
|---|
|  | 3837 |  | 
|---|
| [10218] | 3838 | BOOL APIENTRY _GpiSetInitialSegmentAttrs(HPS a, LONG b, LONG c); | 
|---|
| [48] | 3839 |  | 
|---|
| [119] | 3840 | #undef  GpiSetInitialSegmentAttrs | 
|---|
|  | 3841 | #define GpiSetInitialSegmentAttrs _GpiSetInitialSegmentAttrs | 
|---|
|  | 3842 |  | 
|---|
| [10218] | 3843 | BOOL APIENTRY _GpiSetSegmentAttrs(HPS a, LONG b, LONG c, LONG d); | 
|---|
| [48] | 3844 |  | 
|---|
| [119] | 3845 | #undef  GpiSetSegmentAttrs | 
|---|
|  | 3846 | #define GpiSetSegmentAttrs _GpiSetSegmentAttrs | 
|---|
|  | 3847 |  | 
|---|
| [10218] | 3848 | BOOL APIENTRY _GpiSetSegmentPriority(HPS a, LONG b, LONG c, LONG d); | 
|---|
| [48] | 3849 |  | 
|---|
| [119] | 3850 | #undef  GpiSetSegmentPriority | 
|---|
|  | 3851 | #define GpiSetSegmentPriority _GpiSetSegmentPriority | 
|---|
|  | 3852 |  | 
|---|
| [48] | 3853 | #endif | 
|---|
| [119] | 3854 | #ifdef INCL_DEV | 
|---|
| [10218] | 3855 | LONG APIENTRY _DevEscape(HDC a, LONG b, LONG c, PBYTE d, PLONG e, PBYTE f); | 
|---|
| [48] | 3856 |  | 
|---|
| [119] | 3857 | #undef  DevEscape | 
|---|
|  | 3858 | #define DevEscape _DevEscape | 
|---|
|  | 3859 |  | 
|---|
| [10218] | 3860 | LONG APIENTRY _DevPostEscape(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e, ULONG f, PBYTE g, ULONG h, PBYTE i); | 
|---|
| [48] | 3861 |  | 
|---|
| [119] | 3862 | #undef  DevPostEscape | 
|---|
|  | 3863 | #define DevPostEscape _DevPostEscape | 
|---|
|  | 3864 |  | 
|---|
| [10218] | 3865 | LONG APIENTRY _DevPostDeviceModes(HAB a, PDRIVDATA b, PCSZ c, PCSZ d, PCSZ e, ULONG f); | 
|---|
| [48] | 3866 |  | 
|---|
| [119] | 3867 | #undef  DevPostDeviceModes | 
|---|
|  | 3868 | #define DevPostDeviceModes _DevPostDeviceModes | 
|---|
|  | 3869 |  | 
|---|
| [10218] | 3870 | BOOL APIENTRY _DevQueryDeviceNames(HAB a, PCSZ b, PLONG c, PSTR32 d, PSTR64 e, PLONG f, PSTR16 g); | 
|---|
| [119] | 3871 |  | 
|---|
|  | 3872 | #undef  DevQueryDeviceNames | 
|---|
|  | 3873 | #define DevQueryDeviceNames _DevQueryDeviceNames | 
|---|
|  | 3874 |  | 
|---|
| [10218] | 3875 | LONG APIENTRY _DevQueryHardcopyCaps(HDC a, LONG b, LONG c, PHCINFO d); | 
|---|
| [48] | 3876 |  | 
|---|
| [119] | 3877 | #undef  DevQueryHardcopyCaps | 
|---|
|  | 3878 | #define DevQueryHardcopyCaps _DevQueryHardcopyCaps | 
|---|
|  | 3879 |  | 
|---|
|  | 3880 | #endif | 
|---|
| [10218] | 3881 | HMF APIENTRY _DevCloseDC(HDC a); | 
|---|
| [48] | 3882 |  | 
|---|
| [119] | 3883 | #undef  DevCloseDC | 
|---|
|  | 3884 | #define DevCloseDC _DevCloseDC | 
|---|
|  | 3885 |  | 
|---|
| [10218] | 3886 | HDC APIENTRY _DevOpenDC(HAB a, LONG b, PCSZ c, LONG d, PDEVOPENDATA e, HDC f); | 
|---|
| [48] | 3887 |  | 
|---|
| [119] | 3888 | #undef  DevOpenDC | 
|---|
|  | 3889 | #define DevOpenDC _DevOpenDC | 
|---|
|  | 3890 |  | 
|---|
| [10218] | 3891 | BOOL APIENTRY _DevQueryCaps(HDC a, LONG b, LONG c, PLONG d); | 
|---|
| [48] | 3892 |  | 
|---|
| [119] | 3893 | #undef  DevQueryCaps | 
|---|
|  | 3894 | #define DevQueryCaps _DevQueryCaps | 
|---|
|  | 3895 |  | 
|---|
| [48] | 3896 | #endif | 
|---|
|  | 3897 | #ifdef INCL_WINPROGRAMLIST | 
|---|
| [10218] | 3898 | HPROGRAM APIENTRY _PrfAddProgram(HINI a, PPROGDETAILS b, HPROGRAM c); | 
|---|
| [48] | 3899 |  | 
|---|
| [119] | 3900 | #undef  PrfAddProgram | 
|---|
|  | 3901 | #define PrfAddProgram _PrfAddProgram | 
|---|
|  | 3902 |  | 
|---|
| [10218] | 3903 | BOOL APIENTRY _PrfChangeProgram(HINI a, HPROGRAM b, PPROGDETAILS c); | 
|---|
| [48] | 3904 |  | 
|---|
| [119] | 3905 | #undef  PrfChangeProgram | 
|---|
|  | 3906 | #define PrfChangeProgram _PrfChangeProgram | 
|---|
|  | 3907 |  | 
|---|
| [10218] | 3908 | HPROGRAM APIENTRY _PrfCreateGroup(HINI a, PCSZ b, UCHAR c); | 
|---|
| [48] | 3909 |  | 
|---|
| [119] | 3910 | #undef  PrfCreateGroup | 
|---|
|  | 3911 | #define PrfCreateGroup _PrfCreateGroup | 
|---|
|  | 3912 |  | 
|---|
| [10218] | 3913 | BOOL APIENTRY _PrfDestroyGroup(HINI a, HPROGRAM b); | 
|---|
| [48] | 3914 |  | 
|---|
| [119] | 3915 | #undef  PrfDestroyGroup | 
|---|
|  | 3916 | #define PrfDestroyGroup _PrfDestroyGroup | 
|---|
|  | 3917 |  | 
|---|
| [10218] | 3918 | PROGCATEGORY APIENTRY _PrfQueryProgramCategory(HINI a, PCSZ b); | 
|---|
| [48] | 3919 |  | 
|---|
| [119] | 3920 | #undef  PrfQueryProgramCategory | 
|---|
|  | 3921 | #define PrfQueryProgramCategory _PrfQueryProgramCategory | 
|---|
|  | 3922 |  | 
|---|
| [10218] | 3923 | ULONG APIENTRY _PrfQueryProgramHandle(HINI a, PCSZ b, PHPROGARRAY c, ULONG d, PULONG e); | 
|---|
| [48] | 3924 |  | 
|---|
| [119] | 3925 | #undef  PrfQueryProgramHandle | 
|---|
|  | 3926 | #define PrfQueryProgramHandle _PrfQueryProgramHandle | 
|---|
|  | 3927 |  | 
|---|
| [10218] | 3928 | ULONG APIENTRY _PrfQueryProgramTitles(HINI a, HPROGRAM b, PPROGTITLE c, ULONG d, PULONG e); | 
|---|
| [48] | 3929 |  | 
|---|
| [119] | 3930 | #undef  PrfQueryProgramTitles | 
|---|
|  | 3931 | #define PrfQueryProgramTitles _PrfQueryProgramTitles | 
|---|
|  | 3932 |  | 
|---|
| [10218] | 3933 | ULONG APIENTRY _PrfQueryDefinition(HINI a, HPROGRAM b, PPROGDETAILS c, ULONG d); | 
|---|
| [48] | 3934 |  | 
|---|
| [119] | 3935 | #undef  PrfQueryDefinition | 
|---|
|  | 3936 | #define PrfQueryDefinition _PrfQueryDefinition | 
|---|
|  | 3937 |  | 
|---|
| [10218] | 3938 | BOOL APIENTRY _PrfRemoveProgram(HINI a, HPROGRAM b); | 
|---|
| [48] | 3939 |  | 
|---|
| [119] | 3940 | #undef  PrfRemoveProgram | 
|---|
|  | 3941 | #define PrfRemoveProgram _PrfRemoveProgram | 
|---|
|  | 3942 |  | 
|---|
| [10218] | 3943 | HAPP APIENTRY _WinStartApp(HWND a, PPROGDETAILS b, PCSZ c, PVOID d, ULONG e); | 
|---|
| [48] | 3944 |  | 
|---|
| [119] | 3945 | #undef  WinStartApp | 
|---|
|  | 3946 | #define WinStartApp _WinStartApp | 
|---|
|  | 3947 |  | 
|---|
| [10218] | 3948 | BOOL APIENTRY _WinTerminateApp(HAPP a); | 
|---|
| [48] | 3949 |  | 
|---|
| [119] | 3950 | #undef  WinTerminateApp | 
|---|
|  | 3951 | #define WinTerminateApp _WinTerminateApp | 
|---|
|  | 3952 |  | 
|---|
| [48] | 3953 | #endif | 
|---|
|  | 3954 | #ifdef INCL_WINSWITCHLIST | 
|---|
| [10218] | 3955 | HSWITCH APIENTRY _WinAddSwitchEntry(PSWCNTRL a); | 
|---|
| [48] | 3956 |  | 
|---|
| [119] | 3957 | #undef  WinAddSwitchEntry | 
|---|
|  | 3958 | #define WinAddSwitchEntry _WinAddSwitchEntry | 
|---|
|  | 3959 |  | 
|---|
| [10218] | 3960 | ULONG APIENTRY _WinRemoveSwitchEntry(HSWITCH a); | 
|---|
| [48] | 3961 |  | 
|---|
| [119] | 3962 | #undef  WinRemoveSwitchEntry | 
|---|
|  | 3963 | #define WinRemoveSwitchEntry _WinRemoveSwitchEntry | 
|---|
|  | 3964 |  | 
|---|
| [10218] | 3965 | ULONG APIENTRY _WinChangeSwitchEntry(HSWITCH a, PSWCNTRL b); | 
|---|
| [48] | 3966 |  | 
|---|
| [119] | 3967 | #undef  WinChangeSwitchEntry | 
|---|
|  | 3968 | #define WinChangeSwitchEntry _WinChangeSwitchEntry | 
|---|
|  | 3969 |  | 
|---|
| [10218] | 3970 | HSWITCH APIENTRY _WinCreateSwitchEntry(HAB a, PSWCNTRL b); | 
|---|
| [48] | 3971 |  | 
|---|
| [119] | 3972 | #undef  WinCreateSwitchEntry | 
|---|
|  | 3973 | #define WinCreateSwitchEntry _WinCreateSwitchEntry | 
|---|
|  | 3974 |  | 
|---|
| [10218] | 3975 | ULONG APIENTRY _WinQuerySessionTitle(HAB a, ULONG b, PSZ c, ULONG d); | 
|---|
| [48] | 3976 |  | 
|---|
| [119] | 3977 | #undef  WinQuerySessionTitle | 
|---|
|  | 3978 | #define WinQuerySessionTitle _WinQuerySessionTitle | 
|---|
|  | 3979 |  | 
|---|
| [10218] | 3980 | ULONG APIENTRY _WinQuerySwitchEntry(HSWITCH a, PSWCNTRL b); | 
|---|
| [48] | 3981 |  | 
|---|
| [119] | 3982 | #undef  WinQuerySwitchEntry | 
|---|
|  | 3983 | #define WinQuerySwitchEntry _WinQuerySwitchEntry | 
|---|
|  | 3984 |  | 
|---|
| [10218] | 3985 | HSWITCH APIENTRY _WinQuerySwitchHandle(HWND a, PID b); | 
|---|
| [48] | 3986 |  | 
|---|
| [119] | 3987 | #undef  WinQuerySwitchHandle | 
|---|
|  | 3988 | #define WinQuerySwitchHandle _WinQuerySwitchHandle | 
|---|
|  | 3989 |  | 
|---|
| [10218] | 3990 | ULONG APIENTRY _WinQuerySwitchList(HAB a, PSWBLOCK b, ULONG c); | 
|---|
| [48] | 3991 |  | 
|---|
| [119] | 3992 | #undef  WinQuerySwitchList | 
|---|
|  | 3993 | #define WinQuerySwitchList _WinQuerySwitchList | 
|---|
|  | 3994 |  | 
|---|
| [10218] | 3995 | ULONG APIENTRY _WinQueryTaskSizePos(HAB a, ULONG b, PSWP c); | 
|---|
| [48] | 3996 |  | 
|---|
| [119] | 3997 | #undef  WinQueryTaskSizePos | 
|---|
|  | 3998 | #define WinQueryTaskSizePos _WinQueryTaskSizePos | 
|---|
|  | 3999 |  | 
|---|
| [10218] | 4000 | ULONG APIENTRY _WinQueryTaskTitle(ULONG a, PSZ b, ULONG c); | 
|---|
| [48] | 4001 |  | 
|---|
| [119] | 4002 | #undef  WinQueryTaskTitle | 
|---|
|  | 4003 | #define WinQueryTaskTitle _WinQueryTaskTitle | 
|---|
|  | 4004 |  | 
|---|
| [10218] | 4005 | ULONG APIENTRY _WinSwitchToProgram(HSWITCH a); | 
|---|
| [48] | 4006 |  | 
|---|
| [119] | 4007 | #undef  WinSwitchToProgram | 
|---|
|  | 4008 | #define WinSwitchToProgram _WinSwitchToProgram | 
|---|
|  | 4009 |  | 
|---|
| [48] | 4010 | #endif | 
|---|
|  | 4011 | #ifdef INCL_WINSHELLDATA | 
|---|
| [10218] | 4012 | BOOL APIENTRY _PrfCloseProfile(HINI a); | 
|---|
| [48] | 4013 |  | 
|---|
| [119] | 4014 | #undef  PrfCloseProfile | 
|---|
|  | 4015 | #define PrfCloseProfile _PrfCloseProfile | 
|---|
|  | 4016 |  | 
|---|
| [10218] | 4017 | HINI APIENTRY _PrfOpenProfile(HAB a, PCSZ b); | 
|---|
| [48] | 4018 |  | 
|---|
| [119] | 4019 | #undef  PrfOpenProfile | 
|---|
|  | 4020 | #define PrfOpenProfile _PrfOpenProfile | 
|---|
|  | 4021 |  | 
|---|
| [10218] | 4022 | BOOL APIENTRY _PrfQueryProfile(HAB a, PPRFPROFILE b); | 
|---|
| [48] | 4023 |  | 
|---|
| [119] | 4024 | #undef  PrfQueryProfile | 
|---|
|  | 4025 | #define PrfQueryProfile _PrfQueryProfile | 
|---|
|  | 4026 |  | 
|---|
| [10218] | 4027 | BOOL APIENTRY _PrfQueryProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, PULONG e); | 
|---|
| [48] | 4028 |  | 
|---|
| [119] | 4029 | #undef  PrfQueryProfileData | 
|---|
|  | 4030 | #define PrfQueryProfileData _PrfQueryProfileData | 
|---|
|  | 4031 |  | 
|---|
| [10218] | 4032 | LONG APIENTRY _PrfQueryProfileInt(HINI a, PCSZ b, PCSZ c, LONG d); | 
|---|
| [48] | 4033 |  | 
|---|
| [119] | 4034 | #undef  PrfQueryProfileInt | 
|---|
|  | 4035 | #define PrfQueryProfileInt _PrfQueryProfileInt | 
|---|
|  | 4036 |  | 
|---|
| [10218] | 4037 | BOOL APIENTRY _PrfQueryProfileSize(HINI a, PCSZ b, PCSZ c, PULONG d); | 
|---|
| [48] | 4038 |  | 
|---|
| [119] | 4039 | #undef  PrfQueryProfileSize | 
|---|
|  | 4040 | #define PrfQueryProfileSize _PrfQueryProfileSize | 
|---|
|  | 4041 |  | 
|---|
| [10218] | 4042 | ULONG APIENTRY _PrfQueryProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d, PVOID e, ULONG f); | 
|---|
| [48] | 4043 |  | 
|---|
| [119] | 4044 | #undef  PrfQueryProfileString | 
|---|
|  | 4045 | #define PrfQueryProfileString _PrfQueryProfileString | 
|---|
|  | 4046 |  | 
|---|
| [10218] | 4047 | BOOL APIENTRY _PrfReset(HAB a, PPRFPROFILE b); | 
|---|
| [48] | 4048 |  | 
|---|
| [119] | 4049 | #undef  PrfReset | 
|---|
|  | 4050 | #define PrfReset _PrfReset | 
|---|
|  | 4051 |  | 
|---|
| [10218] | 4052 | BOOL APIENTRY _PrfWriteProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, ULONG e); | 
|---|
| [48] | 4053 |  | 
|---|
| [119] | 4054 | #undef  PrfWriteProfileData | 
|---|
|  | 4055 | #define PrfWriteProfileData _PrfWriteProfileData | 
|---|
|  | 4056 |  | 
|---|
| [10218] | 4057 | BOOL APIENTRY _PrfWriteProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d); | 
|---|
| [48] | 4058 |  | 
|---|
| [119] | 4059 | #undef  PrfWriteProfileString | 
|---|
|  | 4060 | #define PrfWriteProfileString _PrfWriteProfileString | 
|---|
|  | 4061 |  | 
|---|
| [48] | 4062 | #endif | 
|---|
|  | 4063 | #ifdef INCL_WINSTDFILE | 
|---|
| [10218] | 4064 | MRESULT APIENTRY _WinDefFileDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 4065 |  | 
|---|
| [119] | 4066 | #undef  WinDefFileDlgProc | 
|---|
|  | 4067 | #define WinDefFileDlgProc _WinDefFileDlgProc | 
|---|
|  | 4068 |  | 
|---|
| [10218] | 4069 | HWND APIENTRY _WinFileDlg(HWND a, HWND b, PFILEDLG c); | 
|---|
| [48] | 4070 |  | 
|---|
| [119] | 4071 | #undef  WinFileDlg | 
|---|
|  | 4072 | #define WinFileDlg _WinFileDlg | 
|---|
|  | 4073 |  | 
|---|
| [10218] | 4074 | BOOL APIENTRY _WinFreeFileDlgList(PAPSZ a); | 
|---|
| [48] | 4075 |  | 
|---|
| [119] | 4076 | #undef  WinFreeFileDlgList | 
|---|
|  | 4077 | #define WinFreeFileDlgList _WinFreeFileDlgList | 
|---|
|  | 4078 |  | 
|---|
| [48] | 4079 | #endif | 
|---|
|  | 4080 | #ifdef INCL_WINSTDFONT | 
|---|
| [10218] | 4081 | HWND APIENTRY _WinFontDlg(HWND a, HWND b, PFONTDLG c); | 
|---|
| [48] | 4082 |  | 
|---|
| [119] | 4083 | #undef  WinFontDlg | 
|---|
|  | 4084 | #define WinFontDlg _WinFontDlg | 
|---|
|  | 4085 |  | 
|---|
| [10218] | 4086 | MRESULT APIENTRY _WinDefFontDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 4087 |  | 
|---|
| [119] | 4088 | #undef  WinDefFontDlgProc | 
|---|
|  | 4089 | #define WinDefFontDlgProc _WinDefFontDlgProc | 
|---|
|  | 4090 |  | 
|---|
| [48] | 4091 | #endif | 
|---|
|  | 4092 | #ifdef INCL_WINSTDDRAG | 
|---|
| [10218] | 4093 | BOOL APIENTRY _DrgAcceptDroppedFiles(HWND a, PCSZ b, PCSZ c, ULONG d, ULONG e); | 
|---|
| [48] | 4094 |  | 
|---|
| [119] | 4095 | #undef  DrgAcceptDroppedFiles | 
|---|
|  | 4096 | #define DrgAcceptDroppedFiles _DrgAcceptDroppedFiles | 
|---|
|  | 4097 |  | 
|---|
| [10218] | 4098 | BOOL APIENTRY _DrgAccessDraginfo(PDRAGINFO a); | 
|---|
| [48] | 4099 |  | 
|---|
| [119] | 4100 | #undef  DrgAccessDraginfo | 
|---|
|  | 4101 | #define DrgAccessDraginfo _DrgAccessDraginfo | 
|---|
|  | 4102 |  | 
|---|
| [10218] | 4103 | HSTR APIENTRY _DrgAddStrHandle(PCSZ a); | 
|---|
| [48] | 4104 |  | 
|---|
| [119] | 4105 | #undef  DrgAddStrHandle | 
|---|
|  | 4106 | #define DrgAddStrHandle _DrgAddStrHandle | 
|---|
|  | 4107 |  | 
|---|
| [10218] | 4108 | PDRAGINFO APIENTRY _DrgAllocDraginfo(ULONG a); | 
|---|
| [48] | 4109 |  | 
|---|
| [119] | 4110 | #undef  DrgAllocDraginfo | 
|---|
|  | 4111 | #define DrgAllocDraginfo _DrgAllocDraginfo | 
|---|
|  | 4112 |  | 
|---|
| [10218] | 4113 | PDRAGTRANSFER APIENTRY _DrgAllocDragtransfer(ULONG a); | 
|---|
| [48] | 4114 |  | 
|---|
| [119] | 4115 | #undef  DrgAllocDragtransfer | 
|---|
|  | 4116 | #define DrgAllocDragtransfer _DrgAllocDragtransfer | 
|---|
|  | 4117 |  | 
|---|
| [10218] | 4118 | BOOL APIENTRY _DrgCancelLazyDrag(); | 
|---|
| [48] | 4119 |  | 
|---|
| [119] | 4120 | #undef  DrgCancelLazyDrag | 
|---|
|  | 4121 | #define DrgCancelLazyDrag _DrgCancelLazyDrag | 
|---|
|  | 4122 |  | 
|---|
| [10218] | 4123 | BOOL APIENTRY _DrgDeleteDraginfoStrHandles(PDRAGINFO a); | 
|---|
| [48] | 4124 |  | 
|---|
| [119] | 4125 | #undef  DrgDeleteDraginfoStrHandles | 
|---|
|  | 4126 | #define DrgDeleteDraginfoStrHandles _DrgDeleteDraginfoStrHandles | 
|---|
|  | 4127 |  | 
|---|
| [10218] | 4128 | BOOL APIENTRY _DrgDeleteStrHandle(HSTR a); | 
|---|
| [48] | 4129 |  | 
|---|
| [119] | 4130 | #undef  DrgDeleteStrHandle | 
|---|
|  | 4131 | #define DrgDeleteStrHandle _DrgDeleteStrHandle | 
|---|
|  | 4132 |  | 
|---|
| [10218] | 4133 | HWND APIENTRY _DrgDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, LONG e, PVOID f); | 
|---|
| [48] | 4134 |  | 
|---|
| [119] | 4135 | #undef  DrgDrag | 
|---|
|  | 4136 | #define DrgDrag _DrgDrag | 
|---|
|  | 4137 |  | 
|---|
| [10218] | 4138 | BOOL APIENTRY _DrgDragFiles(HWND a, PCSZ *b, PCSZ *c, PCSZ *d, ULONG e, HPOINTER f, ULONG g, BOOL h, ULONG i); | 
|---|
| [48] | 4139 |  | 
|---|
| [119] | 4140 | #undef  DrgDragFiles | 
|---|
|  | 4141 | #define DrgDragFiles _DrgDragFiles | 
|---|
|  | 4142 |  | 
|---|
| [10218] | 4143 | BOOL APIENTRY _DrgFreeDraginfo(PDRAGINFO a); | 
|---|
| [48] | 4144 |  | 
|---|
| [119] | 4145 | #undef  DrgFreeDraginfo | 
|---|
|  | 4146 | #define DrgFreeDraginfo _DrgFreeDraginfo | 
|---|
|  | 4147 |  | 
|---|
| [10218] | 4148 | BOOL APIENTRY _DrgFreeDragtransfer(PDRAGTRANSFER a); | 
|---|
| [48] | 4149 |  | 
|---|
| [119] | 4150 | #undef  DrgFreeDragtransfer | 
|---|
|  | 4151 | #define DrgFreeDragtransfer _DrgFreeDragtransfer | 
|---|
|  | 4152 |  | 
|---|
| [10218] | 4153 | HPS APIENTRY _DrgGetPS(HWND a); | 
|---|
| [48] | 4154 |  | 
|---|
| [119] | 4155 | #undef  DrgGetPS | 
|---|
|  | 4156 | #define DrgGetPS _DrgGetPS | 
|---|
|  | 4157 |  | 
|---|
| [10218] | 4158 | BOOL APIENTRY _DrgLazyDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, PVOID e); | 
|---|
| [48] | 4159 |  | 
|---|
| [119] | 4160 | #undef  DrgLazyDrag | 
|---|
|  | 4161 | #define DrgLazyDrag _DrgLazyDrag | 
|---|
|  | 4162 |  | 
|---|
| [10218] | 4163 | BOOL APIENTRY _DrgLazyDrop(HWND a, ULONG b, PPOINTL c); | 
|---|
| [48] | 4164 |  | 
|---|
| [119] | 4165 | #undef  DrgLazyDrop | 
|---|
|  | 4166 | #define DrgLazyDrop _DrgLazyDrop | 
|---|
|  | 4167 |  | 
|---|
| [10218] | 4168 | BOOL APIENTRY _DrgPostTransferMsg(HWND a, ULONG b, PDRAGTRANSFER c, ULONG d, ULONG e, BOOL f); | 
|---|
| [48] | 4169 |  | 
|---|
| [119] | 4170 | #undef  DrgPostTransferMsg | 
|---|
|  | 4171 | #define DrgPostTransferMsg _DrgPostTransferMsg | 
|---|
|  | 4172 |  | 
|---|
| [10218] | 4173 | BOOL APIENTRY _DrgPushDraginfo(PDRAGINFO a, HWND b); | 
|---|
| [48] | 4174 |  | 
|---|
| [119] | 4175 | #undef  DrgPushDraginfo | 
|---|
|  | 4176 | #define DrgPushDraginfo _DrgPushDraginfo | 
|---|
|  | 4177 |  | 
|---|
| [10218] | 4178 | PDRAGINFO APIENTRY _DrgQueryDraginfoPtr(PDRAGINFO a); | 
|---|
| [48] | 4179 |  | 
|---|
| [119] | 4180 | #undef  DrgQueryDraginfoPtr | 
|---|
|  | 4181 | #define DrgQueryDraginfoPtr _DrgQueryDraginfoPtr | 
|---|
|  | 4182 |  | 
|---|
| [10218] | 4183 | PDRAGINFO APIENTRY _DrgQueryDraginfoPtrFromHwnd(HWND a); | 
|---|
| [48] | 4184 |  | 
|---|
| [119] | 4185 | #undef  DrgQueryDraginfoPtrFromHwnd | 
|---|
|  | 4186 | #define DrgQueryDraginfoPtrFromHwnd _DrgQueryDraginfoPtrFromHwnd | 
|---|
|  | 4187 |  | 
|---|
| [10218] | 4188 | PDRAGINFO APIENTRY _DrgQueryDraginfoPtrFromDragitem(PDRAGITEM a); | 
|---|
| [48] | 4189 |  | 
|---|
| [119] | 4190 | #undef  DrgQueryDraginfoPtrFromDragitem | 
|---|
|  | 4191 | #define DrgQueryDraginfoPtrFromDragitem _DrgQueryDraginfoPtrFromDragitem | 
|---|
|  | 4192 |  | 
|---|
| [10218] | 4193 | BOOL APIENTRY _DrgQueryDragitem(PDRAGINFO a, ULONG b, PDRAGITEM c, ULONG d); | 
|---|
| [48] | 4194 |  | 
|---|
| [119] | 4195 | #undef  DrgQueryDragitem | 
|---|
|  | 4196 | #define DrgQueryDragitem _DrgQueryDragitem | 
|---|
|  | 4197 |  | 
|---|
| [10218] | 4198 | ULONG APIENTRY _DrgQueryDragitemCount(PDRAGINFO a); | 
|---|
| [48] | 4199 |  | 
|---|
| [119] | 4200 | #undef  DrgQueryDragitemCount | 
|---|
|  | 4201 | #define DrgQueryDragitemCount _DrgQueryDragitemCount | 
|---|
|  | 4202 |  | 
|---|
| [10218] | 4203 | PDRAGITEM APIENTRY _DrgQueryDragitemPtr(PDRAGINFO a, ULONG b); | 
|---|
| [48] | 4204 |  | 
|---|
| [119] | 4205 | #undef  DrgQueryDragitemPtr | 
|---|
|  | 4206 | #define DrgQueryDragitemPtr _DrgQueryDragitemPtr | 
|---|
|  | 4207 |  | 
|---|
| [10218] | 4208 | ULONG APIENTRY _DrgQueryDragStatus(); | 
|---|
| [48] | 4209 |  | 
|---|
| [119] | 4210 | #undef  DrgQueryDragStatus | 
|---|
|  | 4211 | #define DrgQueryDragStatus _DrgQueryDragStatus | 
|---|
|  | 4212 |  | 
|---|
| [10218] | 4213 | BOOL APIENTRY _DrgQueryNativeRMF(PDRAGITEM a, ULONG b, PCHAR c); | 
|---|
| [48] | 4214 |  | 
|---|
| [119] | 4215 | #undef  DrgQueryNativeRMF | 
|---|
|  | 4216 | #define DrgQueryNativeRMF _DrgQueryNativeRMF | 
|---|
|  | 4217 |  | 
|---|
| [10218] | 4218 | ULONG APIENTRY _DrgQueryNativeRMFLen(PDRAGITEM a); | 
|---|
| [48] | 4219 |  | 
|---|
| [119] | 4220 | #undef  DrgQueryNativeRMFLen | 
|---|
|  | 4221 | #define DrgQueryNativeRMFLen _DrgQueryNativeRMFLen | 
|---|
|  | 4222 |  | 
|---|
| [10218] | 4223 | ULONG APIENTRY _DrgQueryStrName(HSTR a, ULONG b, PSZ c); | 
|---|
| [48] | 4224 |  | 
|---|
| [119] | 4225 | #undef  DrgQueryStrName | 
|---|
|  | 4226 | #define DrgQueryStrName _DrgQueryStrName | 
|---|
|  | 4227 |  | 
|---|
| [10218] | 4228 | ULONG APIENTRY _DrgQueryStrNameLen(HSTR a); | 
|---|
| [48] | 4229 |  | 
|---|
| [119] | 4230 | #undef  DrgQueryStrNameLen | 
|---|
|  | 4231 | #define DrgQueryStrNameLen _DrgQueryStrNameLen | 
|---|
|  | 4232 |  | 
|---|
| [10218] | 4233 | BOOL APIENTRY _DrgQueryTrueType(PDRAGITEM a, ULONG b, PSZ c); | 
|---|
| [48] | 4234 |  | 
|---|
| [119] | 4235 | #undef  DrgQueryTrueType | 
|---|
|  | 4236 | #define DrgQueryTrueType _DrgQueryTrueType | 
|---|
|  | 4237 |  | 
|---|
| [10218] | 4238 | ULONG APIENTRY _DrgQueryTrueTypeLen(PDRAGITEM a); | 
|---|
| [48] | 4239 |  | 
|---|
| [119] | 4240 | #undef  DrgQueryTrueTypeLen | 
|---|
|  | 4241 | #define DrgQueryTrueTypeLen _DrgQueryTrueTypeLen | 
|---|
|  | 4242 |  | 
|---|
| [10218] | 4243 | PDRAGINFO APIENTRY _DrgReallocDraginfo(PDRAGINFO a, ULONG b); | 
|---|
| [48] | 4244 |  | 
|---|
| [119] | 4245 | #undef  DrgReallocDraginfo | 
|---|
|  | 4246 | #define DrgReallocDraginfo _DrgReallocDraginfo | 
|---|
|  | 4247 |  | 
|---|
| [10218] | 4248 | BOOL APIENTRY _DrgReleasePS(HPS a); | 
|---|
| [48] | 4249 |  | 
|---|
| [119] | 4250 | #undef  DrgReleasePS | 
|---|
|  | 4251 | #define DrgReleasePS _DrgReleasePS | 
|---|
|  | 4252 |  | 
|---|
| [10218] | 4253 | MRESULT APIENTRY _DrgSendTransferMsg(HWND a, ULONG b, MPARAM c, MPARAM d); | 
|---|
| [48] | 4254 |  | 
|---|
| [119] | 4255 | #undef  DrgSendTransferMsg | 
|---|
|  | 4256 | #define DrgSendTransferMsg _DrgSendTransferMsg | 
|---|
|  | 4257 |  | 
|---|
| [10218] | 4258 | BOOL APIENTRY _DrgSetDragImage(PDRAGINFO a, PDRAGIMAGE b, ULONG c, PVOID d); | 
|---|
| [48] | 4259 |  | 
|---|
| [119] | 4260 | #undef  DrgSetDragImage | 
|---|
|  | 4261 | #define DrgSetDragImage _DrgSetDragImage | 
|---|
|  | 4262 |  | 
|---|
| [10218] | 4263 | BOOL APIENTRY _DrgSetDragitem(PDRAGINFO a, PDRAGITEM b, ULONG c, ULONG d); | 
|---|
| [48] | 4264 |  | 
|---|
| [119] | 4265 | #undef  DrgSetDragitem | 
|---|
|  | 4266 | #define DrgSetDragitem _DrgSetDragitem | 
|---|
|  | 4267 |  | 
|---|
| [10218] | 4268 | BOOL APIENTRY _DrgSetDragPointer(PDRAGINFO a, HPOINTER b); | 
|---|
| [48] | 4269 |  | 
|---|
| [119] | 4270 | #undef  DrgSetDragPointer | 
|---|
|  | 4271 | #define DrgSetDragPointer _DrgSetDragPointer | 
|---|
|  | 4272 |  | 
|---|
| [10218] | 4273 | BOOL APIENTRY _DrgVerifyNativeRMF(PDRAGITEM a, PCSZ b); | 
|---|
| [48] | 4274 |  | 
|---|
| [119] | 4275 | #undef  DrgVerifyNativeRMF | 
|---|
|  | 4276 | #define DrgVerifyNativeRMF _DrgVerifyNativeRMF | 
|---|
|  | 4277 |  | 
|---|
| [10218] | 4278 | BOOL APIENTRY _DrgVerifyRMF(PDRAGITEM a, PCSZ b, PCSZ c); | 
|---|
| [48] | 4279 |  | 
|---|
| [119] | 4280 | #undef  DrgVerifyRMF | 
|---|
|  | 4281 | #define DrgVerifyRMF _DrgVerifyRMF | 
|---|
|  | 4282 |  | 
|---|
| [10218] | 4283 | BOOL APIENTRY _DrgVerifyTrueType(PDRAGITEM a, PCSZ b); | 
|---|
| [48] | 4284 |  | 
|---|
| [119] | 4285 | #undef  DrgVerifyTrueType | 
|---|
|  | 4286 | #define DrgVerifyTrueType _DrgVerifyTrueType | 
|---|
|  | 4287 |  | 
|---|
| [10218] | 4288 | BOOL APIENTRY _DrgVerifyType(PDRAGITEM a, PCSZ b); | 
|---|
| [48] | 4289 |  | 
|---|
| [119] | 4290 | #undef  DrgVerifyType | 
|---|
|  | 4291 | #define DrgVerifyType _DrgVerifyType | 
|---|
|  | 4292 |  | 
|---|
| [10218] | 4293 | BOOL APIENTRY _DrgVerifyTypeSet(PDRAGITEM a, PCSZ b, ULONG c, PSZ d); | 
|---|
| [48] | 4294 |  | 
|---|
| [119] | 4295 | #undef  DrgVerifyTypeSet | 
|---|
|  | 4296 | #define DrgVerifyTypeSet _DrgVerifyTypeSet | 
|---|
|  | 4297 |  | 
|---|
| [48] | 4298 | #endif | 
|---|
|  | 4299 | #ifdef INCL_WPCLASS | 
|---|
| [10218] | 4300 | HOBJECT APIENTRY _WinCopyObject(HOBJECT a, HOBJECT b, ULONG c); | 
|---|
| [48] | 4301 |  | 
|---|
| [119] | 4302 | #undef  WinCopyObject | 
|---|
|  | 4303 | #define WinCopyObject _WinCopyObject | 
|---|
|  | 4304 |  | 
|---|
| [10218] | 4305 | HOBJECT APIENTRY _WinCreateObject(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e); | 
|---|
| [48] | 4306 |  | 
|---|
| [119] | 4307 | #undef  WinCreateObject | 
|---|
|  | 4308 | #define WinCreateObject _WinCreateObject | 
|---|
|  | 4309 |  | 
|---|
| [10218] | 4310 | HOBJECT APIENTRY _WinCreateShadow(HOBJECT a, HOBJECT b, ULONG c); | 
|---|
| [48] | 4311 |  | 
|---|
| [119] | 4312 | #undef  WinCreateShadow | 
|---|
|  | 4313 | #define WinCreateShadow _WinCreateShadow | 
|---|
|  | 4314 |  | 
|---|
| [10218] | 4315 | BOOL APIENTRY _WinDeregisterObjectClass(PCSZ a); | 
|---|
| [48] | 4316 |  | 
|---|
| [119] | 4317 | #undef  WinDeregisterObjectClass | 
|---|
|  | 4318 | #define WinDeregisterObjectClass _WinDeregisterObjectClass | 
|---|
|  | 4319 |  | 
|---|
| [10218] | 4320 | BOOL APIENTRY _WinDestroyObject(HOBJECT a); | 
|---|
| [48] | 4321 |  | 
|---|
| [119] | 4322 | #undef  WinDestroyObject | 
|---|
|  | 4323 | #define WinDestroyObject _WinDestroyObject | 
|---|
|  | 4324 |  | 
|---|
| [10218] | 4325 | BOOL APIENTRY _WinEnumObjectClasses(POBJCLASS a, PULONG b); | 
|---|
| [48] | 4326 |  | 
|---|
| [119] | 4327 | #undef  WinEnumObjectClasses | 
|---|
|  | 4328 | #define WinEnumObjectClasses _WinEnumObjectClasses | 
|---|
|  | 4329 |  | 
|---|
| [10218] | 4330 | BOOL APIENTRY _WinIsSOMDDReady(); | 
|---|
| [48] | 4331 |  | 
|---|
| [119] | 4332 | #undef  WinIsSOMDDReady | 
|---|
|  | 4333 | #define WinIsSOMDDReady _WinIsSOMDDReady | 
|---|
|  | 4334 |  | 
|---|
| [10218] | 4335 | BOOL APIENTRY _WinIsWPDServerReady(); | 
|---|
| [48] | 4336 |  | 
|---|
| [119] | 4337 | #undef  WinIsWPDServerReady | 
|---|
|  | 4338 | #define WinIsWPDServerReady _WinIsWPDServerReady | 
|---|
|  | 4339 |  | 
|---|
| [10218] | 4340 | HOBJECT APIENTRY _WinMoveObject(HOBJECT a, HOBJECT b, ULONG c); | 
|---|
| [48] | 4341 |  | 
|---|
| [119] | 4342 | #undef  WinMoveObject | 
|---|
|  | 4343 | #define WinMoveObject _WinMoveObject | 
|---|
|  | 4344 |  | 
|---|
| [10218] | 4345 | BOOL APIENTRY _WinOpenObject(HOBJECT a, ULONG b, BOOL c); | 
|---|
| [48] | 4346 |  | 
|---|
| [119] | 4347 | #undef  WinOpenObject | 
|---|
|  | 4348 | #define WinOpenObject _WinOpenObject | 
|---|
|  | 4349 |  | 
|---|
| [10218] | 4350 | BOOL APIENTRY _WinQueryActiveDesktopPathname(PSZ a, ULONG b); | 
|---|
| [48] | 4351 |  | 
|---|
| [119] | 4352 | #undef  WinQueryActiveDesktopPathname | 
|---|
|  | 4353 | #define WinQueryActiveDesktopPathname _WinQueryActiveDesktopPathname | 
|---|
|  | 4354 |  | 
|---|
| [10218] | 4355 | HOBJECT APIENTRY _WinQueryObject(PCSZ a); | 
|---|
| [48] | 4356 |  | 
|---|
| [119] | 4357 | #undef  WinQueryObject | 
|---|
|  | 4358 | #define WinQueryObject _WinQueryObject | 
|---|
|  | 4359 |  | 
|---|
| [10218] | 4360 | BOOL APIENTRY _WinQueryObjectPath(HOBJECT a, PSZ b, ULONG c); | 
|---|
| [48] | 4361 |  | 
|---|
| [119] | 4362 | #undef  WinQueryObjectPath | 
|---|
|  | 4363 | #define WinQueryObjectPath _WinQueryObjectPath | 
|---|
|  | 4364 |  | 
|---|
| [10218] | 4365 | BOOL APIENTRY _WinRegisterObjectClass(PCSZ a, PCSZ b); | 
|---|
| [48] | 4366 |  | 
|---|
| [119] | 4367 | #undef  WinRegisterObjectClass | 
|---|
|  | 4368 | #define WinRegisterObjectClass _WinRegisterObjectClass | 
|---|
|  | 4369 |  | 
|---|
| [10218] | 4370 | BOOL APIENTRY _WinReplaceObjectClass(PCSZ a, PCSZ b, BOOL c); | 
|---|
| [48] | 4371 |  | 
|---|
| [119] | 4372 | #undef  WinReplaceObjectClass | 
|---|
|  | 4373 | #define WinReplaceObjectClass _WinReplaceObjectClass | 
|---|
|  | 4374 |  | 
|---|
| [10218] | 4375 | ULONG APIENTRY _WinRestartSOMDD(BOOL a); | 
|---|
| [48] | 4376 |  | 
|---|
| [119] | 4377 | #undef  WinRestartSOMDD | 
|---|
|  | 4378 | #define WinRestartSOMDD _WinRestartSOMDD | 
|---|
|  | 4379 |  | 
|---|
| [10218] | 4380 | ULONG APIENTRY _WinRestartWPDServer(BOOL a); | 
|---|
| [48] | 4381 |  | 
|---|
| [119] | 4382 | #undef  WinRestartWPDServer | 
|---|
|  | 4383 | #define WinRestartWPDServer _WinRestartWPDServer | 
|---|
|  | 4384 |  | 
|---|
| [10218] | 4385 | BOOL APIENTRY _WinSaveObject(HOBJECT a, BOOL b); | 
|---|
| [48] | 4386 |  | 
|---|
| [119] | 4387 | #undef  WinSaveObject | 
|---|
|  | 4388 | #define WinSaveObject _WinSaveObject | 
|---|
|  | 4389 |  | 
|---|
| [10218] | 4390 | BOOL APIENTRY _WinSetObjectData(HOBJECT a, PCSZ b); | 
|---|
| [48] | 4391 |  | 
|---|
| [119] | 4392 | #undef  WinSetObjectData | 
|---|
|  | 4393 | #define WinSetObjectData _WinSetObjectData | 
|---|
|  | 4394 |  | 
|---|
| [10218] | 4395 | BOOL APIENTRY _WinFreeFileIcon(HPOINTER a); | 
|---|
| [48] | 4396 |  | 
|---|
| [119] | 4397 | #undef  WinFreeFileIcon | 
|---|
|  | 4398 | #define WinFreeFileIcon _WinFreeFileIcon | 
|---|
|  | 4399 |  | 
|---|
| [10218] | 4400 | HPOINTER APIENTRY _WinLoadFileIcon(PCSZ a, BOOL b); | 
|---|
| [48] | 4401 |  | 
|---|
| [119] | 4402 | #undef  WinLoadFileIcon | 
|---|
|  | 4403 | #define WinLoadFileIcon _WinLoadFileIcon | 
|---|
|  | 4404 |  | 
|---|
| [10218] | 4405 | BOOL APIENTRY _WinRestoreWindowPos(PCSZ a, PCSZ b, HWND c); | 
|---|
| [48] | 4406 |  | 
|---|
| [119] | 4407 | #undef  WinRestoreWindowPos | 
|---|
|  | 4408 | #define WinRestoreWindowPos _WinRestoreWindowPos | 
|---|
|  | 4409 |  | 
|---|
| [10218] | 4410 | BOOL APIENTRY _WinSetFileIcon(PCSZ a, PICONINFO b); | 
|---|
| [48] | 4411 |  | 
|---|
| [119] | 4412 | #undef  WinSetFileIcon | 
|---|
|  | 4413 | #define WinSetFileIcon _WinSetFileIcon | 
|---|
|  | 4414 |  | 
|---|
| [10218] | 4415 | BOOL APIENTRY _WinShutdownSystem(HAB a, HMQ b); | 
|---|
| [48] | 4416 |  | 
|---|
| [119] | 4417 | #undef  WinShutdownSystem | 
|---|
|  | 4418 | #define WinShutdownSystem _WinShutdownSystem | 
|---|
|  | 4419 |  | 
|---|
| [10218] | 4420 | BOOL APIENTRY _WinStoreWindowPos(PCSZ a, PCSZ b, HWND c); | 
|---|
| [48] | 4421 |  | 
|---|
| [119] | 4422 | #undef  WinStoreWindowPos | 
|---|
|  | 4423 | #define WinStoreWindowPos _WinStoreWindowPos | 
|---|
|  | 4424 |  | 
|---|
| [48] | 4425 | #endif | 
|---|
|  | 4426 | #ifdef INCL_SPL | 
|---|
| [10218] | 4427 | BOOL APIENTRY _SplStdClose(HDC a); | 
|---|
| [48] | 4428 |  | 
|---|
| [119] | 4429 | #undef  SplStdClose | 
|---|
|  | 4430 | #define SplStdClose _SplStdClose | 
|---|
|  | 4431 |  | 
|---|
| [10218] | 4432 | BOOL APIENTRY _SplStdDelete(HSTD a); | 
|---|
| [48] | 4433 |  | 
|---|
| [119] | 4434 | #undef  SplStdDelete | 
|---|
|  | 4435 | #define SplStdDelete _SplStdDelete | 
|---|
|  | 4436 |  | 
|---|
| [10218] | 4437 | BOOL APIENTRY _SplStdGetBits(HSTD a, LONG b, LONG c, PCH d); | 
|---|
| [48] | 4438 |  | 
|---|
| [119] | 4439 | #undef  SplStdGetBits | 
|---|
|  | 4440 | #define SplStdGetBits _SplStdGetBits | 
|---|
|  | 4441 |  | 
|---|
| [10218] | 4442 | BOOL APIENTRY _SplStdOpen(HDC a); | 
|---|
| [48] | 4443 |  | 
|---|
| [119] | 4444 | #undef  SplStdOpen | 
|---|
|  | 4445 | #define SplStdOpen _SplStdOpen | 
|---|
|  | 4446 |  | 
|---|
| [10218] | 4447 | LONG APIENTRY _SplStdQueryLength(HSTD a); | 
|---|
| [48] | 4448 |  | 
|---|
| [119] | 4449 | #undef  SplStdQueryLength | 
|---|
|  | 4450 | #define SplStdQueryLength _SplStdQueryLength | 
|---|
|  | 4451 |  | 
|---|
| [10218] | 4452 | BOOL APIENTRY _SplStdStart(HDC a); | 
|---|
| [48] | 4453 |  | 
|---|
| [119] | 4454 | #undef  SplStdStart | 
|---|
|  | 4455 | #define SplStdStart _SplStdStart | 
|---|
|  | 4456 |  | 
|---|
| [10218] | 4457 | HSTD APIENTRY _SplStdStop(HDC a); | 
|---|
| [48] | 4458 |  | 
|---|
| [119] | 4459 | #undef  SplStdStop | 
|---|
|  | 4460 | #define SplStdStop _SplStdStop | 
|---|
|  | 4461 |  | 
|---|
| [10218] | 4462 | SPLERR APIENTRY _SplControlDevice(PSZ a, PSZ b, ULONG c); | 
|---|
| [48] | 4463 |  | 
|---|
| [119] | 4464 | #undef  SplControlDevice | 
|---|
|  | 4465 | #define SplControlDevice _SplControlDevice | 
|---|
|  | 4466 |  | 
|---|
| [10218] | 4467 | SPLERR APIENTRY _SplCopyJob(PCSZ a, PCSZ b, ULONG c, PCSZ d, PCSZ e, PULONG f); | 
|---|
| [48] | 4468 |  | 
|---|
| [119] | 4469 | #undef  SplCopyJob | 
|---|
|  | 4470 | #define SplCopyJob _SplCopyJob | 
|---|
|  | 4471 |  | 
|---|
| [10218] | 4472 | SPLERR APIENTRY _SplCreateDevice(PSZ a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 4473 |  | 
|---|
| [119] | 4474 | #undef  SplCreateDevice | 
|---|
|  | 4475 | #define SplCreateDevice _SplCreateDevice | 
|---|
|  | 4476 |  | 
|---|
| [10218] | 4477 | SPLERR APIENTRY _SplCreatePort(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f); | 
|---|
| [48] | 4478 |  | 
|---|
| [119] | 4479 | #undef  SplCreatePort | 
|---|
|  | 4480 | #define SplCreatePort _SplCreatePort | 
|---|
|  | 4481 |  | 
|---|
| [10218] | 4482 | SPLERR APIENTRY _SplCreateQueue(PSZ a, ULONG b, PVOID c, ULONG d); | 
|---|
| [48] | 4483 |  | 
|---|
| [119] | 4484 | #undef  SplCreateQueue | 
|---|
|  | 4485 | #define SplCreateQueue _SplCreateQueue | 
|---|
|  | 4486 |  | 
|---|
| [10218] | 4487 | SPLERR APIENTRY _SplDeleteDevice(PSZ a, PSZ b); | 
|---|
| [48] | 4488 |  | 
|---|
| [119] | 4489 | #undef  SplDeleteDevice | 
|---|
|  | 4490 | #define SplDeleteDevice _SplDeleteDevice | 
|---|
|  | 4491 |  | 
|---|
| [10218] | 4492 | SPLERR APIENTRY _SplDeleteJob(PSZ a, PSZ b, ULONG c); | 
|---|
| [48] | 4493 |  | 
|---|
| [119] | 4494 | #undef  SplDeleteJob | 
|---|
|  | 4495 | #define SplDeleteJob _SplDeleteJob | 
|---|
|  | 4496 |  | 
|---|
| [10218] | 4497 | SPLERR APIENTRY _SplDeletePort(PCSZ a, PCSZ b); | 
|---|
| [48] | 4498 |  | 
|---|
| [119] | 4499 | #undef  SplDeletePort | 
|---|
|  | 4500 | #define SplDeletePort _SplDeletePort | 
|---|
|  | 4501 |  | 
|---|
| [10218] | 4502 | SPLERR APIENTRY _SplDeleteQueue(PSZ a, PSZ b); | 
|---|
| [48] | 4503 |  | 
|---|
| [119] | 4504 | #undef  SplDeleteQueue | 
|---|
|  | 4505 | #define SplDeleteQueue _SplDeleteQueue | 
|---|
|  | 4506 |  | 
|---|
| [10218] | 4507 | SPLERR APIENTRY _SplEnumDevice(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h); | 
|---|
| [48] | 4508 |  | 
|---|
| [119] | 4509 | #undef  SplEnumDevice | 
|---|
|  | 4510 | #define SplEnumDevice _SplEnumDevice | 
|---|
|  | 4511 |  | 
|---|
| [10218] | 4512 | SPLERR APIENTRY _SplEnumDriver(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h); | 
|---|
| [48] | 4513 |  | 
|---|
| [119] | 4514 | #undef  SplEnumDriver | 
|---|
|  | 4515 | #define SplEnumDriver _SplEnumDriver | 
|---|
|  | 4516 |  | 
|---|
| [10218] | 4517 | SPLERR APIENTRY _SplEnumJob(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i); | 
|---|
| [48] | 4518 |  | 
|---|
| [119] | 4519 | #undef  SplEnumJob | 
|---|
|  | 4520 | #define SplEnumJob _SplEnumJob | 
|---|
|  | 4521 |  | 
|---|
| [10218] | 4522 | SPLERR APIENTRY _SplEnumPort(PCSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h); | 
|---|
| [48] | 4523 |  | 
|---|
| [119] | 4524 | #undef  SplEnumPort | 
|---|
|  | 4525 | #define SplEnumPort _SplEnumPort | 
|---|
|  | 4526 |  | 
|---|
| [10218] | 4527 | SPLERR APIENTRY _SplEnumPrinter(PSZ a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i); | 
|---|
| [48] | 4528 |  | 
|---|
| [119] | 4529 | #undef  SplEnumPrinter | 
|---|
|  | 4530 | #define SplEnumPrinter _SplEnumPrinter | 
|---|
|  | 4531 |  | 
|---|
| [10218] | 4532 | SPLERR APIENTRY _SplEnumQueue(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h); | 
|---|
| [48] | 4533 |  | 
|---|
| [119] | 4534 | #undef  SplEnumQueue | 
|---|
|  | 4535 | #define SplEnumQueue _SplEnumQueue | 
|---|
|  | 4536 |  | 
|---|
| [10218] | 4537 | SPLERR APIENTRY _SplEnumQueueProcessor(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h); | 
|---|
| [48] | 4538 |  | 
|---|
| [119] | 4539 | #undef  SplEnumQueueProcessor | 
|---|
|  | 4540 | #define SplEnumQueueProcessor _SplEnumQueueProcessor | 
|---|
|  | 4541 |  | 
|---|
| [10218] | 4542 | SPLERR APIENTRY _SplHoldJob(PCSZ a, PCSZ b, ULONG c); | 
|---|
| [48] | 4543 |  | 
|---|
| [119] | 4544 | #undef  SplHoldJob | 
|---|
|  | 4545 | #define SplHoldJob _SplHoldJob | 
|---|
|  | 4546 |  | 
|---|
| [10218] | 4547 | SPLERR APIENTRY _SplHoldQueue(PSZ a, PSZ b); | 
|---|
| [48] | 4548 |  | 
|---|
| [119] | 4549 | #undef  SplHoldQueue | 
|---|
|  | 4550 | #define SplHoldQueue _SplHoldQueue | 
|---|
|  | 4551 |  | 
|---|
| [10218] | 4552 | SPLERR APIENTRY _SplPurgeQueue(PSZ a, PSZ b); | 
|---|
| [48] | 4553 |  | 
|---|
| [119] | 4554 | #undef  SplPurgeQueue | 
|---|
|  | 4555 | #define SplPurgeQueue _SplPurgeQueue | 
|---|
|  | 4556 |  | 
|---|
| [10218] | 4557 | SPLERR APIENTRY _SplQueryDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f); | 
|---|
| [48] | 4558 |  | 
|---|
| [119] | 4559 | #undef  SplQueryDevice | 
|---|
|  | 4560 | #define SplQueryDevice _SplQueryDevice | 
|---|
|  | 4561 |  | 
|---|
| [10218] | 4562 | SPLERR APIENTRY _SplQueryDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, PULONG g); | 
|---|
| [48] | 4563 |  | 
|---|
| [119] | 4564 | #undef  SplQueryDriver | 
|---|
|  | 4565 | #define SplQueryDriver _SplQueryDriver | 
|---|
|  | 4566 |  | 
|---|
| [10218] | 4567 | SPLERR APIENTRY _SplQueryJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, PULONG g); | 
|---|
| [48] | 4568 |  | 
|---|
| [119] | 4569 | #undef  SplQueryJob | 
|---|
|  | 4570 | #define SplQueryJob _SplQueryJob | 
|---|
|  | 4571 |  | 
|---|
| [10218] | 4572 | SPLERR APIENTRY _SplQueryPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, PULONG f); | 
|---|
| [48] | 4573 |  | 
|---|
| [119] | 4574 | #undef  SplQueryPort | 
|---|
|  | 4575 | #define SplQueryPort _SplQueryPort | 
|---|
|  | 4576 |  | 
|---|
| [10218] | 4577 | SPLERR APIENTRY _SplQueryQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f); | 
|---|
| [48] | 4578 |  | 
|---|
| [119] | 4579 | #undef  SplQueryQueue | 
|---|
|  | 4580 | #define SplQueryQueue _SplQueryQueue | 
|---|
|  | 4581 |  | 
|---|
| [10218] | 4582 | SPLERR APIENTRY _SplReleaseJob(PCSZ a, PCSZ b, ULONG c); | 
|---|
| [48] | 4583 |  | 
|---|
| [119] | 4584 | #undef  SplReleaseJob | 
|---|
|  | 4585 | #define SplReleaseJob _SplReleaseJob | 
|---|
|  | 4586 |  | 
|---|
| [10218] | 4587 | SPLERR APIENTRY _SplReleaseQueue(PSZ a, PSZ b); | 
|---|
| [48] | 4588 |  | 
|---|
| [119] | 4589 | #undef  SplReleaseQueue | 
|---|
|  | 4590 | #define SplReleaseQueue _SplReleaseQueue | 
|---|
|  | 4591 |  | 
|---|
| [10218] | 4592 | SPLERR APIENTRY _SplSetDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f); | 
|---|
| [48] | 4593 |  | 
|---|
| [119] | 4594 | #undef  SplSetDevice | 
|---|
|  | 4595 | #define SplSetDevice _SplSetDevice | 
|---|
|  | 4596 |  | 
|---|
| [10218] | 4597 | SPLERR APIENTRY _SplSetDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, ULONG g); | 
|---|
| [48] | 4598 |  | 
|---|
| [119] | 4599 | #undef  SplSetDriver | 
|---|
|  | 4600 | #define SplSetDriver _SplSetDriver | 
|---|
|  | 4601 |  | 
|---|
| [10218] | 4602 | SPLERR APIENTRY _SplSetJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, ULONG g); | 
|---|
| [48] | 4603 |  | 
|---|
| [119] | 4604 | #undef  SplSetJob | 
|---|
|  | 4605 | #define SplSetJob _SplSetJob | 
|---|
|  | 4606 |  | 
|---|
| [10218] | 4607 | SPLERR APIENTRY _SplSetPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, ULONG f); | 
|---|
| [48] | 4608 |  | 
|---|
| [119] | 4609 | #undef  SplSetPort | 
|---|
|  | 4610 | #define SplSetPort _SplSetPort | 
|---|
|  | 4611 |  | 
|---|
| [10218] | 4612 | SPLERR APIENTRY _SplSetQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f); | 
|---|
| [48] | 4613 |  | 
|---|
| [119] | 4614 | #undef  SplSetQueue | 
|---|
|  | 4615 | #define SplSetQueue _SplSetQueue | 
|---|
|  | 4616 |  | 
|---|
| [10218] | 4617 | ULONG APIENTRY _SplMessageBox(PSZ a, ULONG b, ULONG c, PSZ d, PSZ e, ULONG f, ULONG g); | 
|---|
| [48] | 4618 |  | 
|---|
| [119] | 4619 | #undef  SplMessageBox | 
|---|
|  | 4620 | #define SplMessageBox _SplMessageBox | 
|---|
|  | 4621 |  | 
|---|
| [10218] | 4622 | BOOL APIENTRY _SplQmAbort(HSPL a); | 
|---|
| [48] | 4623 |  | 
|---|
| [119] | 4624 | #undef  SplQmAbort | 
|---|
|  | 4625 | #define SplQmAbort _SplQmAbort | 
|---|
|  | 4626 |  | 
|---|
| [10218] | 4627 | BOOL APIENTRY _SplQmAbortDoc(HSPL a); | 
|---|
| [48] | 4628 |  | 
|---|
| [119] | 4629 | #undef  SplQmAbortDoc | 
|---|
|  | 4630 | #define SplQmAbortDoc _SplQmAbortDoc | 
|---|
|  | 4631 |  | 
|---|
| [10218] | 4632 | BOOL APIENTRY _SplQmClose(HSPL a); | 
|---|
| [48] | 4633 |  | 
|---|
| [119] | 4634 | #undef  SplQmClose | 
|---|
|  | 4635 | #define SplQmClose _SplQmClose | 
|---|
|  | 4636 |  | 
|---|
| [10218] | 4637 | BOOL APIENTRY _SplQmEndDoc(HSPL a); | 
|---|
| [48] | 4638 |  | 
|---|
| [119] | 4639 | #undef  SplQmEndDoc | 
|---|
|  | 4640 | #define SplQmEndDoc _SplQmEndDoc | 
|---|
|  | 4641 |  | 
|---|
| [10218] | 4642 | ULONG APIENTRY _SplQmGetJobID(HSPL a, ULONG b, PVOID c, ULONG d, PULONG e); | 
|---|
| [48] | 4643 |  | 
|---|
| [119] | 4644 | #undef  SplQmGetJobID | 
|---|
|  | 4645 | #define SplQmGetJobID _SplQmGetJobID | 
|---|
|  | 4646 |  | 
|---|
| [10218] | 4647 | BOOL APIENTRY _SplQmNewPage(HSPL a, ULONG b); | 
|---|
| [48] | 4648 |  | 
|---|
| [119] | 4649 | #undef  SplQmNewPage | 
|---|
|  | 4650 | #define SplQmNewPage _SplQmNewPage | 
|---|
|  | 4651 |  | 
|---|
| [10218] | 4652 | HSPL APIENTRY _SplQmOpen(PSZ a, LONG b, PQMOPENDATA c); | 
|---|
| [48] | 4653 |  | 
|---|
| [119] | 4654 | #undef  SplQmOpen | 
|---|
|  | 4655 | #define SplQmOpen _SplQmOpen | 
|---|
|  | 4656 |  | 
|---|
| [10218] | 4657 | BOOL APIENTRY _SplQmStartDoc(HSPL a, PSZ b); | 
|---|
| [48] | 4658 |  | 
|---|
| [119] | 4659 | #undef  SplQmStartDoc | 
|---|
|  | 4660 | #define SplQmStartDoc _SplQmStartDoc | 
|---|
|  | 4661 |  | 
|---|
| [10218] | 4662 | BOOL APIENTRY _SplQmWrite(HSPL a, LONG b, PVOID c); | 
|---|
| [48] | 4663 |  | 
|---|
| [119] | 4664 | #undef  SplQmWrite | 
|---|
|  | 4665 | #define SplQmWrite _SplQmWrite | 
|---|
|  | 4666 |  | 
|---|
| [48] | 4667 | #endif | 
|---|
|  | 4668 | #ifdef INCL_WINHELP | 
|---|
| [10218] | 4669 | BOOL APIENTRY _WinAssociateHelpInstance(HWND a, HWND b); | 
|---|
| [48] | 4670 |  | 
|---|
| [119] | 4671 | #undef  WinAssociateHelpInstance | 
|---|
|  | 4672 | #define WinAssociateHelpInstance _WinAssociateHelpInstance | 
|---|
|  | 4673 |  | 
|---|
| [10218] | 4674 | HWND APIENTRY _WinCreateHelpInstance(HAB a, PHELPINIT b); | 
|---|
| [48] | 4675 |  | 
|---|
| [119] | 4676 | #undef  WinCreateHelpInstance | 
|---|
|  | 4677 | #define WinCreateHelpInstance _WinCreateHelpInstance | 
|---|
|  | 4678 |  | 
|---|
| [10218] | 4679 | BOOL APIENTRY _WinCreateHelpTable(HWND a, PHELPTABLE b); | 
|---|
| [48] | 4680 |  | 
|---|
| [119] | 4681 | #undef  WinCreateHelpTable | 
|---|
|  | 4682 | #define WinCreateHelpTable _WinCreateHelpTable | 
|---|
|  | 4683 |  | 
|---|
| [10218] | 4684 | BOOL APIENTRY _WinDestroyHelpInstance(HWND a); | 
|---|
| [48] | 4685 |  | 
|---|
| [119] | 4686 | #undef  WinDestroyHelpInstance | 
|---|
|  | 4687 | #define WinDestroyHelpInstance _WinDestroyHelpInstance | 
|---|
|  | 4688 |  | 
|---|
| [10218] | 4689 | BOOL APIENTRY _WinLoadHelpTable(HWND a, ULONG b, HMODULE c); | 
|---|
| [48] | 4690 |  | 
|---|
| [119] | 4691 | #undef  WinLoadHelpTable | 
|---|
|  | 4692 | #define WinLoadHelpTable _WinLoadHelpTable | 
|---|
|  | 4693 |  | 
|---|
| [10218] | 4694 | HWND APIENTRY _WinQueryHelpInstance(HWND a); | 
|---|
| [48] | 4695 |  | 
|---|
| [119] | 4696 | #undef  WinQueryHelpInstance | 
|---|
|  | 4697 | #define WinQueryHelpInstance _WinQueryHelpInstance | 
|---|
|  | 4698 |  | 
|---|
| [48] | 4699 | #endif | 
|---|
|  | 4700 | #ifdef INCL_DDF | 
|---|
| [10218] | 4701 | BOOL APIENTRY _DdfBeginList(HDDF a, ULONG b, ULONG c, ULONG d); | 
|---|
| [48] | 4702 |  | 
|---|
| [119] | 4703 | #undef  DdfBeginList | 
|---|
|  | 4704 | #define DdfBeginList _DdfBeginList | 
|---|
|  | 4705 |  | 
|---|
| [10218] | 4706 | BOOL APIENTRY _DdfBitmap(HDDF a, HBITMAP b, ULONG c); | 
|---|
| [48] | 4707 |  | 
|---|
| [119] | 4708 | #undef  DdfBitmap | 
|---|
|  | 4709 | #define DdfBitmap _DdfBitmap | 
|---|
|  | 4710 |  | 
|---|
| [10218] | 4711 | BOOL APIENTRY _DdfEndList(HDDF a); | 
|---|
| [48] | 4712 |  | 
|---|
| [119] | 4713 | #undef  DdfEndList | 
|---|
|  | 4714 | #define DdfEndList _DdfEndList | 
|---|
|  | 4715 |  | 
|---|
| [10218] | 4716 | BOOL APIENTRY _DdfHyperText(HDDF a, PCSZ b, PCSZ c, ULONG d); | 
|---|
| [48] | 4717 |  | 
|---|
| [119] | 4718 | #undef  DdfHyperText | 
|---|
|  | 4719 | #define DdfHyperText _DdfHyperText | 
|---|
|  | 4720 |  | 
|---|
| [10218] | 4721 | BOOL APIENTRY _DdfInform(HDDF a, PCSZ b, ULONG c); | 
|---|
| [48] | 4722 |  | 
|---|
| [119] | 4723 | #undef  DdfInform | 
|---|
|  | 4724 | #define DdfInform _DdfInform | 
|---|
|  | 4725 |  | 
|---|
| [10218] | 4726 | HDDF APIENTRY _DdfInitialize(HWND a, ULONG b, ULONG c); | 
|---|
| [48] | 4727 |  | 
|---|
| [119] | 4728 | #undef  DdfInitialize | 
|---|
|  | 4729 | #define DdfInitialize _DdfInitialize | 
|---|
|  | 4730 |  | 
|---|
| [10218] | 4731 | BOOL APIENTRY _DdfListItem(HDDF a, PCSZ b, PCSZ c); | 
|---|
| [48] | 4732 |  | 
|---|
| [119] | 4733 | #undef  DdfListItem | 
|---|
|  | 4734 | #define DdfListItem _DdfListItem | 
|---|
|  | 4735 |  | 
|---|
| [10218] | 4736 | BOOL APIENTRY _DdfMetafile(HDDF a, HMF b, PRECTL c); | 
|---|
| [48] | 4737 |  | 
|---|
| [119] | 4738 | #undef  DdfMetafile | 
|---|
|  | 4739 | #define DdfMetafile _DdfMetafile | 
|---|
|  | 4740 |  | 
|---|
| [10218] | 4741 | BOOL APIENTRY _DdfPara(HDDF a); | 
|---|
| [48] | 4742 |  | 
|---|
| [119] | 4743 | #undef  DdfPara | 
|---|
|  | 4744 | #define DdfPara _DdfPara | 
|---|
|  | 4745 |  | 
|---|
| [10218] | 4746 | BOOL APIENTRY _DdfSetColor(HDDF a, COLOR b, COLOR c); | 
|---|
| [48] | 4747 |  | 
|---|
| [119] | 4748 | #undef  DdfSetColor | 
|---|
|  | 4749 | #define DdfSetColor _DdfSetColor | 
|---|
|  | 4750 |  | 
|---|
| [10218] | 4751 | BOOL APIENTRY _DdfSetFont(HDDF a, PCSZ b, ULONG c, ULONG d); | 
|---|
| [48] | 4752 |  | 
|---|
| [119] | 4753 | #undef  DdfSetFont | 
|---|
|  | 4754 | #define DdfSetFont _DdfSetFont | 
|---|
|  | 4755 |  | 
|---|
| [10218] | 4756 | BOOL APIENTRY _DdfSetFontStyle(HDDF a, ULONG b); | 
|---|
| [48] | 4757 |  | 
|---|
| [119] | 4758 | #undef  DdfSetFontStyle | 
|---|
|  | 4759 | #define DdfSetFontStyle _DdfSetFontStyle | 
|---|
|  | 4760 |  | 
|---|
| [10218] | 4761 | BOOL APIENTRY _DdfSetFormat(HDDF a, ULONG b); | 
|---|
| [48] | 4762 |  | 
|---|
| [119] | 4763 | #undef  DdfSetFormat | 
|---|
|  | 4764 | #define DdfSetFormat _DdfSetFormat | 
|---|
|  | 4765 |  | 
|---|
| [10218] | 4766 | BOOL APIENTRY _DdfSetTextAlign(HDDF a, ULONG b); | 
|---|
| [48] | 4767 |  | 
|---|
| [119] | 4768 | #undef  DdfSetTextAlign | 
|---|
|  | 4769 | #define DdfSetTextAlign _DdfSetTextAlign | 
|---|
|  | 4770 |  | 
|---|
| [10218] | 4771 | BOOL APIENTRY _DdfText(HDDF a, PCSZ b); | 
|---|
| [48] | 4772 |  | 
|---|
| [119] | 4773 | #undef  DdfText | 
|---|
|  | 4774 | #define DdfText _DdfText | 
|---|
|  | 4775 |  | 
|---|
| [48] | 4776 | #endif | 
|---|
| [10218] | 4777 |  | 
|---|
| [48] | 4778 | #ifdef INCL_AVIO | 
|---|
| [146] | 4779 | inline USHORT _VioAssociate(HDC a, HVPS b) | 
|---|
| [48] | 4780 | { | 
|---|
|  | 4781 | USHORT yyrc; | 
|---|
| [223] | 4782 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4783 |  | 
|---|
| [119] | 4784 | yyrc = VIO16ASSOCIATE(a, b); | 
|---|
| [48] | 4785 | SetFS(sel); | 
|---|
|  | 4786 |  | 
|---|
|  | 4787 | return yyrc; | 
|---|
|  | 4788 | } | 
|---|
|  | 4789 |  | 
|---|
| [119] | 4790 | #undef  VioAssociate | 
|---|
|  | 4791 | #define VioAssociate _VioAssociate | 
|---|
|  | 4792 |  | 
|---|
| [146] | 4793 | inline USHORT _VioCreateLogFont(PFATTRS a, LONG b, PSTR8 c, HVPS d) | 
|---|
| [48] | 4794 | { | 
|---|
|  | 4795 | USHORT yyrc; | 
|---|
| [223] | 4796 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4797 |  | 
|---|
| [119] | 4798 | yyrc = VIO16CREATELOGFONT(a, b, c, d); | 
|---|
| [48] | 4799 | SetFS(sel); | 
|---|
|  | 4800 |  | 
|---|
|  | 4801 | return yyrc; | 
|---|
|  | 4802 | } | 
|---|
|  | 4803 |  | 
|---|
| [119] | 4804 | #undef  VioCreateLogFont | 
|---|
|  | 4805 | #define VioCreateLogFont _VioCreateLogFont | 
|---|
|  | 4806 |  | 
|---|
| [146] | 4807 | inline USHORT _VioCreatePS(PHVPS a, SHORT b, SHORT c, SHORT d, SHORT e, HVPS f) | 
|---|
| [48] | 4808 | { | 
|---|
|  | 4809 | USHORT yyrc; | 
|---|
| [223] | 4810 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4811 |  | 
|---|
| [119] | 4812 | yyrc = VIO16CREATEPS(a, b, c, d, e, f); | 
|---|
| [48] | 4813 | SetFS(sel); | 
|---|
|  | 4814 |  | 
|---|
|  | 4815 | return yyrc; | 
|---|
|  | 4816 | } | 
|---|
|  | 4817 |  | 
|---|
| [119] | 4818 | #undef  VioCreatePS | 
|---|
|  | 4819 | #define VioCreatePS _VioCreatePS | 
|---|
|  | 4820 |  | 
|---|
| [146] | 4821 | inline USHORT _VioDeleteSetId(LONG a, HVPS b) | 
|---|
| [48] | 4822 | { | 
|---|
|  | 4823 | USHORT yyrc; | 
|---|
| [223] | 4824 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4825 |  | 
|---|
| [119] | 4826 | yyrc = VIO16DELETESETID(a, b); | 
|---|
| [48] | 4827 | SetFS(sel); | 
|---|
|  | 4828 |  | 
|---|
|  | 4829 | return yyrc; | 
|---|
|  | 4830 | } | 
|---|
|  | 4831 |  | 
|---|
| [119] | 4832 | #undef  VioDeleteSetId | 
|---|
|  | 4833 | #define VioDeleteSetId _VioDeleteSetId | 
|---|
|  | 4834 |  | 
|---|
| [146] | 4835 | inline USHORT _VioDestroyPS(HVPS a) | 
|---|
| [48] | 4836 | { | 
|---|
|  | 4837 | USHORT yyrc; | 
|---|
| [223] | 4838 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4839 |  | 
|---|
| [119] | 4840 | yyrc = VIO16DESTROYPS(a); | 
|---|
| [48] | 4841 | SetFS(sel); | 
|---|
|  | 4842 |  | 
|---|
|  | 4843 | return yyrc; | 
|---|
|  | 4844 | } | 
|---|
|  | 4845 |  | 
|---|
| [119] | 4846 | #undef  VioDestroyPS | 
|---|
|  | 4847 | #define VioDestroyPS _VioDestroyPS | 
|---|
|  | 4848 |  | 
|---|
| [146] | 4849 | inline USHORT _VioGetDeviceCellSize(PSHORT a, PSHORT b, HVPS c) | 
|---|
| [48] | 4850 | { | 
|---|
|  | 4851 | USHORT yyrc; | 
|---|
| [223] | 4852 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4853 |  | 
|---|
| [119] | 4854 | yyrc = VIO16GETDEVICECELLSIZE(a, b, c); | 
|---|
| [48] | 4855 | SetFS(sel); | 
|---|
|  | 4856 |  | 
|---|
|  | 4857 | return yyrc; | 
|---|
|  | 4858 | } | 
|---|
|  | 4859 |  | 
|---|
| [119] | 4860 | #undef  VioGetDeviceCellSize | 
|---|
|  | 4861 | #define VioGetDeviceCellSize _VioGetDeviceCellSize | 
|---|
|  | 4862 |  | 
|---|
| [146] | 4863 | inline USHORT _VioGetOrg(PSHORT a, PSHORT b, HVPS c) | 
|---|
| [48] | 4864 | { | 
|---|
|  | 4865 | USHORT yyrc; | 
|---|
| [223] | 4866 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4867 |  | 
|---|
| [119] | 4868 | yyrc = VIO16GETORG(a, b, c); | 
|---|
| [48] | 4869 | SetFS(sel); | 
|---|
|  | 4870 |  | 
|---|
|  | 4871 | return yyrc; | 
|---|
|  | 4872 | } | 
|---|
|  | 4873 |  | 
|---|
| [119] | 4874 | #undef  VioGetOrg | 
|---|
|  | 4875 | #define VioGetOrg _VioGetOrg | 
|---|
|  | 4876 |  | 
|---|
| [146] | 4877 | inline USHORT _VioQueryFonts(PLONG a, PFONTMETRICS b, LONG c, PLONG d, PSZ e, ULONG f, HVPS g) | 
|---|
| [48] | 4878 | { | 
|---|
|  | 4879 | USHORT yyrc; | 
|---|
| [223] | 4880 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4881 |  | 
|---|
| [119] | 4882 | yyrc = VIO16QUERYFONTS(a, b, c, d, e, f, g); | 
|---|
| [48] | 4883 | SetFS(sel); | 
|---|
|  | 4884 |  | 
|---|
|  | 4885 | return yyrc; | 
|---|
|  | 4886 | } | 
|---|
|  | 4887 |  | 
|---|
| [119] | 4888 | #undef  VioQueryFonts | 
|---|
|  | 4889 | #define VioQueryFonts _VioQueryFonts | 
|---|
|  | 4890 |  | 
|---|
| [146] | 4891 | inline USHORT _VioQuerySetIds(PLONG a, PSTR8 b, PLONG c, LONG d, HVPS e) | 
|---|
| [48] | 4892 | { | 
|---|
|  | 4893 | USHORT yyrc; | 
|---|
| [223] | 4894 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4895 |  | 
|---|
| [119] | 4896 | yyrc = VIO16QUERYSETIDS(a, b, c, d, e); | 
|---|
| [48] | 4897 | SetFS(sel); | 
|---|
|  | 4898 |  | 
|---|
|  | 4899 | return yyrc; | 
|---|
|  | 4900 | } | 
|---|
|  | 4901 |  | 
|---|
| [119] | 4902 | #undef  VioQuerySetIds | 
|---|
|  | 4903 | #define VioQuerySetIds _VioQuerySetIds | 
|---|
|  | 4904 |  | 
|---|
| [146] | 4905 | inline USHORT _VioSetDeviceCellSize(SHORT a, SHORT b, HVPS c) | 
|---|
| [48] | 4906 | { | 
|---|
|  | 4907 | USHORT yyrc; | 
|---|
| [223] | 4908 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4909 |  | 
|---|
| [119] | 4910 | yyrc = VIO16SETDEVICECELLSIZE(a, b, c); | 
|---|
| [48] | 4911 | SetFS(sel); | 
|---|
|  | 4912 |  | 
|---|
|  | 4913 | return yyrc; | 
|---|
|  | 4914 | } | 
|---|
|  | 4915 |  | 
|---|
| [119] | 4916 | #undef  VioSetDeviceCellSize | 
|---|
|  | 4917 | #define VioSetDeviceCellSize _VioSetDeviceCellSize | 
|---|
|  | 4918 |  | 
|---|
| [146] | 4919 | inline USHORT _VioSetOrg(SHORT a, SHORT b, HVPS c) | 
|---|
| [48] | 4920 | { | 
|---|
|  | 4921 | USHORT yyrc; | 
|---|
| [223] | 4922 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4923 |  | 
|---|
| [119] | 4924 | yyrc = VIO16SETORG(a, b, c); | 
|---|
| [48] | 4925 | SetFS(sel); | 
|---|
|  | 4926 |  | 
|---|
|  | 4927 | return yyrc; | 
|---|
|  | 4928 | } | 
|---|
|  | 4929 |  | 
|---|
| [119] | 4930 | #undef  VioSetOrg | 
|---|
|  | 4931 | #define VioSetOrg _VioSetOrg | 
|---|
|  | 4932 |  | 
|---|
| [146] | 4933 | inline USHORT _VioShowPS(SHORT a, SHORT b, SHORT c, HVPS d) | 
|---|
| [48] | 4934 | { | 
|---|
|  | 4935 | USHORT yyrc; | 
|---|
| [223] | 4936 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4937 |  | 
|---|
| [119] | 4938 | yyrc = VIO16SHOWPS(a, b, c, d); | 
|---|
| [48] | 4939 | SetFS(sel); | 
|---|
|  | 4940 |  | 
|---|
|  | 4941 | return yyrc; | 
|---|
|  | 4942 | } | 
|---|
|  | 4943 |  | 
|---|
| [119] | 4944 | #undef  VioShowPS | 
|---|
|  | 4945 | #define VioShowPS _VioShowPS | 
|---|
|  | 4946 |  | 
|---|
| [146] | 4947 | inline MRESULT _WinDefAVioWindowProc(HWND a, USHORT b, ULONG c, ULONG d) | 
|---|
| [48] | 4948 | { | 
|---|
|  | 4949 | MRESULT yyrc; | 
|---|
| [223] | 4950 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4951 |  | 
|---|
|  | 4952 | yyrc = WinDefAVioWindowProc(a, b, c, d); | 
|---|
|  | 4953 | SetFS(sel); | 
|---|
|  | 4954 |  | 
|---|
|  | 4955 | return yyrc; | 
|---|
|  | 4956 | } | 
|---|
|  | 4957 |  | 
|---|
| [119] | 4958 | #undef  WinDefAVioWindowProc | 
|---|
|  | 4959 | #define WinDefAVioWindowProc _WinDefAVioWindowProc | 
|---|
|  | 4960 |  | 
|---|
| [48] | 4961 | #endif | 
|---|
|  | 4962 | #ifdef INCL_KBD | 
|---|
| [146] | 4963 | inline USHORT _KbdCharIn(PKBDKEYINFO a, USHORT b, HKBD c) | 
|---|
| [48] | 4964 | { | 
|---|
|  | 4965 | USHORT yyrc; | 
|---|
| [223] | 4966 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4967 |  | 
|---|
|  | 4968 | yyrc = KbdCharIn(a, b, c); | 
|---|
|  | 4969 | SetFS(sel); | 
|---|
|  | 4970 |  | 
|---|
|  | 4971 | return yyrc; | 
|---|
|  | 4972 | } | 
|---|
|  | 4973 |  | 
|---|
| [119] | 4974 | #undef  KbdCharIn | 
|---|
|  | 4975 | #define KbdCharIn _KbdCharIn | 
|---|
|  | 4976 |  | 
|---|
| [146] | 4977 | inline USHORT _KbdClose(HKBD a) | 
|---|
| [48] | 4978 | { | 
|---|
|  | 4979 | USHORT yyrc; | 
|---|
| [223] | 4980 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4981 |  | 
|---|
|  | 4982 | yyrc = KbdClose(a); | 
|---|
|  | 4983 | SetFS(sel); | 
|---|
|  | 4984 |  | 
|---|
|  | 4985 | return yyrc; | 
|---|
|  | 4986 | } | 
|---|
|  | 4987 |  | 
|---|
| [119] | 4988 | #undef  KbdClose | 
|---|
|  | 4989 | #define KbdClose _KbdClose | 
|---|
|  | 4990 |  | 
|---|
| [146] | 4991 | inline USHORT _KbdDeRegister() | 
|---|
| [48] | 4992 | { | 
|---|
|  | 4993 | USHORT yyrc; | 
|---|
| [223] | 4994 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 4995 |  | 
|---|
|  | 4996 | yyrc = KbdDeRegister(); | 
|---|
|  | 4997 | SetFS(sel); | 
|---|
|  | 4998 |  | 
|---|
|  | 4999 | return yyrc; | 
|---|
|  | 5000 | } | 
|---|
|  | 5001 |  | 
|---|
| [119] | 5002 | #undef  KbdDeRegister | 
|---|
|  | 5003 | #define KbdDeRegister _KbdDeRegister | 
|---|
|  | 5004 |  | 
|---|
| [146] | 5005 | inline USHORT _KbdFlushBuffer(HKBD a) | 
|---|
| [48] | 5006 | { | 
|---|
|  | 5007 | USHORT yyrc; | 
|---|
| [223] | 5008 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5009 |  | 
|---|
|  | 5010 | yyrc = KbdFlushBuffer(a); | 
|---|
|  | 5011 | SetFS(sel); | 
|---|
|  | 5012 |  | 
|---|
|  | 5013 | return yyrc; | 
|---|
|  | 5014 | } | 
|---|
|  | 5015 |  | 
|---|
| [119] | 5016 | #undef  KbdFlushBuffer | 
|---|
|  | 5017 | #define KbdFlushBuffer _KbdFlushBuffer | 
|---|
|  | 5018 |  | 
|---|
| [146] | 5019 | inline USHORT _KbdFreeFocus(HKBD a) | 
|---|
| [48] | 5020 | { | 
|---|
|  | 5021 | USHORT yyrc; | 
|---|
| [223] | 5022 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5023 |  | 
|---|
|  | 5024 | yyrc = KbdFreeFocus(a); | 
|---|
|  | 5025 | SetFS(sel); | 
|---|
|  | 5026 |  | 
|---|
|  | 5027 | return yyrc; | 
|---|
|  | 5028 | } | 
|---|
|  | 5029 |  | 
|---|
| [119] | 5030 | #undef  KbdFreeFocus | 
|---|
|  | 5031 | #define KbdFreeFocus _KbdFreeFocus | 
|---|
|  | 5032 |  | 
|---|
| [146] | 5033 | inline USHORT _KbdGetCp(ULONG a, PUSHORT b, HKBD c) | 
|---|
| [48] | 5034 | { | 
|---|
|  | 5035 | USHORT yyrc; | 
|---|
| [223] | 5036 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5037 |  | 
|---|
|  | 5038 | yyrc = KbdGetCp(a, b, c); | 
|---|
|  | 5039 | SetFS(sel); | 
|---|
|  | 5040 |  | 
|---|
|  | 5041 | return yyrc; | 
|---|
|  | 5042 | } | 
|---|
|  | 5043 |  | 
|---|
| [119] | 5044 | #undef  KbdGetCp | 
|---|
|  | 5045 | #define KbdGetCp _KbdGetCp | 
|---|
|  | 5046 |  | 
|---|
| [146] | 5047 | inline USHORT _KbdGetFocus(USHORT a, HKBD b) | 
|---|
| [48] | 5048 | { | 
|---|
|  | 5049 | USHORT yyrc; | 
|---|
| [223] | 5050 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5051 |  | 
|---|
|  | 5052 | yyrc = KbdGetFocus(a, b); | 
|---|
|  | 5053 | SetFS(sel); | 
|---|
|  | 5054 |  | 
|---|
|  | 5055 | return yyrc; | 
|---|
|  | 5056 | } | 
|---|
|  | 5057 |  | 
|---|
| [119] | 5058 | #undef  KbdGetFocus | 
|---|
|  | 5059 | #define KbdGetFocus _KbdGetFocus | 
|---|
|  | 5060 |  | 
|---|
| [146] | 5061 | inline USHORT _KbdGetHWID(PKBDHWID a, HKBD b) | 
|---|
| [48] | 5062 | { | 
|---|
|  | 5063 | USHORT yyrc; | 
|---|
| [223] | 5064 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5065 |  | 
|---|
|  | 5066 | yyrc = KbdGetHWID(a, b); | 
|---|
|  | 5067 | SetFS(sel); | 
|---|
|  | 5068 |  | 
|---|
|  | 5069 | return yyrc; | 
|---|
|  | 5070 | } | 
|---|
|  | 5071 |  | 
|---|
| [119] | 5072 | #undef  KbdGetHWID | 
|---|
|  | 5073 | #define KbdGetHWID _KbdGetHWID | 
|---|
|  | 5074 |  | 
|---|
| [146] | 5075 | inline USHORT _KbdGetStatus(PKBDINFO a, HKBD b) | 
|---|
| [48] | 5076 | { | 
|---|
|  | 5077 | USHORT yyrc; | 
|---|
| [223] | 5078 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5079 |  | 
|---|
|  | 5080 | yyrc = KbdGetStatus(a, b); | 
|---|
|  | 5081 | SetFS(sel); | 
|---|
|  | 5082 |  | 
|---|
|  | 5083 | return yyrc; | 
|---|
|  | 5084 | } | 
|---|
|  | 5085 |  | 
|---|
| [119] | 5086 | #undef  KbdGetStatus | 
|---|
|  | 5087 | #define KbdGetStatus _KbdGetStatus | 
|---|
|  | 5088 |  | 
|---|
| [146] | 5089 | inline USHORT _KbdOpen(PHKBD a) | 
|---|
| [48] | 5090 | { | 
|---|
|  | 5091 | USHORT yyrc; | 
|---|
| [223] | 5092 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5093 |  | 
|---|
|  | 5094 | yyrc = KbdOpen(a); | 
|---|
|  | 5095 | SetFS(sel); | 
|---|
|  | 5096 |  | 
|---|
|  | 5097 | return yyrc; | 
|---|
|  | 5098 | } | 
|---|
|  | 5099 |  | 
|---|
| [119] | 5100 | #undef  KbdOpen | 
|---|
|  | 5101 | #define KbdOpen _KbdOpen | 
|---|
|  | 5102 |  | 
|---|
| [146] | 5103 | inline USHORT _KbdPeek(PKBDKEYINFO a, HKBD b) | 
|---|
| [48] | 5104 | { | 
|---|
|  | 5105 | USHORT yyrc; | 
|---|
| [223] | 5106 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5107 |  | 
|---|
|  | 5108 | yyrc = KbdPeek(a, b); | 
|---|
|  | 5109 | SetFS(sel); | 
|---|
|  | 5110 |  | 
|---|
|  | 5111 | return yyrc; | 
|---|
|  | 5112 | } | 
|---|
|  | 5113 |  | 
|---|
| [119] | 5114 | #undef  KbdPeek | 
|---|
|  | 5115 | #define KbdPeek _KbdPeek | 
|---|
|  | 5116 |  | 
|---|
| [146] | 5117 | inline USHORT _KbdRegister(PSZ a, PSZ b, ULONG c) | 
|---|
| [48] | 5118 | { | 
|---|
|  | 5119 | USHORT yyrc; | 
|---|
| [223] | 5120 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5121 |  | 
|---|
|  | 5122 | yyrc = KbdRegister(a, b, c); | 
|---|
|  | 5123 | SetFS(sel); | 
|---|
|  | 5124 |  | 
|---|
|  | 5125 | return yyrc; | 
|---|
|  | 5126 | } | 
|---|
|  | 5127 |  | 
|---|
| [119] | 5128 | #undef  KbdRegister | 
|---|
|  | 5129 | #define KbdRegister _KbdRegister | 
|---|
|  | 5130 |  | 
|---|
| [146] | 5131 | inline USHORT _KbdSetCp(USHORT a, USHORT b, HKBD c) | 
|---|
| [48] | 5132 | { | 
|---|
|  | 5133 | USHORT yyrc; | 
|---|
| [223] | 5134 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5135 |  | 
|---|
|  | 5136 | yyrc = KbdSetCp(a, b, c); | 
|---|
|  | 5137 | SetFS(sel); | 
|---|
|  | 5138 |  | 
|---|
|  | 5139 | return yyrc; | 
|---|
|  | 5140 | } | 
|---|
|  | 5141 |  | 
|---|
| [119] | 5142 | #undef  KbdSetCp | 
|---|
|  | 5143 | #define KbdSetCp _KbdSetCp | 
|---|
|  | 5144 |  | 
|---|
| [146] | 5145 | inline USHORT _KbdSetCustXt(PUSHORT a, HKBD b) | 
|---|
| [48] | 5146 | { | 
|---|
|  | 5147 | USHORT yyrc; | 
|---|
| [223] | 5148 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5149 |  | 
|---|
|  | 5150 | yyrc = KbdSetCustXt(a, b); | 
|---|
|  | 5151 | SetFS(sel); | 
|---|
|  | 5152 |  | 
|---|
|  | 5153 | return yyrc; | 
|---|
|  | 5154 | } | 
|---|
|  | 5155 |  | 
|---|
| [119] | 5156 | #undef  KbdSetCustXt | 
|---|
|  | 5157 | #define KbdSetCustXt _KbdSetCustXt | 
|---|
|  | 5158 |  | 
|---|
| [146] | 5159 | inline USHORT _KbdSetFgnd() | 
|---|
| [48] | 5160 | { | 
|---|
|  | 5161 | USHORT yyrc; | 
|---|
| [223] | 5162 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5163 |  | 
|---|
|  | 5164 | yyrc = KbdSetFgnd(); | 
|---|
|  | 5165 | SetFS(sel); | 
|---|
|  | 5166 |  | 
|---|
|  | 5167 | return yyrc; | 
|---|
|  | 5168 | } | 
|---|
|  | 5169 |  | 
|---|
| [119] | 5170 | #undef  KbdSetFgnd | 
|---|
|  | 5171 | #define KbdSetFgnd _KbdSetFgnd | 
|---|
|  | 5172 |  | 
|---|
| [146] | 5173 | inline USHORT _KbdSetHWID(PKBDHWID a, HKBD b) | 
|---|
| [48] | 5174 | { | 
|---|
|  | 5175 | USHORT yyrc; | 
|---|
| [223] | 5176 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5177 |  | 
|---|
|  | 5178 | yyrc = KbdSetHWID(a, b); | 
|---|
|  | 5179 | SetFS(sel); | 
|---|
|  | 5180 |  | 
|---|
|  | 5181 | return yyrc; | 
|---|
|  | 5182 | } | 
|---|
|  | 5183 |  | 
|---|
| [119] | 5184 | #undef  KbdSetHWID | 
|---|
|  | 5185 | #define KbdSetHWID _KbdSetHWID | 
|---|
|  | 5186 |  | 
|---|
| [146] | 5187 | inline USHORT _KbdSetStatus(PKBDINFO a, HKBD b) | 
|---|
| [48] | 5188 | { | 
|---|
|  | 5189 | USHORT yyrc; | 
|---|
| [223] | 5190 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5191 |  | 
|---|
|  | 5192 | yyrc = KbdSetStatus(a, b); | 
|---|
|  | 5193 | SetFS(sel); | 
|---|
|  | 5194 |  | 
|---|
|  | 5195 | return yyrc; | 
|---|
|  | 5196 | } | 
|---|
|  | 5197 |  | 
|---|
| [119] | 5198 | #undef  KbdSetStatus | 
|---|
|  | 5199 | #define KbdSetStatus _KbdSetStatus | 
|---|
|  | 5200 |  | 
|---|
| [146] | 5201 | inline USHORT _KbdStringIn(PCH a, PSTRINGINBUF b, USHORT c, HKBD d) | 
|---|
| [48] | 5202 | { | 
|---|
|  | 5203 | USHORT yyrc; | 
|---|
| [223] | 5204 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5205 |  | 
|---|
|  | 5206 | yyrc = KbdStringIn(a, b, c, d); | 
|---|
|  | 5207 | SetFS(sel); | 
|---|
|  | 5208 |  | 
|---|
|  | 5209 | return yyrc; | 
|---|
|  | 5210 | } | 
|---|
|  | 5211 |  | 
|---|
| [119] | 5212 | #undef  KbdStringIn | 
|---|
|  | 5213 | #define KbdStringIn _KbdStringIn | 
|---|
|  | 5214 |  | 
|---|
| [146] | 5215 | inline USHORT _KbdSynch(USHORT a) | 
|---|
| [48] | 5216 | { | 
|---|
|  | 5217 | USHORT yyrc; | 
|---|
| [223] | 5218 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5219 |  | 
|---|
|  | 5220 | yyrc = KbdSynch(a); | 
|---|
|  | 5221 | SetFS(sel); | 
|---|
|  | 5222 |  | 
|---|
|  | 5223 | return yyrc; | 
|---|
|  | 5224 | } | 
|---|
|  | 5225 |  | 
|---|
| [119] | 5226 | #undef  KbdSynch | 
|---|
|  | 5227 | #define KbdSynch _KbdSynch | 
|---|
|  | 5228 |  | 
|---|
| [146] | 5229 | inline USHORT _KbdXlate(PKBDTRANS a, HKBD b) | 
|---|
| [48] | 5230 | { | 
|---|
|  | 5231 | USHORT yyrc; | 
|---|
| [223] | 5232 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5233 |  | 
|---|
|  | 5234 | yyrc = KbdXlate(a, b); | 
|---|
|  | 5235 | SetFS(sel); | 
|---|
|  | 5236 |  | 
|---|
|  | 5237 | return yyrc; | 
|---|
|  | 5238 | } | 
|---|
|  | 5239 |  | 
|---|
| [119] | 5240 | #undef  KbdXlate | 
|---|
|  | 5241 | #define KbdXlate _KbdXlate | 
|---|
|  | 5242 |  | 
|---|
| [48] | 5243 | #endif | 
|---|
|  | 5244 | #ifdef INCL_VIO | 
|---|
| [146] | 5245 | inline USHORT _VioCheckCharType(PUSHORT a, USHORT b, USHORT c, HVIO d) | 
|---|
| [48] | 5246 | { | 
|---|
|  | 5247 | USHORT yyrc; | 
|---|
| [223] | 5248 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5249 |  | 
|---|
| [119] | 5250 | yyrc = VIO16CHECKCHARTYPE(a, b, c, d); | 
|---|
| [48] | 5251 | SetFS(sel); | 
|---|
|  | 5252 |  | 
|---|
|  | 5253 | return yyrc; | 
|---|
|  | 5254 | } | 
|---|
|  | 5255 |  | 
|---|
| [119] | 5256 | #undef  VioCheckCharType | 
|---|
|  | 5257 | #define VioCheckCharType _VioCheckCharType | 
|---|
|  | 5258 |  | 
|---|
| [146] | 5259 | inline USHORT _VioDeRegister() | 
|---|
| [48] | 5260 | { | 
|---|
|  | 5261 | USHORT yyrc; | 
|---|
| [223] | 5262 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5263 |  | 
|---|
| [119] | 5264 | yyrc = VIO16DEREGISTER(); | 
|---|
| [48] | 5265 | SetFS(sel); | 
|---|
|  | 5266 |  | 
|---|
|  | 5267 | return yyrc; | 
|---|
|  | 5268 | } | 
|---|
|  | 5269 |  | 
|---|
| [119] | 5270 | #undef  VioDeRegister | 
|---|
|  | 5271 | #define VioDeRegister _VioDeRegister | 
|---|
|  | 5272 |  | 
|---|
| [146] | 5273 | inline USHORT _VioEndPopUp(HVIO a) | 
|---|
| [48] | 5274 | { | 
|---|
|  | 5275 | USHORT yyrc; | 
|---|
| [223] | 5276 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5277 |  | 
|---|
| [119] | 5278 | yyrc = VIO16ENDPOPUP(a); | 
|---|
| [48] | 5279 | SetFS(sel); | 
|---|
|  | 5280 |  | 
|---|
|  | 5281 | return yyrc; | 
|---|
|  | 5282 | } | 
|---|
|  | 5283 |  | 
|---|
| [119] | 5284 | #undef  VioEndPopUp | 
|---|
|  | 5285 | #define VioEndPopUp _VioEndPopUp | 
|---|
|  | 5286 |  | 
|---|
| [146] | 5287 | inline USHORT _VioGetAnsi(PUSHORT a, HVIO b) | 
|---|
| [48] | 5288 | { | 
|---|
|  | 5289 | USHORT yyrc; | 
|---|
| [223] | 5290 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5291 |  | 
|---|
| [119] | 5292 | yyrc = VIO16GETANSI(a, b); | 
|---|
| [48] | 5293 | SetFS(sel); | 
|---|
|  | 5294 |  | 
|---|
|  | 5295 | return yyrc; | 
|---|
|  | 5296 | } | 
|---|
|  | 5297 |  | 
|---|
| [119] | 5298 | #undef  VioGetAnsi | 
|---|
|  | 5299 | #define VioGetAnsi _VioGetAnsi | 
|---|
|  | 5300 |  | 
|---|
| [146] | 5301 | inline USHORT _VioGetBuf(PULONG a, PUSHORT b, HVIO c) | 
|---|
| [48] | 5302 | { | 
|---|
|  | 5303 | USHORT yyrc; | 
|---|
| [223] | 5304 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5305 |  | 
|---|
| [119] | 5306 | yyrc = VIO16GETBUF(a, b, c); | 
|---|
| [48] | 5307 | SetFS(sel); | 
|---|
|  | 5308 |  | 
|---|
|  | 5309 | return yyrc; | 
|---|
|  | 5310 | } | 
|---|
|  | 5311 |  | 
|---|
| [119] | 5312 | #undef  VioGetBuf | 
|---|
|  | 5313 | #define VioGetBuf _VioGetBuf | 
|---|
|  | 5314 |  | 
|---|
| [146] | 5315 | inline USHORT _VioGetConfig(USHORT a, PVIOCONFIGINFO b, HVIO c) | 
|---|
| [48] | 5316 | { | 
|---|
|  | 5317 | USHORT yyrc; | 
|---|
| [223] | 5318 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5319 |  | 
|---|
| [119] | 5320 | yyrc = VIO16GETCONFIG(a, b, c); | 
|---|
| [48] | 5321 | SetFS(sel); | 
|---|
|  | 5322 |  | 
|---|
|  | 5323 | return yyrc; | 
|---|
|  | 5324 | } | 
|---|
|  | 5325 |  | 
|---|
| [119] | 5326 | #undef  VioGetConfig | 
|---|
|  | 5327 | #define VioGetConfig _VioGetConfig | 
|---|
|  | 5328 |  | 
|---|
| [146] | 5329 | inline USHORT _VioGetCp(USHORT a, PUSHORT b, HVIO c) | 
|---|
| [48] | 5330 | { | 
|---|
|  | 5331 | USHORT yyrc; | 
|---|
| [223] | 5332 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5333 |  | 
|---|
| [119] | 5334 | yyrc = VIO16GETCP(a, b, c); | 
|---|
| [48] | 5335 | SetFS(sel); | 
|---|
|  | 5336 |  | 
|---|
|  | 5337 | return yyrc; | 
|---|
|  | 5338 | } | 
|---|
|  | 5339 |  | 
|---|
| [119] | 5340 | #undef  VioGetCp | 
|---|
|  | 5341 | #define VioGetCp _VioGetCp | 
|---|
|  | 5342 |  | 
|---|
| [146] | 5343 | inline USHORT _VioGetCurPos(PUSHORT a, PUSHORT b, HVIO c) | 
|---|
| [48] | 5344 | { | 
|---|
|  | 5345 | USHORT yyrc; | 
|---|
| [223] | 5346 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5347 |  | 
|---|
| [119] | 5348 | yyrc = VIO16GETCURPOS(a, b, c); | 
|---|
| [48] | 5349 | SetFS(sel); | 
|---|
|  | 5350 |  | 
|---|
|  | 5351 | return yyrc; | 
|---|
|  | 5352 | } | 
|---|
|  | 5353 |  | 
|---|
| [119] | 5354 | #undef  VioGetCurPos | 
|---|
|  | 5355 | #define VioGetCurPos _VioGetCurPos | 
|---|
|  | 5356 |  | 
|---|
| [146] | 5357 | inline USHORT _VioGetCurType(PVIOCURSORINFO a, HVIO b) | 
|---|
| [48] | 5358 | { | 
|---|
|  | 5359 | USHORT yyrc; | 
|---|
| [223] | 5360 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5361 |  | 
|---|
| [119] | 5362 | yyrc = VIO16GETCURTYPE(a, b); | 
|---|
| [48] | 5363 | SetFS(sel); | 
|---|
|  | 5364 |  | 
|---|
|  | 5365 | return yyrc; | 
|---|
|  | 5366 | } | 
|---|
|  | 5367 |  | 
|---|
| [119] | 5368 | #undef  VioGetCurType | 
|---|
|  | 5369 | #define VioGetCurType _VioGetCurType | 
|---|
|  | 5370 |  | 
|---|
| [146] | 5371 | inline USHORT _VioGetFont(PVIOFONTINFO a, HVIO b) | 
|---|
| [48] | 5372 | { | 
|---|
|  | 5373 | USHORT yyrc; | 
|---|
| [223] | 5374 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5375 |  | 
|---|
| [119] | 5376 | yyrc = VIO16GETFONT(a, b); | 
|---|
| [48] | 5377 | SetFS(sel); | 
|---|
|  | 5378 |  | 
|---|
|  | 5379 | return yyrc; | 
|---|
|  | 5380 | } | 
|---|
|  | 5381 |  | 
|---|
| [119] | 5382 | #undef  VioGetFont | 
|---|
|  | 5383 | #define VioGetFont _VioGetFont | 
|---|
|  | 5384 |  | 
|---|
| [146] | 5385 | inline USHORT _VioGetMode(PVIOMODEINFO a, HVIO b) | 
|---|
| [48] | 5386 | { | 
|---|
|  | 5387 | USHORT yyrc; | 
|---|
| [223] | 5388 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5389 |  | 
|---|
| [119] | 5390 | yyrc = VIO16GETMODE(a, b); | 
|---|
| [48] | 5391 | SetFS(sel); | 
|---|
|  | 5392 |  | 
|---|
|  | 5393 | return yyrc; | 
|---|
|  | 5394 | } | 
|---|
|  | 5395 |  | 
|---|
| [119] | 5396 | #undef  VioGetMode | 
|---|
|  | 5397 | #define VioGetMode _VioGetMode | 
|---|
|  | 5398 |  | 
|---|
| [146] | 5399 | inline USHORT _VioGetPhysBuf(PVIOPHYSBUF a, USHORT b) | 
|---|
| [48] | 5400 | { | 
|---|
|  | 5401 | USHORT yyrc; | 
|---|
| [223] | 5402 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5403 |  | 
|---|
| [119] | 5404 | yyrc = VIO16GETPHYSBUF(a, b); | 
|---|
| [48] | 5405 | SetFS(sel); | 
|---|
|  | 5406 |  | 
|---|
|  | 5407 | return yyrc; | 
|---|
|  | 5408 | } | 
|---|
|  | 5409 |  | 
|---|
| [119] | 5410 | #undef  VioGetPhysBuf | 
|---|
|  | 5411 | #define VioGetPhysBuf _VioGetPhysBuf | 
|---|
|  | 5412 |  | 
|---|
| [146] | 5413 | inline USHORT _VioGetState(PVOID a, HVIO b) | 
|---|
| [48] | 5414 | { | 
|---|
|  | 5415 | USHORT yyrc; | 
|---|
| [223] | 5416 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5417 |  | 
|---|
| [119] | 5418 | yyrc = VIO16GETSTATE(a, b); | 
|---|
| [48] | 5419 | SetFS(sel); | 
|---|
|  | 5420 |  | 
|---|
|  | 5421 | return yyrc; | 
|---|
|  | 5422 | } | 
|---|
|  | 5423 |  | 
|---|
| [119] | 5424 | #undef  VioGetState | 
|---|
|  | 5425 | #define VioGetState _VioGetState | 
|---|
|  | 5426 |  | 
|---|
| [146] | 5427 | inline USHORT _VioModeUndo(USHORT a, USHORT b, USHORT c) | 
|---|
| [48] | 5428 | { | 
|---|
|  | 5429 | USHORT yyrc; | 
|---|
| [223] | 5430 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5431 |  | 
|---|
| [119] | 5432 | yyrc = VIO16MODEUNDO(a, b, c); | 
|---|
| [48] | 5433 | SetFS(sel); | 
|---|
|  | 5434 |  | 
|---|
|  | 5435 | return yyrc; | 
|---|
|  | 5436 | } | 
|---|
|  | 5437 |  | 
|---|
| [119] | 5438 | #undef  VioModeUndo | 
|---|
|  | 5439 | #define VioModeUndo _VioModeUndo | 
|---|
|  | 5440 |  | 
|---|
| [146] | 5441 | inline USHORT _VioModeWait(USHORT a, PUSHORT b, USHORT c) | 
|---|
| [48] | 5442 | { | 
|---|
|  | 5443 | USHORT yyrc; | 
|---|
| [223] | 5444 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5445 |  | 
|---|
| [119] | 5446 | yyrc = VIO16MODEWAIT(a, b, c); | 
|---|
| [48] | 5447 | SetFS(sel); | 
|---|
|  | 5448 |  | 
|---|
|  | 5449 | return yyrc; | 
|---|
|  | 5450 | } | 
|---|
|  | 5451 |  | 
|---|
| [119] | 5452 | #undef  VioModeWait | 
|---|
|  | 5453 | #define VioModeWait _VioModeWait | 
|---|
|  | 5454 |  | 
|---|
| [146] | 5455 | inline USHORT _VioPopUp(PUSHORT a, HVIO b) | 
|---|
| [48] | 5456 | { | 
|---|
|  | 5457 | USHORT yyrc; | 
|---|
| [223] | 5458 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5459 |  | 
|---|
| [119] | 5460 | yyrc = VIO16POPUP(a, b); | 
|---|
| [48] | 5461 | SetFS(sel); | 
|---|
|  | 5462 |  | 
|---|
|  | 5463 | return yyrc; | 
|---|
|  | 5464 | } | 
|---|
|  | 5465 |  | 
|---|
| [119] | 5466 | #undef  VioPopUp | 
|---|
|  | 5467 | #define VioPopUp _VioPopUp | 
|---|
|  | 5468 |  | 
|---|
| [146] | 5469 | inline USHORT _VioPrtSc(HVIO a) | 
|---|
| [48] | 5470 | { | 
|---|
|  | 5471 | USHORT yyrc; | 
|---|
| [223] | 5472 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5473 |  | 
|---|
| [119] | 5474 | yyrc = VIO16PRTSC(a); | 
|---|
| [48] | 5475 | SetFS(sel); | 
|---|
|  | 5476 |  | 
|---|
|  | 5477 | return yyrc; | 
|---|
|  | 5478 | } | 
|---|
|  | 5479 |  | 
|---|
| [119] | 5480 | #undef  VioPrtSc | 
|---|
|  | 5481 | #define VioPrtSc _VioPrtSc | 
|---|
|  | 5482 |  | 
|---|
| [146] | 5483 | inline USHORT _VioPrtScToggle(HVIO a) | 
|---|
| [48] | 5484 | { | 
|---|
|  | 5485 | USHORT yyrc; | 
|---|
| [223] | 5486 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5487 |  | 
|---|
| [119] | 5488 | yyrc = VIO16PRTSCTOGGLE(a); | 
|---|
| [48] | 5489 | SetFS(sel); | 
|---|
|  | 5490 |  | 
|---|
|  | 5491 | return yyrc; | 
|---|
|  | 5492 | } | 
|---|
|  | 5493 |  | 
|---|
| [119] | 5494 | #undef  VioPrtScToggle | 
|---|
|  | 5495 | #define VioPrtScToggle _VioPrtScToggle | 
|---|
|  | 5496 |  | 
|---|
| [146] | 5497 | inline USHORT _VioReadCellStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) | 
|---|
| [48] | 5498 | { | 
|---|
|  | 5499 | USHORT yyrc; | 
|---|
| [223] | 5500 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5501 |  | 
|---|
| [119] | 5502 | yyrc = VIO16READCELLSTR(a, b, c, d, e); | 
|---|
| [48] | 5503 | SetFS(sel); | 
|---|
|  | 5504 |  | 
|---|
|  | 5505 | return yyrc; | 
|---|
|  | 5506 | } | 
|---|
|  | 5507 |  | 
|---|
| [119] | 5508 | #undef  VioReadCellStr | 
|---|
|  | 5509 | #define VioReadCellStr _VioReadCellStr | 
|---|
|  | 5510 |  | 
|---|
| [146] | 5511 | inline USHORT _VioReadCharStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) | 
|---|
| [48] | 5512 | { | 
|---|
|  | 5513 | USHORT yyrc; | 
|---|
| [223] | 5514 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5515 |  | 
|---|
| [119] | 5516 | yyrc = VIO16READCHARSTR(a, b, c, d, e); | 
|---|
| [48] | 5517 | SetFS(sel); | 
|---|
|  | 5518 |  | 
|---|
|  | 5519 | return yyrc; | 
|---|
|  | 5520 | } | 
|---|
|  | 5521 |  | 
|---|
| [119] | 5522 | #undef  VioReadCharStr | 
|---|
|  | 5523 | #define VioReadCharStr _VioReadCharStr | 
|---|
|  | 5524 |  | 
|---|
| [146] | 5525 | inline USHORT _VioRegister(PSZ a, PSZ b, ULONG c, ULONG d) | 
|---|
| [48] | 5526 | { | 
|---|
|  | 5527 | USHORT yyrc; | 
|---|
| [223] | 5528 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5529 |  | 
|---|
| [119] | 5530 | yyrc = VIO16REGISTER(a, b, c, d); | 
|---|
| [48] | 5531 | SetFS(sel); | 
|---|
|  | 5532 |  | 
|---|
|  | 5533 | return yyrc; | 
|---|
|  | 5534 | } | 
|---|
|  | 5535 |  | 
|---|
| [119] | 5536 | #undef  VioRegister | 
|---|
|  | 5537 | #define VioRegister _VioRegister | 
|---|
|  | 5538 |  | 
|---|
| [146] | 5539 | inline USHORT _VioSavRedrawUndo(USHORT a, USHORT b, USHORT c) | 
|---|
| [48] | 5540 | { | 
|---|
|  | 5541 | USHORT yyrc; | 
|---|
| [223] | 5542 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5543 |  | 
|---|
| [119] | 5544 | yyrc = VIO16SAVREDRAWUNDO(a, b, c); | 
|---|
| [48] | 5545 | SetFS(sel); | 
|---|
|  | 5546 |  | 
|---|
|  | 5547 | return yyrc; | 
|---|
|  | 5548 | } | 
|---|
|  | 5549 |  | 
|---|
| [119] | 5550 | #undef  VioSavRedrawUndo | 
|---|
|  | 5551 | #define VioSavRedrawUndo _VioSavRedrawUndo | 
|---|
|  | 5552 |  | 
|---|
| [146] | 5553 | inline USHORT _VioSavRedrawWait(USHORT a, PUSHORT b, USHORT c) | 
|---|
| [48] | 5554 | { | 
|---|
|  | 5555 | USHORT yyrc; | 
|---|
| [223] | 5556 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5557 |  | 
|---|
| [119] | 5558 | yyrc = VIO16SAVREDRAWWAIT(a, b, c); | 
|---|
| [48] | 5559 | SetFS(sel); | 
|---|
|  | 5560 |  | 
|---|
|  | 5561 | return yyrc; | 
|---|
|  | 5562 | } | 
|---|
|  | 5563 |  | 
|---|
| [119] | 5564 | #undef  VioSavRedrawWait | 
|---|
|  | 5565 | #define VioSavRedrawWait _VioSavRedrawWait | 
|---|
|  | 5566 |  | 
|---|
| [146] | 5567 | inline USHORT _VioScrLock(USHORT a, PUCHAR b, HVIO c) | 
|---|
| [48] | 5568 | { | 
|---|
|  | 5569 | USHORT yyrc; | 
|---|
| [223] | 5570 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5571 |  | 
|---|
| [119] | 5572 | yyrc = VIO16SCRLOCK(a, b, c); | 
|---|
| [48] | 5573 | SetFS(sel); | 
|---|
|  | 5574 |  | 
|---|
|  | 5575 | return yyrc; | 
|---|
|  | 5576 | } | 
|---|
|  | 5577 |  | 
|---|
| [119] | 5578 | #undef  VioScrLock | 
|---|
|  | 5579 | #define VioScrLock _VioScrLock | 
|---|
|  | 5580 |  | 
|---|
| [146] | 5581 | inline USHORT _VioScrollDn(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) | 
|---|
| [48] | 5582 | { | 
|---|
|  | 5583 | USHORT yyrc; | 
|---|
| [223] | 5584 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5585 |  | 
|---|
| [119] | 5586 | yyrc = VIO16SCROLLDN(a, b, c, d, e, f, g); | 
|---|
| [48] | 5587 | SetFS(sel); | 
|---|
|  | 5588 |  | 
|---|
|  | 5589 | return yyrc; | 
|---|
|  | 5590 | } | 
|---|
|  | 5591 |  | 
|---|
| [119] | 5592 | #undef  VioScrollDn | 
|---|
|  | 5593 | #define VioScrollDn _VioScrollDn | 
|---|
|  | 5594 |  | 
|---|
| [146] | 5595 | inline USHORT _VioScrollLf(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) | 
|---|
| [48] | 5596 | { | 
|---|
|  | 5597 | USHORT yyrc; | 
|---|
| [223] | 5598 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5599 |  | 
|---|
| [119] | 5600 | yyrc = VIO16SCROLLLF(a, b, c, d, e, f, g); | 
|---|
| [48] | 5601 | SetFS(sel); | 
|---|
|  | 5602 |  | 
|---|
|  | 5603 | return yyrc; | 
|---|
|  | 5604 | } | 
|---|
|  | 5605 |  | 
|---|
| [119] | 5606 | #undef  VioScrollLf | 
|---|
|  | 5607 | #define VioScrollLf _VioScrollLf | 
|---|
|  | 5608 |  | 
|---|
| [146] | 5609 | inline USHORT _VioScrollRt(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) | 
|---|
| [48] | 5610 | { | 
|---|
|  | 5611 | USHORT yyrc; | 
|---|
| [223] | 5612 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5613 |  | 
|---|
| [119] | 5614 | yyrc = VIO16SCROLLRT(a, b, c, d, e, f, g); | 
|---|
| [48] | 5615 | SetFS(sel); | 
|---|
|  | 5616 |  | 
|---|
|  | 5617 | return yyrc; | 
|---|
|  | 5618 | } | 
|---|
|  | 5619 |  | 
|---|
| [119] | 5620 | #undef  VioScrollRt | 
|---|
|  | 5621 | #define VioScrollRt _VioScrollRt | 
|---|
|  | 5622 |  | 
|---|
| [146] | 5623 | inline USHORT _VioScrollUp(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) | 
|---|
| [48] | 5624 | { | 
|---|
|  | 5625 | USHORT yyrc; | 
|---|
| [223] | 5626 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5627 |  | 
|---|
| [119] | 5628 | yyrc = VIO16SCROLLUP(a, b, c, d, e, f, g); | 
|---|
| [48] | 5629 | SetFS(sel); | 
|---|
|  | 5630 |  | 
|---|
|  | 5631 | return yyrc; | 
|---|
|  | 5632 | } | 
|---|
|  | 5633 |  | 
|---|
| [119] | 5634 | #undef  VioScrollUp | 
|---|
|  | 5635 | #define VioScrollUp _VioScrollUp | 
|---|
|  | 5636 |  | 
|---|
| [146] | 5637 | inline USHORT _VioScrUnLock(HVIO a) | 
|---|
| [48] | 5638 | { | 
|---|
|  | 5639 | USHORT yyrc; | 
|---|
| [223] | 5640 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5641 |  | 
|---|
| [119] | 5642 | yyrc = VIO16SCRUNLOCK(a); | 
|---|
| [48] | 5643 | SetFS(sel); | 
|---|
|  | 5644 |  | 
|---|
|  | 5645 | return yyrc; | 
|---|
|  | 5646 | } | 
|---|
|  | 5647 |  | 
|---|
| [119] | 5648 | #undef  VioScrUnLock | 
|---|
|  | 5649 | #define VioScrUnLock _VioScrUnLock | 
|---|
|  | 5650 |  | 
|---|
| [146] | 5651 | inline USHORT _VioSetAnsi(USHORT a, HVIO b) | 
|---|
| [48] | 5652 | { | 
|---|
|  | 5653 | USHORT yyrc; | 
|---|
| [223] | 5654 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5655 |  | 
|---|
| [119] | 5656 | yyrc = VIO16SETANSI(a, b); | 
|---|
| [48] | 5657 | SetFS(sel); | 
|---|
|  | 5658 |  | 
|---|
|  | 5659 | return yyrc; | 
|---|
|  | 5660 | } | 
|---|
|  | 5661 |  | 
|---|
| [119] | 5662 | #undef  VioSetAnsi | 
|---|
|  | 5663 | #define VioSetAnsi _VioSetAnsi | 
|---|
|  | 5664 |  | 
|---|
| [146] | 5665 | inline USHORT _VioSetCp(USHORT a, USHORT b, HVIO c) | 
|---|
| [48] | 5666 | { | 
|---|
|  | 5667 | USHORT yyrc; | 
|---|
| [223] | 5668 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5669 |  | 
|---|
| [119] | 5670 | yyrc = VIO16SETCP(a, b, c); | 
|---|
| [48] | 5671 | SetFS(sel); | 
|---|
|  | 5672 |  | 
|---|
|  | 5673 | return yyrc; | 
|---|
|  | 5674 | } | 
|---|
|  | 5675 |  | 
|---|
| [119] | 5676 | #undef  VioSetCp | 
|---|
|  | 5677 | #define VioSetCp _VioSetCp | 
|---|
|  | 5678 |  | 
|---|
| [146] | 5679 | inline USHORT _VioSetCurPos(USHORT a, USHORT b, HVIO c) | 
|---|
| [48] | 5680 | { | 
|---|
|  | 5681 | USHORT yyrc; | 
|---|
| [223] | 5682 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5683 |  | 
|---|
| [119] | 5684 | yyrc = VIO16SETCURPOS(a, b, c); | 
|---|
| [48] | 5685 | SetFS(sel); | 
|---|
|  | 5686 |  | 
|---|
|  | 5687 | return yyrc; | 
|---|
|  | 5688 | } | 
|---|
|  | 5689 |  | 
|---|
| [119] | 5690 | #undef  VioSetCurPos | 
|---|
|  | 5691 | #define VioSetCurPos _VioSetCurPos | 
|---|
|  | 5692 |  | 
|---|
| [146] | 5693 | inline USHORT _VioSetCurType(PVIOCURSORINFO a, HVIO b) | 
|---|
| [48] | 5694 | { | 
|---|
|  | 5695 | USHORT yyrc; | 
|---|
| [223] | 5696 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5697 |  | 
|---|
| [119] | 5698 | yyrc = VIO16SETCURTYPE(a, b); | 
|---|
| [48] | 5699 | SetFS(sel); | 
|---|
|  | 5700 |  | 
|---|
|  | 5701 | return yyrc; | 
|---|
|  | 5702 | } | 
|---|
|  | 5703 |  | 
|---|
| [119] | 5704 | #undef  VioSetCurType | 
|---|
|  | 5705 | #define VioSetCurType _VioSetCurType | 
|---|
|  | 5706 |  | 
|---|
| [146] | 5707 | inline USHORT _VioSetFont(PVIOFONTINFO a, HVIO b) | 
|---|
| [48] | 5708 | { | 
|---|
|  | 5709 | USHORT yyrc; | 
|---|
| [223] | 5710 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5711 |  | 
|---|
| [119] | 5712 | yyrc = VIO16SETFONT(a, b); | 
|---|
| [48] | 5713 | SetFS(sel); | 
|---|
|  | 5714 |  | 
|---|
|  | 5715 | return yyrc; | 
|---|
|  | 5716 | } | 
|---|
|  | 5717 |  | 
|---|
| [119] | 5718 | #undef  VioSetFont | 
|---|
|  | 5719 | #define VioSetFont _VioSetFont | 
|---|
|  | 5720 |  | 
|---|
| [146] | 5721 | inline USHORT _VioSetMode(PVIOMODEINFO a, HVIO b) | 
|---|
| [48] | 5722 | { | 
|---|
|  | 5723 | USHORT yyrc; | 
|---|
| [223] | 5724 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5725 |  | 
|---|
| [119] | 5726 | yyrc = VIO16SETMODE(a, b); | 
|---|
| [48] | 5727 | SetFS(sel); | 
|---|
|  | 5728 |  | 
|---|
|  | 5729 | return yyrc; | 
|---|
|  | 5730 | } | 
|---|
|  | 5731 |  | 
|---|
| [119] | 5732 | #undef  VioSetMode | 
|---|
|  | 5733 | #define VioSetMode _VioSetMode | 
|---|
|  | 5734 |  | 
|---|
| [146] | 5735 | inline USHORT _VioSetState(PVOID a, HVIO b) | 
|---|
| [48] | 5736 | { | 
|---|
|  | 5737 | USHORT yyrc; | 
|---|
| [223] | 5738 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5739 |  | 
|---|
| [119] | 5740 | yyrc = VIO16SETSTATE(a, b); | 
|---|
| [48] | 5741 | SetFS(sel); | 
|---|
|  | 5742 |  | 
|---|
|  | 5743 | return yyrc; | 
|---|
|  | 5744 | } | 
|---|
|  | 5745 |  | 
|---|
| [119] | 5746 | #undef  VioSetState | 
|---|
|  | 5747 | #define VioSetState _VioSetState | 
|---|
|  | 5748 |  | 
|---|
| [146] | 5749 | inline USHORT _VioShowBuf(USHORT a, USHORT b, HVIO c) | 
|---|
| [48] | 5750 | { | 
|---|
|  | 5751 | USHORT yyrc; | 
|---|
| [223] | 5752 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5753 |  | 
|---|
| [119] | 5754 | yyrc = VIO16SHOWBUF(a, b, c); | 
|---|
| [48] | 5755 | SetFS(sel); | 
|---|
|  | 5756 |  | 
|---|
|  | 5757 | return yyrc; | 
|---|
|  | 5758 | } | 
|---|
|  | 5759 |  | 
|---|
| [119] | 5760 | #undef  VioShowBuf | 
|---|
|  | 5761 | #define VioShowBuf _VioShowBuf | 
|---|
|  | 5762 |  | 
|---|
| [146] | 5763 | inline USHORT _VioWrtCellStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) | 
|---|
| [48] | 5764 | { | 
|---|
|  | 5765 | USHORT yyrc; | 
|---|
| [223] | 5766 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5767 |  | 
|---|
| [119] | 5768 | yyrc = VIO16WRTCELLSTR(a, b, c, d, e); | 
|---|
| [48] | 5769 | SetFS(sel); | 
|---|
|  | 5770 |  | 
|---|
|  | 5771 | return yyrc; | 
|---|
|  | 5772 | } | 
|---|
|  | 5773 |  | 
|---|
| [119] | 5774 | #undef  VioWrtCellStr | 
|---|
|  | 5775 | #define VioWrtCellStr _VioWrtCellStr | 
|---|
|  | 5776 |  | 
|---|
| [146] | 5777 | inline USHORT _VioWrtCharStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) | 
|---|
| [48] | 5778 | { | 
|---|
|  | 5779 | USHORT yyrc; | 
|---|
| [223] | 5780 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5781 |  | 
|---|
| [119] | 5782 | yyrc = VIO16WRTCHARSTR(a, b, c, d, e); | 
|---|
| [48] | 5783 | SetFS(sel); | 
|---|
|  | 5784 |  | 
|---|
|  | 5785 | return yyrc; | 
|---|
|  | 5786 | } | 
|---|
|  | 5787 |  | 
|---|
| [119] | 5788 | #undef  VioWrtCharStr | 
|---|
|  | 5789 | #define VioWrtCharStr _VioWrtCharStr | 
|---|
|  | 5790 |  | 
|---|
| [146] | 5791 | inline USHORT _VioWrtCharStrAtt(PCH a, USHORT b, USHORT c, USHORT d, PBYTE e, HVIO f) | 
|---|
| [48] | 5792 | { | 
|---|
|  | 5793 | USHORT yyrc; | 
|---|
| [223] | 5794 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5795 |  | 
|---|
| [119] | 5796 | yyrc = VIO16WRTCHARSTRATT(a, b, c, d, e, f); | 
|---|
| [48] | 5797 | SetFS(sel); | 
|---|
|  | 5798 |  | 
|---|
|  | 5799 | return yyrc; | 
|---|
|  | 5800 | } | 
|---|
|  | 5801 |  | 
|---|
| [119] | 5802 | #undef  VioWrtCharStrAtt | 
|---|
|  | 5803 | #define VioWrtCharStrAtt _VioWrtCharStrAtt | 
|---|
|  | 5804 |  | 
|---|
| [146] | 5805 | inline USHORT _VioWrtNAttr(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e) | 
|---|
| [48] | 5806 | { | 
|---|
|  | 5807 | USHORT yyrc; | 
|---|
| [223] | 5808 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5809 |  | 
|---|
| [119] | 5810 | yyrc = VIO16WRTNATTR(a, b, c, d, e); | 
|---|
| [48] | 5811 | SetFS(sel); | 
|---|
|  | 5812 |  | 
|---|
|  | 5813 | return yyrc; | 
|---|
|  | 5814 | } | 
|---|
|  | 5815 |  | 
|---|
| [119] | 5816 | #undef  VioWrtNAttr | 
|---|
|  | 5817 | #define VioWrtNAttr _VioWrtNAttr | 
|---|
|  | 5818 |  | 
|---|
| [146] | 5819 | inline USHORT _VioWrtNCell(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e) | 
|---|
| [48] | 5820 | { | 
|---|
|  | 5821 | USHORT yyrc; | 
|---|
| [223] | 5822 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5823 |  | 
|---|
| [119] | 5824 | yyrc = VIO16WRTNCELL(a, b, c, d, e); | 
|---|
| [48] | 5825 | SetFS(sel); | 
|---|
|  | 5826 |  | 
|---|
|  | 5827 | return yyrc; | 
|---|
|  | 5828 | } | 
|---|
|  | 5829 |  | 
|---|
| [119] | 5830 | #undef  VioWrtNCell | 
|---|
|  | 5831 | #define VioWrtNCell _VioWrtNCell | 
|---|
|  | 5832 |  | 
|---|
| [146] | 5833 | inline USHORT _VioWrtNChar(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) | 
|---|
| [48] | 5834 | { | 
|---|
|  | 5835 | USHORT yyrc; | 
|---|
| [223] | 5836 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5837 |  | 
|---|
| [119] | 5838 | yyrc = VIO16WRTNCHAR(a, b, c, d, e); | 
|---|
| [48] | 5839 | SetFS(sel); | 
|---|
|  | 5840 |  | 
|---|
|  | 5841 | return yyrc; | 
|---|
|  | 5842 | } | 
|---|
|  | 5843 |  | 
|---|
| [119] | 5844 | #undef  VioWrtNChar | 
|---|
|  | 5845 | #define VioWrtNChar _VioWrtNChar | 
|---|
|  | 5846 |  | 
|---|
| [146] | 5847 | inline USHORT _VioWrtTTY(PCH a, USHORT b, HVIO c) | 
|---|
| [48] | 5848 | { | 
|---|
|  | 5849 | USHORT yyrc; | 
|---|
| [223] | 5850 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5851 |  | 
|---|
| [119] | 5852 | yyrc = VIO16WRTTTY(a, b, c); | 
|---|
| [48] | 5853 | SetFS(sel); | 
|---|
|  | 5854 |  | 
|---|
|  | 5855 | return yyrc; | 
|---|
|  | 5856 | } | 
|---|
|  | 5857 |  | 
|---|
| [119] | 5858 | #undef  VioWrtTTY | 
|---|
|  | 5859 | #define VioWrtTTY _VioWrtTTY | 
|---|
| [48] | 5860 |  | 
|---|
|  | 5861 | #endif | 
|---|
|  | 5862 | #ifdef INCL_MOU | 
|---|
| [146] | 5863 | inline USHORT _MouClose(HMOU a) | 
|---|
| [48] | 5864 | { | 
|---|
|  | 5865 | USHORT yyrc; | 
|---|
| [223] | 5866 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5867 |  | 
|---|
| [119] | 5868 | yyrc = MOU16CLOSE(a); | 
|---|
| [48] | 5869 | SetFS(sel); | 
|---|
|  | 5870 |  | 
|---|
|  | 5871 | return yyrc; | 
|---|
|  | 5872 | } | 
|---|
|  | 5873 |  | 
|---|
| [119] | 5874 | #undef  MouClose | 
|---|
|  | 5875 | #define MouClose _MouClose | 
|---|
|  | 5876 |  | 
|---|
| [146] | 5877 | inline USHORT _MouDeRegister() | 
|---|
| [48] | 5878 | { | 
|---|
|  | 5879 | USHORT yyrc; | 
|---|
| [223] | 5880 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5881 |  | 
|---|
| [119] | 5882 | yyrc = MOU16DEREGISTER(); | 
|---|
| [48] | 5883 | SetFS(sel); | 
|---|
|  | 5884 |  | 
|---|
|  | 5885 | return yyrc; | 
|---|
|  | 5886 | } | 
|---|
|  | 5887 |  | 
|---|
| [119] | 5888 | #undef  MouDeRegister | 
|---|
|  | 5889 | #define MouDeRegister _MouDeRegister | 
|---|
|  | 5890 |  | 
|---|
| [146] | 5891 | inline USHORT _MouDrawPtr(HMOU a) | 
|---|
| [48] | 5892 | { | 
|---|
|  | 5893 | USHORT yyrc; | 
|---|
| [223] | 5894 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5895 |  | 
|---|
| [119] | 5896 | yyrc = MOU16DRAWPTR(a); | 
|---|
| [48] | 5897 | SetFS(sel); | 
|---|
|  | 5898 |  | 
|---|
|  | 5899 | return yyrc; | 
|---|
|  | 5900 | } | 
|---|
|  | 5901 |  | 
|---|
| [119] | 5902 | #undef  MouDrawPtr | 
|---|
|  | 5903 | #define MouDrawPtr _MouDrawPtr | 
|---|
|  | 5904 |  | 
|---|
| [146] | 5905 | inline USHORT _MouFlushQue(HMOU a) | 
|---|
| [48] | 5906 | { | 
|---|
|  | 5907 | USHORT yyrc; | 
|---|
| [223] | 5908 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5909 |  | 
|---|
| [119] | 5910 | yyrc = MOU16FLUSHQUE(a); | 
|---|
| [48] | 5911 | SetFS(sel); | 
|---|
|  | 5912 |  | 
|---|
|  | 5913 | return yyrc; | 
|---|
|  | 5914 | } | 
|---|
|  | 5915 |  | 
|---|
| [119] | 5916 | #undef  MouFlushQue | 
|---|
|  | 5917 | #define MouFlushQue _MouFlushQue | 
|---|
|  | 5918 |  | 
|---|
| [146] | 5919 | inline USHORT _MouGetDevStatus(PUSHORT a, HMOU b) | 
|---|
| [48] | 5920 | { | 
|---|
|  | 5921 | USHORT yyrc; | 
|---|
| [223] | 5922 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5923 |  | 
|---|
| [119] | 5924 | yyrc = MOU16GETDEVSTATUS(a, b); | 
|---|
| [48] | 5925 | SetFS(sel); | 
|---|
|  | 5926 |  | 
|---|
|  | 5927 | return yyrc; | 
|---|
|  | 5928 | } | 
|---|
|  | 5929 |  | 
|---|
| [119] | 5930 | #undef  MouGetDevStatus | 
|---|
|  | 5931 | #define MouGetDevStatus _MouGetDevStatus | 
|---|
|  | 5932 |  | 
|---|
| [146] | 5933 | inline USHORT _MouGetEventMask(PUSHORT a, HMOU b) | 
|---|
| [48] | 5934 | { | 
|---|
|  | 5935 | USHORT yyrc; | 
|---|
| [223] | 5936 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5937 |  | 
|---|
| [119] | 5938 | yyrc = MOU16GETEVENTMASK(a, b); | 
|---|
| [48] | 5939 | SetFS(sel); | 
|---|
|  | 5940 |  | 
|---|
|  | 5941 | return yyrc; | 
|---|
|  | 5942 | } | 
|---|
|  | 5943 |  | 
|---|
| [119] | 5944 | #undef  MouGetEventMask | 
|---|
|  | 5945 | #define MouGetEventMask _MouGetEventMask | 
|---|
|  | 5946 |  | 
|---|
| [146] | 5947 | inline USHORT _MouGetNumButtons(PUSHORT a, HMOU b) | 
|---|
| [48] | 5948 | { | 
|---|
|  | 5949 | USHORT yyrc; | 
|---|
| [223] | 5950 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5951 |  | 
|---|
| [119] | 5952 | yyrc = MOU16GETNUMBUTTONS(a, b); | 
|---|
| [48] | 5953 | SetFS(sel); | 
|---|
|  | 5954 |  | 
|---|
|  | 5955 | return yyrc; | 
|---|
|  | 5956 | } | 
|---|
|  | 5957 |  | 
|---|
| [119] | 5958 | #undef  MouGetNumButtons | 
|---|
|  | 5959 | #define MouGetNumButtons _MouGetNumButtons | 
|---|
|  | 5960 |  | 
|---|
| [146] | 5961 | inline USHORT _MouGetNumMickeys(PUSHORT a, HMOU b) | 
|---|
| [48] | 5962 | { | 
|---|
|  | 5963 | USHORT yyrc; | 
|---|
| [223] | 5964 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5965 |  | 
|---|
| [119] | 5966 | yyrc = MOU16GETNUMMICKEYS(a, b); | 
|---|
| [48] | 5967 | SetFS(sel); | 
|---|
|  | 5968 |  | 
|---|
|  | 5969 | return yyrc; | 
|---|
|  | 5970 | } | 
|---|
|  | 5971 |  | 
|---|
| [119] | 5972 | #undef  MouGetNumMickeys | 
|---|
|  | 5973 | #define MouGetNumMickeys _MouGetNumMickeys | 
|---|
|  | 5974 |  | 
|---|
| [146] | 5975 | inline USHORT _MouGetNumQueEl(PMOUQUEINFO a, HMOU b) | 
|---|
| [48] | 5976 | { | 
|---|
|  | 5977 | USHORT yyrc; | 
|---|
| [223] | 5978 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5979 |  | 
|---|
| [119] | 5980 | yyrc = MOU16GETNUMQUEEL(a, b); | 
|---|
| [48] | 5981 | SetFS(sel); | 
|---|
|  | 5982 |  | 
|---|
|  | 5983 | return yyrc; | 
|---|
|  | 5984 | } | 
|---|
|  | 5985 |  | 
|---|
| [119] | 5986 | #undef  MouGetNumQueEl | 
|---|
|  | 5987 | #define MouGetNumQueEl _MouGetNumQueEl | 
|---|
|  | 5988 |  | 
|---|
| [146] | 5989 | inline USHORT _MouGetPtrPos(PPTRLOC a, HMOU b) | 
|---|
| [48] | 5990 | { | 
|---|
|  | 5991 | USHORT yyrc; | 
|---|
| [223] | 5992 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 5993 |  | 
|---|
| [119] | 5994 | yyrc = MOU16GETPTRPOS(a, b); | 
|---|
| [48] | 5995 | SetFS(sel); | 
|---|
|  | 5996 |  | 
|---|
|  | 5997 | return yyrc; | 
|---|
|  | 5998 | } | 
|---|
|  | 5999 |  | 
|---|
| [119] | 6000 | #undef  MouGetPtrPos | 
|---|
|  | 6001 | #define MouGetPtrPos _MouGetPtrPos | 
|---|
|  | 6002 |  | 
|---|
| [146] | 6003 | inline USHORT _MouGetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) | 
|---|
| [48] | 6004 | { | 
|---|
|  | 6005 | USHORT yyrc; | 
|---|
| [223] | 6006 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6007 |  | 
|---|
| [119] | 6008 | yyrc = MOU16GETPTRSHAPE(a, b, c); | 
|---|
| [48] | 6009 | SetFS(sel); | 
|---|
|  | 6010 |  | 
|---|
|  | 6011 | return yyrc; | 
|---|
|  | 6012 | } | 
|---|
|  | 6013 |  | 
|---|
| [119] | 6014 | #undef  MouGetPtrShape | 
|---|
|  | 6015 | #define MouGetPtrShape _MouGetPtrShape | 
|---|
|  | 6016 |  | 
|---|
| [146] | 6017 | inline USHORT _MouGetScaleFact(PSCALEFACT a, HMOU b) | 
|---|
| [48] | 6018 | { | 
|---|
|  | 6019 | USHORT yyrc; | 
|---|
| [223] | 6020 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6021 |  | 
|---|
| [119] | 6022 | yyrc = MOU16GETSCALEFACT(a, b); | 
|---|
| [48] | 6023 | SetFS(sel); | 
|---|
|  | 6024 |  | 
|---|
|  | 6025 | return yyrc; | 
|---|
|  | 6026 | } | 
|---|
|  | 6027 |  | 
|---|
| [119] | 6028 | #undef  MouGetScaleFact | 
|---|
|  | 6029 | #define MouGetScaleFact _MouGetScaleFact | 
|---|
|  | 6030 |  | 
|---|
| [146] | 6031 | inline USHORT _MouGetThreshold(PTHRESHOLD a, HMOU b) | 
|---|
| [48] | 6032 | { | 
|---|
|  | 6033 | USHORT yyrc; | 
|---|
| [223] | 6034 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6035 |  | 
|---|
| [119] | 6036 | yyrc = MOU16GETTHRESHOLD(a, b); | 
|---|
| [48] | 6037 | SetFS(sel); | 
|---|
|  | 6038 |  | 
|---|
|  | 6039 | return yyrc; | 
|---|
|  | 6040 | } | 
|---|
|  | 6041 |  | 
|---|
| [119] | 6042 | #undef  MouGetThreshold | 
|---|
|  | 6043 | #define MouGetThreshold _MouGetThreshold | 
|---|
|  | 6044 |  | 
|---|
| [146] | 6045 | inline USHORT _MouInitReal(PSZ a) | 
|---|
| [48] | 6046 | { | 
|---|
|  | 6047 | USHORT yyrc; | 
|---|
| [223] | 6048 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6049 |  | 
|---|
| [119] | 6050 | yyrc = MOU16INITREAL(a); | 
|---|
| [48] | 6051 | SetFS(sel); | 
|---|
|  | 6052 |  | 
|---|
|  | 6053 | return yyrc; | 
|---|
|  | 6054 | } | 
|---|
|  | 6055 |  | 
|---|
| [119] | 6056 | #undef  MouInitReal | 
|---|
|  | 6057 | #define MouInitReal _MouInitReal | 
|---|
|  | 6058 |  | 
|---|
| [146] | 6059 | inline USHORT _MouOpen(PSZ a, PHMOU b) | 
|---|
| [48] | 6060 | { | 
|---|
|  | 6061 | USHORT yyrc; | 
|---|
| [223] | 6062 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6063 |  | 
|---|
| [119] | 6064 | yyrc = MOU16OPEN(a, b); | 
|---|
| [48] | 6065 | SetFS(sel); | 
|---|
|  | 6066 |  | 
|---|
|  | 6067 | return yyrc; | 
|---|
|  | 6068 | } | 
|---|
|  | 6069 |  | 
|---|
| [119] | 6070 | #undef  MouOpen | 
|---|
|  | 6071 | #define MouOpen _MouOpen | 
|---|
|  | 6072 |  | 
|---|
| [146] | 6073 | inline USHORT _MouReadEventQue(PMOUEVENTINFO a, PUSHORT b, HMOU c) | 
|---|
| [48] | 6074 | { | 
|---|
|  | 6075 | USHORT yyrc; | 
|---|
| [223] | 6076 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6077 |  | 
|---|
| [119] | 6078 | yyrc = MOU16READEVENTQUE(a, b, c); | 
|---|
| [48] | 6079 | SetFS(sel); | 
|---|
|  | 6080 |  | 
|---|
|  | 6081 | return yyrc; | 
|---|
|  | 6082 | } | 
|---|
|  | 6083 |  | 
|---|
| [119] | 6084 | #undef  MouReadEventQue | 
|---|
|  | 6085 | #define MouReadEventQue _MouReadEventQue | 
|---|
|  | 6086 |  | 
|---|
| [146] | 6087 | inline USHORT _MouRegister(PSZ a, PSZ b, ULONG c) | 
|---|
| [48] | 6088 | { | 
|---|
|  | 6089 | USHORT yyrc; | 
|---|
| [223] | 6090 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6091 |  | 
|---|
| [119] | 6092 | yyrc = MOU16REGISTER(a, b, c); | 
|---|
| [48] | 6093 | SetFS(sel); | 
|---|
|  | 6094 |  | 
|---|
|  | 6095 | return yyrc; | 
|---|
|  | 6096 | } | 
|---|
|  | 6097 |  | 
|---|
| [119] | 6098 | #undef  MouRegister | 
|---|
|  | 6099 | #define MouRegister _MouRegister | 
|---|
|  | 6100 |  | 
|---|
| [146] | 6101 | inline USHORT _MouRemovePtr(PNOPTRRECT a, HMOU b) | 
|---|
| [48] | 6102 | { | 
|---|
|  | 6103 | USHORT yyrc; | 
|---|
| [223] | 6104 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6105 |  | 
|---|
| [119] | 6106 | yyrc = MOU16REMOVEPTR(a, b); | 
|---|
| [48] | 6107 | SetFS(sel); | 
|---|
|  | 6108 |  | 
|---|
|  | 6109 | return yyrc; | 
|---|
|  | 6110 | } | 
|---|
|  | 6111 |  | 
|---|
| [119] | 6112 | #undef  MouRemovePtr | 
|---|
|  | 6113 | #define MouRemovePtr _MouRemovePtr | 
|---|
|  | 6114 |  | 
|---|
| [146] | 6115 | inline USHORT _MouSetDevStatus(PUSHORT a, HMOU b) | 
|---|
| [48] | 6116 | { | 
|---|
|  | 6117 | USHORT yyrc; | 
|---|
| [223] | 6118 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6119 |  | 
|---|
| [119] | 6120 | yyrc = MOU16SETDEVSTATUS(a, b); | 
|---|
| [48] | 6121 | SetFS(sel); | 
|---|
|  | 6122 |  | 
|---|
|  | 6123 | return yyrc; | 
|---|
|  | 6124 | } | 
|---|
|  | 6125 |  | 
|---|
| [119] | 6126 | #undef  MouSetDevStatus | 
|---|
|  | 6127 | #define MouSetDevStatus _MouSetDevStatus | 
|---|
|  | 6128 |  | 
|---|
| [146] | 6129 | inline USHORT _MouSetEventMask(PUSHORT a, HMOU b) | 
|---|
| [48] | 6130 | { | 
|---|
|  | 6131 | USHORT yyrc; | 
|---|
| [223] | 6132 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6133 |  | 
|---|
| [119] | 6134 | yyrc = MOU16SETEVENTMASK(a, b); | 
|---|
| [48] | 6135 | SetFS(sel); | 
|---|
|  | 6136 |  | 
|---|
|  | 6137 | return yyrc; | 
|---|
|  | 6138 | } | 
|---|
|  | 6139 |  | 
|---|
| [119] | 6140 | #undef  MouSetEventMask | 
|---|
|  | 6141 | #define MouSetEventMask _MouSetEventMask | 
|---|
|  | 6142 |  | 
|---|
| [146] | 6143 | inline USHORT _MouSetPtrPos(PPTRLOC a, HMOU b) | 
|---|
| [48] | 6144 | { | 
|---|
|  | 6145 | USHORT yyrc; | 
|---|
| [223] | 6146 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6147 |  | 
|---|
| [119] | 6148 | yyrc = MOU16SETPTRPOS(a, b); | 
|---|
| [48] | 6149 | SetFS(sel); | 
|---|
|  | 6150 |  | 
|---|
|  | 6151 | return yyrc; | 
|---|
|  | 6152 | } | 
|---|
|  | 6153 |  | 
|---|
| [119] | 6154 | #undef  MouSetPtrPos | 
|---|
|  | 6155 | #define MouSetPtrPos _MouSetPtrPos | 
|---|
|  | 6156 |  | 
|---|
| [146] | 6157 | inline USHORT _MouSetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) | 
|---|
| [48] | 6158 | { | 
|---|
|  | 6159 | USHORT yyrc; | 
|---|
| [223] | 6160 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6161 |  | 
|---|
| [119] | 6162 | yyrc = MOU16SETPTRSHAPE(a, b, c); | 
|---|
| [48] | 6163 | SetFS(sel); | 
|---|
|  | 6164 |  | 
|---|
|  | 6165 | return yyrc; | 
|---|
|  | 6166 | } | 
|---|
|  | 6167 |  | 
|---|
| [119] | 6168 | #undef  MouSetPtrShape | 
|---|
|  | 6169 | #define MouSetPtrShape _MouSetPtrShape | 
|---|
|  | 6170 |  | 
|---|
| [146] | 6171 | inline USHORT _MouSetScaleFact(PSCALEFACT a, HMOU b) | 
|---|
| [48] | 6172 | { | 
|---|
|  | 6173 | USHORT yyrc; | 
|---|
| [223] | 6174 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6175 |  | 
|---|
| [119] | 6176 | yyrc = MOU16SETSCALEFACT(a, b); | 
|---|
| [48] | 6177 | SetFS(sel); | 
|---|
|  | 6178 |  | 
|---|
|  | 6179 | return yyrc; | 
|---|
|  | 6180 | } | 
|---|
|  | 6181 |  | 
|---|
| [119] | 6182 | #undef  MouSetScaleFact | 
|---|
|  | 6183 | #define MouSetScaleFact _MouSetScaleFact | 
|---|
|  | 6184 |  | 
|---|
| [146] | 6185 | inline USHORT _MouSetThreshold(PTHRESHOLD a, HMOU b) | 
|---|
| [48] | 6186 | { | 
|---|
|  | 6187 | USHORT yyrc; | 
|---|
| [223] | 6188 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6189 |  | 
|---|
| [119] | 6190 | yyrc = MOU16SETTHRESHOLD(a, b); | 
|---|
| [48] | 6191 | SetFS(sel); | 
|---|
|  | 6192 |  | 
|---|
|  | 6193 | return yyrc; | 
|---|
|  | 6194 | } | 
|---|
|  | 6195 |  | 
|---|
| [119] | 6196 | #undef  MouSetThreshold | 
|---|
|  | 6197 | #define MouSetThreshold _MouSetThreshold | 
|---|
|  | 6198 |  | 
|---|
| [146] | 6199 | inline USHORT _MouSynch(USHORT a) | 
|---|
| [48] | 6200 | { | 
|---|
|  | 6201 | USHORT yyrc; | 
|---|
| [223] | 6202 | USHORT sel = RestoreOS2FS(); | 
|---|
| [48] | 6203 |  | 
|---|
| [119] | 6204 | yyrc = MOU16SYNCH(a); | 
|---|
| [48] | 6205 | SetFS(sel); | 
|---|
|  | 6206 |  | 
|---|
|  | 6207 | return yyrc; | 
|---|
|  | 6208 | } | 
|---|
|  | 6209 |  | 
|---|
| [119] | 6210 | #undef  MouSynch | 
|---|
|  | 6211 | #define MouSynch _MouSynch | 
|---|
|  | 6212 |  | 
|---|
| [48] | 6213 | #endif | 
|---|
|  | 6214 |  | 
|---|
| [119] | 6215 | #endif | 
|---|