Changeset 146 for trunk/include/os2wrap.h
- Timestamp:
- Jun 21, 1999, 7:45:38 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2wrap.h
r119 r146 1 /* $Id: os2wrap.h,v 1. 3 1999-06-19 10:53:12sandervl Exp $ */1 /* $Id: os2wrap.h,v 1.4 1999-06-21 17:45:38 sandervl Exp $ */ 2 2 #ifndef __OS2WRAP_H__ 3 3 #define __OS2WRAP_H__ … … 8 8 9 9 #ifdef INCL_DOSMEMMGR 10 inline ULONG 10 inline ULONG _DosAllocMem(PPVOID a, ULONG b, ULONG c) 11 11 { 12 12 ULONG yyrc; … … 22 22 #define DosAllocMem _DosAllocMem 23 23 24 inline ULONG APIENTRY_DosAllocSharedMem(PPVOID a, PCSZ b, ULONG c, ULONG d)24 inline ULONG _DosAllocSharedMem(PPVOID a, PCSZ b, ULONG c, ULONG d) 25 25 { 26 26 ULONG yyrc; … … 36 36 #define DosAllocSharedMem _DosAllocSharedMem 37 37 38 inline ULONG APIENTRY_DosFreeMem(PVOID a)38 inline ULONG _DosFreeMem(PVOID a) 39 39 { 40 40 ULONG yyrc; … … 50 50 #define DosFreeMem _DosFreeMem 51 51 52 inline ULONG APIENTRY_DosGetNamedSharedMem(PPVOID a, PCSZ b, ULONG c)52 inline ULONG _DosGetNamedSharedMem(PPVOID a, PCSZ b, ULONG c) 53 53 { 54 54 ULONG yyrc; … … 64 64 #define DosGetNamedSharedMem _DosGetNamedSharedMem 65 65 66 inline ULONG APIENTRY_DosGetSharedMem(PVOID a, ULONG b)66 inline ULONG _DosGetSharedMem(PVOID a, ULONG b) 67 67 { 68 68 ULONG yyrc; … … 78 78 #define DosGetSharedMem _DosGetSharedMem 79 79 80 inline ULONG APIENTRY_DosGiveSharedMem(PVOID a, PID b, ULONG c)80 inline ULONG _DosGiveSharedMem(PVOID a, PID b, ULONG c) 81 81 { 82 82 ULONG yyrc; … … 92 92 #define DosGiveSharedMem _DosGiveSharedMem 93 93 94 inline ULONG APIENTRY_DosQueryMem(PVOID a, PULONG b, PULONG c)94 inline ULONG _DosQueryMem(PVOID a, PULONG b, PULONG c) 95 95 { 96 96 ULONG yyrc; … … 106 106 #define DosQueryMem _DosQueryMem 107 107 108 inline ULONG APIENTRY_DosSetMem(PVOID a, ULONG b, ULONG c)108 inline ULONG _DosSetMem(PVOID a, ULONG b, ULONG c) 109 109 { 110 110 ULONG yyrc; … … 120 120 #define DosSetMem _DosSetMem 121 121 122 inline ULONG APIENTRY_DosSubAllocMem(PVOID a, PPVOID b, ULONG c)122 inline ULONG _DosSubAllocMem(PVOID a, PPVOID b, ULONG c) 123 123 { 124 124 ULONG yyrc; … … 134 134 #define DosSubAllocMem _DosSubAllocMem 135 135 136 inline ULONG APIENTRY_DosSubFreeMem(PVOID a, PVOID b, ULONG c)136 inline ULONG _DosSubFreeMem(PVOID a, PVOID b, ULONG c) 137 137 { 138 138 ULONG yyrc; … … 148 148 #define DosSubFreeMem _DosSubFreeMem 149 149 150 inline ULONG APIENTRY_DosSubSetMem(PVOID a, ULONG b, ULONG c)150 inline ULONG _DosSubSetMem(PVOID a, ULONG b, ULONG c) 151 151 { 152 152 ULONG yyrc; … … 162 162 #define DosSubSetMem _DosSubSetMem 163 163 164 inline ULONG APIENTRY_DosSubUnsetMem(PVOID a)164 inline ULONG _DosSubUnsetMem(PVOID a) 165 165 { 166 166 ULONG yyrc; … … 178 178 #endif 179 179 #ifdef INCL_DOSFILEMGR 180 inline ULONG APIENTRY_DosCancelLockRequest(HFILE a, PFILELOCK b)180 inline ULONG _DosCancelLockRequest(HFILE a, PFILELOCK b) 181 181 { 182 182 ULONG yyrc; … … 192 192 #define DosCancelLockRequest _DosCancelLockRequest 193 193 194 inline ULONG APIENTRY_DosClose(HFILE a)194 inline ULONG _DosClose(HFILE a) 195 195 { 196 196 ULONG yyrc; … … 206 206 #define DosClose _DosClose 207 207 208 inline ULONG APIENTRY_DosCopy(PCSZ a, PCSZ b, ULONG c)208 inline ULONG _DosCopy(PCSZ a, PCSZ b, ULONG c) 209 209 { 210 210 ULONG yyrc; … … 220 220 #define DosCopy _DosCopy 221 221 222 inline ULONG APIENTRY_DosCreateDir(PCSZ a, PEAOP2 b)222 inline ULONG _DosCreateDir(PCSZ a, PEAOP2 b) 223 223 { 224 224 ULONG yyrc; … … 234 234 #define DosCreateDir _DosCreateDir 235 235 236 inline ULONG APIENTRY_DosDelete(PCSZ a)236 inline ULONG _DosDelete(PCSZ a) 237 237 { 238 238 ULONG yyrc; … … 248 248 #define DosDelete _DosDelete 249 249 250 inline ULONG APIENTRY_DosDeleteDir(PCSZ a)250 inline ULONG _DosDeleteDir(PCSZ a) 251 251 { 252 252 ULONG yyrc; … … 262 262 #define DosDeleteDir _DosDeleteDir 263 263 264 inline ULONG APIENTRY_DosDupHandle(HFILE a, PHFILE b)264 inline ULONG _DosDupHandle(HFILE a, PHFILE b) 265 265 { 266 266 ULONG yyrc; … … 276 276 #define DosDupHandle _DosDupHandle 277 277 278 inline ULONG APIENTRY_DosEditName(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e)278 inline ULONG _DosEditName(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e) 279 279 { 280 280 ULONG yyrc; … … 290 290 #define DosEditName _DosEditName 291 291 292 inline ULONG APIENTRY_DosEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g)292 inline ULONG _DosEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 293 293 { 294 294 ULONG yyrc; … … 304 304 #define DosEnumAttribute _DosEnumAttribute 305 305 306 inline ULONG APIENTRY_DosFindClose(HDIR a)306 inline ULONG _DosFindClose(HDIR a) 307 307 { 308 308 ULONG yyrc; … … 318 318 #define DosFindClose _DosFindClose 319 319 320 inline ULONG APIENTRY_DosFindFirst(PCSZ a, PHDIR b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g)320 inline ULONG _DosFindFirst(PCSZ a, PHDIR b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 321 321 { 322 322 ULONG yyrc; … … 332 332 #define DosFindFirst _DosFindFirst 333 333 334 inline ULONG APIENTRY_DosFindNext(HDIR a, PVOID b, ULONG c, PULONG d)334 inline ULONG _DosFindNext(HDIR a, PVOID b, ULONG c, PULONG d) 335 335 { 336 336 ULONG yyrc; … … 346 346 #define DosFindNext _DosFindNext 347 347 348 inline ULONG APIENTRY_DosForceDelete(PCSZ a)348 inline ULONG _DosForceDelete(PCSZ a) 349 349 { 350 350 ULONG yyrc; … … 360 360 #define DosForceDelete _DosForceDelete 361 361 362 inline ULONG APIENTRY_DosFSAttach(PCSZ a, PCSZ b, PVOID c, ULONG d, ULONG e)362 inline ULONG _DosFSAttach(PCSZ a, PCSZ b, PVOID c, ULONG d, ULONG e) 363 363 { 364 364 ULONG yyrc; … … 374 374 #define DosFSAttach _DosFSAttach 375 375 376 inline ULONG APIENTRY_DosFSCtl(PVOID a, ULONG b, PULONG c, PVOID d, ULONG e, PULONG f, ULONG g, PCSZ h, HFILE i, ULONG j)376 inline ULONG _DosFSCtl(PVOID a, ULONG b, PULONG c, PVOID d, ULONG e, PULONG f, ULONG g, PCSZ h, HFILE i, ULONG j) 377 377 { 378 378 ULONG yyrc; … … 388 388 #define DosFSCtl _DosFSCtl 389 389 390 inline ULONG APIENTRY_DosMove(PCSZ a, PCSZ b)390 inline ULONG _DosMove(PCSZ a, PCSZ b) 391 391 { 392 392 ULONG yyrc; … … 402 402 #define DosMove _DosMove 403 403 404 inline ULONG APIENTRY_DosOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h)404 inline ULONG _DosOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h) 405 405 { 406 406 ULONG yyrc; … … 416 416 #define DosOpen _DosOpen 417 417 418 inline ULONG APIENTRY_DosProtectClose(HFILE a, FHLOCK b)418 inline ULONG _DosProtectClose(HFILE a, FHLOCK b) 419 419 { 420 420 ULONG yyrc; … … 430 430 #define DosProtectClose _DosProtectClose 431 431 432 inline ULONG APIENTRY_DosProtectEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g, FHLOCK h)432 inline ULONG _DosProtectEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g, FHLOCK h) 433 433 { 434 434 ULONG yyrc; … … 444 444 #define DosProtectEnumAttribute _DosProtectEnumAttribute 445 445 446 inline ULONG APIENTRY_DosProtectOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h, PFHLOCK i)446 inline ULONG _DosProtectOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h, PFHLOCK i) 447 447 { 448 448 ULONG yyrc; … … 458 458 #define DosProtectOpen _DosProtectOpen 459 459 460 inline ULONG APIENTRY_DosProtectQueryFHState(HFILE a, PULONG b, FHLOCK c)460 inline ULONG _DosProtectQueryFHState(HFILE a, PULONG b, FHLOCK c) 461 461 { 462 462 ULONG yyrc; … … 472 472 #define DosProtectQueryFHState _DosProtectQueryFHState 473 473 474 inline ULONG APIENTRY_DosProtectQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e)474 inline ULONG _DosProtectQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e) 475 475 { 476 476 ULONG yyrc; … … 486 486 #define DosProtectQueryFileInfo _DosProtectQueryFileInfo 487 487 488 inline ULONG APIENTRY_DosProtectRead(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e)488 inline ULONG _DosProtectRead(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e) 489 489 { 490 490 ULONG yyrc; … … 500 500 #define DosProtectRead _DosProtectRead 501 501 502 inline ULONG APIENTRY_DosProtectSetFHState(HFILE a, ULONG b, FHLOCK c)502 inline ULONG _DosProtectSetFHState(HFILE a, ULONG b, FHLOCK c) 503 503 { 504 504 ULONG yyrc; … … 514 514 #define DosProtectSetFHState _DosProtectSetFHState 515 515 516 inline ULONG APIENTRY_DosProtectSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e)516 inline ULONG _DosProtectSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e) 517 517 { 518 518 ULONG yyrc; … … 528 528 #define DosProtectSetFileInfo _DosProtectSetFileInfo 529 529 530 inline ULONG APIENTRY_DosProtectSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e, FHLOCK f)530 inline ULONG _DosProtectSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e, FHLOCK f) 531 531 { 532 532 ULONG yyrc; … … 542 542 #define DosProtectSetFileLocks _DosProtectSetFileLocks 543 543 544 inline ULONG APIENTRY_DosProtectSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d, FHLOCK e)544 inline ULONG _DosProtectSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d, FHLOCK e) 545 545 { 546 546 ULONG yyrc; … … 556 556 #define DosProtectSetFilePtr _DosProtectSetFilePtr 557 557 558 inline ULONG APIENTRY_DosProtectSetFileSize(HFILE a, ULONG b, FHLOCK c)558 inline ULONG _DosProtectSetFileSize(HFILE a, ULONG b, FHLOCK c) 559 559 { 560 560 ULONG yyrc; … … 570 570 #define DosProtectSetFileSize _DosProtectSetFileSize 571 571 572 inline ULONG APIENTRY_DosProtectWrite(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e)572 inline ULONG _DosProtectWrite(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e) 573 573 { 574 574 ULONG yyrc; … … 584 584 #define DosProtectWrite _DosProtectWrite 585 585 586 inline ULONG APIENTRY_DosQueryCurrentDir(ULONG a, PBYTE b, PULONG c)586 inline ULONG _DosQueryCurrentDir(ULONG a, PBYTE b, PULONG c) 587 587 { 588 588 ULONG yyrc; … … 598 598 #define DosQueryCurrentDir _DosQueryCurrentDir 599 599 600 inline ULONG APIENTRY_DosQueryCurrentDisk(PULONG a, PULONG b)600 inline ULONG _DosQueryCurrentDisk(PULONG a, PULONG b) 601 601 { 602 602 ULONG yyrc; … … 612 612 #define DosQueryCurrentDisk _DosQueryCurrentDisk 613 613 614 inline ULONG APIENTRY_DosQueryFHState(HFILE a, PULONG b)614 inline ULONG _DosQueryFHState(HFILE a, PULONG b) 615 615 { 616 616 ULONG yyrc; … … 626 626 #define DosQueryFHState _DosQueryFHState 627 627 628 inline ULONG APIENTRY_DosQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d)628 inline ULONG _DosQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d) 629 629 { 630 630 ULONG yyrc; … … 640 640 #define DosQueryFileInfo _DosQueryFileInfo 641 641 642 inline ULONG APIENTRY_DosQueryFSAttach(PCSZ a, ULONG b, ULONG c, PFSQBUFFER2 d, PULONG e)642 inline ULONG _DosQueryFSAttach(PCSZ a, ULONG b, ULONG c, PFSQBUFFER2 d, PULONG e) 643 643 { 644 644 ULONG yyrc; … … 654 654 #define DosQueryFSAttach _DosQueryFSAttach 655 655 656 inline ULONG APIENTRY_DosQueryFSInfo(ULONG a, ULONG b, PVOID c, ULONG d)656 inline ULONG _DosQueryFSInfo(ULONG a, ULONG b, PVOID c, ULONG d) 657 657 { 658 658 ULONG yyrc; … … 668 668 #define DosQueryFSInfo _DosQueryFSInfo 669 669 670 inline ULONG APIENTRY_DosQueryHType(HFILE a, PULONG b, PULONG c)670 inline ULONG _DosQueryHType(HFILE a, PULONG b, PULONG c) 671 671 { 672 672 ULONG yyrc; … … 682 682 #define DosQueryHType _DosQueryHType 683 683 684 inline ULONG APIENTRY_DosQueryPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d)684 inline ULONG _DosQueryPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d) 685 685 { 686 686 ULONG yyrc; … … 696 696 #define DosQueryPathInfo _DosQueryPathInfo 697 697 698 inline ULONG APIENTRY_DosQueryVerify(PBOOL32 a)698 inline ULONG _DosQueryVerify(PBOOL32 a) 699 699 { 700 700 ULONG yyrc; … … 710 710 #define DosQueryVerify _DosQueryVerify 711 711 712 inline ULONG APIENTRY_DosRead(HFILE a, PVOID b, ULONG c, PULONG d)712 inline ULONG _DosRead(HFILE a, PVOID b, ULONG c, PULONG d) 713 713 { 714 714 ULONG yyrc; … … 724 724 #define DosRead _DosRead 725 725 726 inline ULONG APIENTRY_DosResetBuffer(HFILE a)726 inline ULONG _DosResetBuffer(HFILE a) 727 727 { 728 728 ULONG yyrc; … … 738 738 #define DosResetBuffer _DosResetBuffer 739 739 740 inline ULONG APIENTRY_DosSetCurrentDir(PCSZ a)740 inline ULONG _DosSetCurrentDir(PCSZ a) 741 741 { 742 742 ULONG yyrc; … … 752 752 #define DosSetCurrentDir _DosSetCurrentDir 753 753 754 inline ULONG APIENTRY_DosSetDefaultDisk(ULONG a)754 inline ULONG _DosSetDefaultDisk(ULONG a) 755 755 { 756 756 ULONG yyrc; … … 766 766 #define DosSetDefaultDisk _DosSetDefaultDisk 767 767 768 inline ULONG APIENTRY_DosSetFHState(HFILE a, ULONG b)768 inline ULONG _DosSetFHState(HFILE a, ULONG b) 769 769 { 770 770 ULONG yyrc; … … 780 780 #define DosSetFHState _DosSetFHState 781 781 782 inline ULONG APIENTRY_DosSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d)782 inline ULONG _DosSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d) 783 783 { 784 784 ULONG yyrc; … … 794 794 #define DosSetFileInfo _DosSetFileInfo 795 795 796 inline ULONG APIENTRY_DosSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e)796 inline ULONG _DosSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e) 797 797 { 798 798 ULONG yyrc; … … 808 808 #define DosSetFileLocks _DosSetFileLocks 809 809 810 inline ULONG APIENTRY_DosSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d)810 inline ULONG _DosSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d) 811 811 { 812 812 ULONG yyrc; … … 822 822 #define DosSetFilePtr _DosSetFilePtr 823 823 824 inline ULONG APIENTRY_DosSetFileSize(HFILE a, ULONG b)824 inline ULONG _DosSetFileSize(HFILE a, ULONG b) 825 825 { 826 826 ULONG yyrc; … … 836 836 #define DosSetFileSize _DosSetFileSize 837 837 838 inline ULONG APIENTRY_DosSetFSInfo(ULONG a, ULONG b, PVOID c, ULONG d)838 inline ULONG _DosSetFSInfo(ULONG a, ULONG b, PVOID c, ULONG d) 839 839 { 840 840 ULONG yyrc; … … 850 850 #define DosSetFSInfo _DosSetFSInfo 851 851 852 inline ULONG APIENTRY_DosSetMaxFH(ULONG a)852 inline ULONG _DosSetMaxFH(ULONG a) 853 853 { 854 854 ULONG yyrc; … … 864 864 #define DosSetMaxFH _DosSetMaxFH 865 865 866 inline ULONG APIENTRY_DosSetPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d, ULONG e)866 inline ULONG _DosSetPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d, ULONG e) 867 867 { 868 868 ULONG yyrc; … … 878 878 #define DosSetPathInfo _DosSetPathInfo 879 879 880 inline ULONG APIENTRY_DosSetRelMaxFH(PLONG a, PULONG b)880 inline ULONG _DosSetRelMaxFH(PLONG a, PULONG b) 881 881 { 882 882 ULONG yyrc; … … 892 892 #define DosSetRelMaxFH _DosSetRelMaxFH 893 893 894 inline ULONG APIENTRY_DosSetVerify(BOOL32 a)894 inline ULONG _DosSetVerify(BOOL32 a) 895 895 { 896 896 ULONG yyrc; … … 906 906 #define DosSetVerify _DosSetVerify 907 907 908 inline ULONG APIENTRY_DosShutdown(ULONG a)908 inline ULONG _DosShutdown(ULONG a) 909 909 { 910 910 ULONG yyrc; … … 920 920 #define DosShutdown _DosShutdown 921 921 922 inline ULONG APIENTRY_DosWrite(HFILE a, PVOID b, ULONG c, PULONG d)922 inline ULONG _DosWrite(HFILE a, PVOID b, ULONG c, PULONG d) 923 923 { 924 924 ULONG yyrc; … … 936 936 #endif 937 937 #ifdef INCL_DOSMISC 938 inline ULONG APIENTRY_DosSearchPath(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e)938 inline ULONG _DosSearchPath(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e) 939 939 { 940 940 ULONG yyrc; … … 952 952 #endif 953 953 #ifdef INCL_DOSDEVICES 954 inline ULONG APIENTRY_DosDevConfig(PVOID a, ULONG b)954 inline ULONG _DosDevConfig(PVOID a, ULONG b) 955 955 { 956 956 ULONG yyrc; … … 966 966 #define DosDevConfig _DosDevConfig 967 967 968 inline ULONG APIENTRY_DosDevIOCtl(HFILE a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PVOID g, ULONG h, PULONG i)968 inline ULONG _DosDevIOCtl(HFILE a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PVOID g, ULONG h, PULONG i) 969 969 { 970 970 ULONG yyrc; … … 980 980 #define DosDevIOCtl _DosDevIOCtl 981 981 982 inline ULONG APIENTRY_DosPhysicalDisk(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e)982 inline ULONG _DosPhysicalDisk(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e) 983 983 { 984 984 ULONG yyrc; … … 996 996 #endif 997 997 #ifdef INCL_DOSNLS 998 inline ULONG APIENTRY_DosMapCase(ULONG a, PCOUNTRYCODE b, PCHAR c)998 inline ULONG _DosMapCase(ULONG a, PCOUNTRYCODE b, PCHAR c) 999 999 { 1000 1000 ULONG yyrc; … … 1010 1010 #define DosMapCase _DosMapCase 1011 1011 1012 inline ULONG APIENTRY_DosQueryCollate(ULONG a, PCOUNTRYCODE b, PCHAR c, PULONG d)1012 inline ULONG _DosQueryCollate(ULONG a, PCOUNTRYCODE b, PCHAR c, PULONG d) 1013 1013 { 1014 1014 ULONG yyrc; … … 1024 1024 #define DosQueryCollate _DosQueryCollate 1025 1025 1026 inline ULONG APIENTRY_DosQueryCp(ULONG a, PULONG b, PULONG c)1026 inline ULONG _DosQueryCp(ULONG a, PULONG b, PULONG c) 1027 1027 { 1028 1028 ULONG yyrc; … … 1038 1038 #define DosQueryCp _DosQueryCp 1039 1039 1040 inline ULONG APIENTRY_DosQueryCtryInfo(ULONG a, PCOUNTRYCODE b, PCOUNTRYINFO c, PULONG d)1040 inline ULONG _DosQueryCtryInfo(ULONG a, PCOUNTRYCODE b, PCOUNTRYINFO c, PULONG d) 1041 1041 { 1042 1042 ULONG yyrc; … … 1052 1052 #define DosQueryCtryInfo _DosQueryCtryInfo 1053 1053 1054 inline ULONG APIENTRY_DosQueryDBCSEnv(ULONG a, PCOUNTRYCODE b, PCHAR c)1054 inline ULONG _DosQueryDBCSEnv(ULONG a, PCOUNTRYCODE b, PCHAR c) 1055 1055 { 1056 1056 ULONG yyrc; … … 1066 1066 #define DosQueryDBCSEnv _DosQueryDBCSEnv 1067 1067 1068 inline ULONG APIENTRY_DosSetProcessCp(ULONG a)1068 inline ULONG _DosSetProcessCp(ULONG a) 1069 1069 { 1070 1070 ULONG yyrc; … … 1082 1082 #endif 1083 1083 #ifdef INCL_DOSMODULEMGR 1084 inline ULONG APIENTRY_DosFreeModule(HMODULE a)1084 inline ULONG _DosFreeModule(HMODULE a) 1085 1085 { 1086 1086 ULONG yyrc; … … 1096 1096 #define DosFreeModule _DosFreeModule 1097 1097 1098 inline ULONG APIENTRY_DosLoadModule(PSZ a, ULONG b, PCSZ c, PHMODULE d)1098 inline ULONG _DosLoadModule(PSZ a, ULONG b, PCSZ c, PHMODULE d) 1099 1099 { 1100 1100 ULONG yyrc; … … 1110 1110 #define DosLoadModule _DosLoadModule 1111 1111 1112 inline ULONG APIENTRY_DosQueryModuleHandle(PCSZ a, PHMODULE b)1112 inline ULONG _DosQueryModuleHandle(PCSZ a, PHMODULE b) 1113 1113 { 1114 1114 ULONG yyrc; … … 1124 1124 #define DosQueryModuleHandle _DosQueryModuleHandle 1125 1125 1126 inline ULONG APIENTRY_DosQueryModuleName(HMODULE a, ULONG b, PCHAR c)1126 inline ULONG _DosQueryModuleName(HMODULE a, ULONG b, PCHAR c) 1127 1127 { 1128 1128 ULONG yyrc; … … 1138 1138 #define DosQueryModuleName _DosQueryModuleName 1139 1139 1140 inline ULONG APIENTRY_DosQueryProcAddr(HMODULE a, ULONG b, PCSZ c, PFN *d)1140 inline ULONG _DosQueryProcAddr(HMODULE a, ULONG b, PCSZ c, PFN *d) 1141 1141 { 1142 1142 ULONG yyrc; … … 1152 1152 #define DosQueryProcAddr _DosQueryProcAddr 1153 1153 1154 inline ULONG APIENTRY_DosQueryProcType(HMODULE a, ULONG b, PCSZ c, PULONG d)1154 inline ULONG _DosQueryProcType(HMODULE a, ULONG b, PCSZ c, PULONG d) 1155 1155 { 1156 1156 ULONG yyrc; … … 1168 1168 #endif 1169 1169 #ifdef INCL_DOSRESOURCES 1170 inline ULONG APIENTRY_DosFreeResource(PVOID a)1170 inline ULONG _DosFreeResource(PVOID a) 1171 1171 { 1172 1172 ULONG yyrc; … … 1182 1182 #define DosFreeResource _DosFreeResource 1183 1183 1184 inline ULONG APIENTRY_DosGetResource(HMODULE a, ULONG b, ULONG c, PPVOID d)1184 inline ULONG _DosGetResource(HMODULE a, ULONG b, ULONG c, PPVOID d) 1185 1185 { 1186 1186 ULONG yyrc; … … 1196 1196 #define DosGetResource _DosGetResource 1197 1197 1198 inline ULONG APIENTRY_DosQueryResourceSize(HMODULE a, ULONG b, ULONG c, PULONG d)1198 inline ULONG _DosQueryResourceSize(HMODULE a, ULONG b, ULONG c, PULONG d) 1199 1199 { 1200 1200 ULONG yyrc; … … 1212 1212 #endif 1213 1213 #ifdef INCL_DOSPROCESS 1214 inline ULONG APIENTRY_DosBeep(ULONG a, ULONG b)1214 inline ULONG _DosBeep(ULONG a, ULONG b) 1215 1215 { 1216 1216 ULONG yyrc; … … 1226 1226 #define DosBeep _DosBeep 1227 1227 1228 inline VOID APIENTRY_DosExit(ULONG a, ULONG b)1228 inline VOID _DosExit(ULONG a, ULONG b) 1229 1229 { 1230 1230 USHORT sel = GetFS(); … … 1237 1237 #define DosExit _DosExit 1238 1238 1239 inline ULONG APIENTRY_DosAllocThreadLocalMemory(ULONG a, PULONG *b)1239 inline ULONG _DosAllocThreadLocalMemory(ULONG a, PULONG *b) 1240 1240 { 1241 1241 ULONG yyrc; … … 1251 1251 #define DosAllocThreadLocalMemory _DosAllocThreadLocalMemory 1252 1252 1253 inline ULONG APIENTRY_DosCreateThread(PTID a, PFNTHREAD b, ULONG c, ULONG d, ULONG e)1253 inline ULONG _DosCreateThread(PTID a, PFNTHREAD b, ULONG c, ULONG d, ULONG e) 1254 1254 { 1255 1255 ULONG yyrc; … … 1265 1265 #define DosCreateThread _DosCreateThread 1266 1266 1267 inline ULONG APIENTRY_DosEnterCritSec()1267 inline ULONG _DosEnterCritSec() 1268 1268 { 1269 1269 ULONG yyrc; … … 1279 1279 #define DosEnterCritSec _DosEnterCritSec 1280 1280 1281 inline ULONG APIENTRY_DosExecPgm(PCHAR a, LONG b, ULONG c, PCSZ d, PCSZ e, PRESULTCODES f, PCSZ g)1281 inline ULONG _DosExecPgm(PCHAR a, LONG b, ULONG c, PCSZ d, PCSZ e, PRESULTCODES f, PCSZ g) 1282 1282 { 1283 1283 ULONG yyrc; … … 1293 1293 #define DosExecPgm _DosExecPgm 1294 1294 1295 inline ULONG APIENTRY_DosExitCritSec()1295 inline ULONG _DosExitCritSec() 1296 1296 { 1297 1297 ULONG yyrc; … … 1307 1307 #define DosExitCritSec _DosExitCritSec 1308 1308 1309 inline ULONG APIENTRY_DosExitList(ULONG a, PFNEXITLIST b)1309 inline ULONG _DosExitList(ULONG a, PFNEXITLIST b) 1310 1310 { 1311 1311 ULONG yyrc; … … 1321 1321 #define DosExitList _DosExitList 1322 1322 1323 inline ULONG APIENTRY_DosFreeThreadLocalMemory(ULONG *a)1323 inline ULONG _DosFreeThreadLocalMemory(ULONG *a) 1324 1324 { 1325 1325 ULONG yyrc; … … 1335 1335 #define DosFreeThreadLocalMemory _DosFreeThreadLocalMemory 1336 1336 1337 inline ULONG APIENTRY_DosGetInfoBlocks(PTIB *a, PPIB *b)1337 inline ULONG _DosGetInfoBlocks(PTIB *a, PPIB *b) 1338 1338 { 1339 1339 ULONG yyrc; … … 1349 1349 #define DosGetInfoBlocks _DosGetInfoBlocks 1350 1350 1351 inline ULONG APIENTRY_DosKillProcess(ULONG a, PID b)1351 inline ULONG _DosKillProcess(ULONG a, PID b) 1352 1352 { 1353 1353 ULONG yyrc; … … 1363 1363 #define DosKillProcess _DosKillProcess 1364 1364 1365 inline ULONG APIENTRY_DosKillThread(TID a)1365 inline ULONG _DosKillThread(TID a) 1366 1366 { 1367 1367 ULONG yyrc; … … 1377 1377 #define DosKillThread _DosKillThread 1378 1378 1379 inline ULONG APIENTRY_DosResumeThread(TID a)1379 inline ULONG _DosResumeThread(TID a) 1380 1380 { 1381 1381 ULONG yyrc; … … 1391 1391 #define DosResumeThread _DosResumeThread 1392 1392 1393 inline ULONG APIENTRY_DosSetPriority(ULONG a, ULONG b, LONG c, ULONG d)1393 inline ULONG _DosSetPriority(ULONG a, ULONG b, LONG c, ULONG d) 1394 1394 { 1395 1395 ULONG yyrc; … … 1405 1405 #define DosSetPriority _DosSetPriority 1406 1406 1407 inline ULONG APIENTRY_DosSleep(ULONG a)1407 inline ULONG _DosSleep(ULONG a) 1408 1408 { 1409 1409 ULONG yyrc; … … 1419 1419 #define DosSleep _DosSleep 1420 1420 1421 inline ULONG APIENTRY_DosSuspendThread(TID a)1421 inline ULONG _DosSuspendThread(TID a) 1422 1422 { 1423 1423 ULONG yyrc; … … 1433 1433 #define DosSuspendThread _DosSuspendThread 1434 1434 1435 inline ULONG APIENTRY_DosWaitChild(ULONG a, ULONG b, PRESULTCODES c, PPID d, PID e)1435 inline ULONG _DosWaitChild(ULONG a, ULONG b, PRESULTCODES c, PPID d, PID e) 1436 1436 { 1437 1437 ULONG yyrc; … … 1447 1447 #define DosWaitChild _DosWaitChild 1448 1448 1449 inline ULONG APIENTRY_DosWaitThread(PTID a, ULONG b)1449 inline ULONG _DosWaitThread(PTID a, ULONG b) 1450 1450 { 1451 1451 ULONG yyrc; … … 1463 1463 #endif 1464 1464 #ifdef INCL_DOSSESMGR 1465 inline ULONG APIENTRY_DosQueryAppType(PCSZ a, PULONG b)1465 inline ULONG _DosQueryAppType(PCSZ a, PULONG b) 1466 1466 { 1467 1467 ULONG yyrc; … … 1477 1477 #define DosQueryAppType _DosQueryAppType 1478 1478 1479 inline ULONG APIENTRY_DosSelectSession(ULONG a)1479 inline ULONG _DosSelectSession(ULONG a) 1480 1480 { 1481 1481 ULONG yyrc; … … 1491 1491 #define DosSelectSession _DosSelectSession 1492 1492 1493 inline ULONG APIENTRY_DosSetSession(ULONG a, PSTATUSDATA b)1493 inline ULONG _DosSetSession(ULONG a, PSTATUSDATA b) 1494 1494 { 1495 1495 ULONG yyrc; … … 1505 1505 #define DosSetSession _DosSetSession 1506 1506 1507 inline ULONG APIENTRY_DosStartSession(PSTARTDATA a, PULONG b, PPID c)1507 inline ULONG _DosStartSession(PSTARTDATA a, PULONG b, PPID c) 1508 1508 { 1509 1509 ULONG yyrc; … … 1519 1519 #define DosStartSession _DosStartSession 1520 1520 1521 inline ULONG APIENTRY_DosStopSession(ULONG a, ULONG b)1521 inline ULONG _DosStopSession(ULONG a, ULONG b) 1522 1522 { 1523 1523 ULONG yyrc; … … 1535 1535 #endif 1536 1536 #ifdef INCL_DOSSEMAPHORES 1537 inline ULONG APIENTRY_DosCloseEventSem(HEV a)1537 inline ULONG _DosCloseEventSem(HEV a) 1538 1538 { 1539 1539 ULONG yyrc; … … 1549 1549 #define DosCloseEventSem _DosCloseEventSem 1550 1550 1551 inline ULONG APIENTRY_DosCreateEventSem(PCSZ a, PHEV b, ULONG c, BOOL32 d)1551 inline ULONG _DosCreateEventSem(PCSZ a, PHEV b, ULONG c, BOOL32 d) 1552 1552 { 1553 1553 ULONG yyrc; … … 1563 1563 #define DosCreateEventSem _DosCreateEventSem 1564 1564 1565 inline ULONG APIENTRY_DosOpenEventSem(PCSZ a, PHEV b)1565 inline ULONG _DosOpenEventSem(PCSZ a, PHEV b) 1566 1566 { 1567 1567 ULONG yyrc; … … 1577 1577 #define DosOpenEventSem _DosOpenEventSem 1578 1578 1579 inline ULONG APIENTRY_DosPostEventSem(HEV a)1579 inline ULONG _DosPostEventSem(HEV a) 1580 1580 { 1581 1581 ULONG yyrc; … … 1591 1591 #define DosPostEventSem _DosPostEventSem 1592 1592 1593 inline ULONG APIENTRY_DosQueryEventSem(HEV a, PULONG b)1593 inline ULONG _DosQueryEventSem(HEV a, PULONG b) 1594 1594 { 1595 1595 ULONG yyrc; … … 1605 1605 #define DosQueryEventSem _DosQueryEventSem 1606 1606 1607 inline ULONG APIENTRY_DosResetEventSem(HEV a, PULONG b)1607 inline ULONG _DosResetEventSem(HEV a, PULONG b) 1608 1608 { 1609 1609 ULONG yyrc; … … 1619 1619 #define DosResetEventSem _DosResetEventSem 1620 1620 1621 inline ULONG APIENTRY_DosWaitEventSem(HEV a, ULONG b)1621 inline ULONG _DosWaitEventSem(HEV a, ULONG b) 1622 1622 { 1623 1623 ULONG yyrc; … … 1633 1633 #define DosWaitEventSem _DosWaitEventSem 1634 1634 1635 inline ULONG APIENTRY_DosCloseMutexSem(HMTX a)1635 inline ULONG _DosCloseMutexSem(HMTX a) 1636 1636 { 1637 1637 ULONG yyrc; … … 1647 1647 #define DosCloseMutexSem _DosCloseMutexSem 1648 1648 1649 inline ULONG APIENTRY_DosCreateMutexSem(PCSZ a, PHMTX b, ULONG c, BOOL32 d)1649 inline ULONG _DosCreateMutexSem(PCSZ a, PHMTX b, ULONG c, BOOL32 d) 1650 1650 { 1651 1651 ULONG yyrc; … … 1661 1661 #define DosCreateMutexSem _DosCreateMutexSem 1662 1662 1663 inline ULONG APIENTRY_DosOpenMutexSem(PCSZ a, PHMTX b)1663 inline ULONG _DosOpenMutexSem(PCSZ a, PHMTX b) 1664 1664 { 1665 1665 ULONG yyrc; … … 1675 1675 #define DosOpenMutexSem _DosOpenMutexSem 1676 1676 1677 inline ULONG APIENTRY_DosQueryMutexSem(HMTX a, PPID b, PTID c, PULONG d)1677 inline ULONG _DosQueryMutexSem(HMTX a, PPID b, PTID c, PULONG d) 1678 1678 { 1679 1679 ULONG yyrc; … … 1689 1689 #define DosQueryMutexSem _DosQueryMutexSem 1690 1690 1691 inline ULONG APIENTRY_DosReleaseMutexSem(HMTX a)1691 inline ULONG _DosReleaseMutexSem(HMTX a) 1692 1692 { 1693 1693 ULONG yyrc; … … 1703 1703 #define DosReleaseMutexSem _DosReleaseMutexSem 1704 1704 1705 inline ULONG APIENTRY_DosRequestMutexSem(HMTX a, ULONG b)1705 inline ULONG _DosRequestMutexSem(HMTX a, ULONG b) 1706 1706 { 1707 1707 ULONG yyrc; … … 1717 1717 #define DosRequestMutexSem _DosRequestMutexSem 1718 1718 1719 inline ULONG APIENTRY_DosAddMuxWaitSem(HMUX a, PSEMRECORD b)1719 inline ULONG _DosAddMuxWaitSem(HMUX a, PSEMRECORD b) 1720 1720 { 1721 1721 ULONG yyrc; … … 1731 1731 #define DosAddMuxWaitSem _DosAddMuxWaitSem 1732 1732 1733 inline ULONG APIENTRY_DosCloseMuxWaitSem(HMUX a)1733 inline ULONG _DosCloseMuxWaitSem(HMUX a) 1734 1734 { 1735 1735 ULONG yyrc; … … 1745 1745 #define DosCloseMuxWaitSem _DosCloseMuxWaitSem 1746 1746 1747 inline ULONG APIENTRY_DosCreateMuxWaitSem(PCSZ a, PHMUX b, ULONG c, PSEMRECORD d, ULONG e)1747 inline ULONG _DosCreateMuxWaitSem(PCSZ a, PHMUX b, ULONG c, PSEMRECORD d, ULONG e) 1748 1748 { 1749 1749 ULONG yyrc; … … 1759 1759 #define DosCreateMuxWaitSem _DosCreateMuxWaitSem 1760 1760 1761 inline ULONG APIENTRY_DosDeleteMuxWaitSem(HMUX a, HSEM b)1761 inline ULONG _DosDeleteMuxWaitSem(HMUX a, HSEM b) 1762 1762 { 1763 1763 ULONG yyrc; … … 1773 1773 #define DosDeleteMuxWaitSem _DosDeleteMuxWaitSem 1774 1774 1775 inline ULONG APIENTRY_DosOpenMuxWaitSem(PCSZ a, PHMUX b)1775 inline ULONG _DosOpenMuxWaitSem(PCSZ a, PHMUX b) 1776 1776 { 1777 1777 ULONG yyrc; … … 1787 1787 #define DosOpenMuxWaitSem _DosOpenMuxWaitSem 1788 1788 1789 inline ULONG APIENTRY_DosQueryMuxWaitSem(HMUX a, PULONG b, PSEMRECORD c, PULONG d)1789 inline ULONG _DosQueryMuxWaitSem(HMUX a, PULONG b, PSEMRECORD c, PULONG d) 1790 1790 { 1791 1791 ULONG yyrc; … … 1801 1801 #define DosQueryMuxWaitSem _DosQueryMuxWaitSem 1802 1802 1803 inline ULONG APIENTRY_DosWaitMuxWaitSem(HMUX a, ULONG b, PULONG c)1803 inline ULONG _DosWaitMuxWaitSem(HMUX a, ULONG b, PULONG c) 1804 1804 { 1805 1805 ULONG yyrc; … … 1817 1817 #endif 1818 1818 #ifdef INCL_DOSNMPIPES 1819 inline ULONG APIENTRY_DosCallNPipe(PCSZ a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g)1819 inline ULONG _DosCallNPipe(PCSZ a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 1820 1820 { 1821 1821 ULONG yyrc; … … 1831 1831 #define DosCallNPipe _DosCallNPipe 1832 1832 1833 inline ULONG APIENTRY_DosConnectNPipe(HPIPE a)1833 inline ULONG _DosConnectNPipe(HPIPE a) 1834 1834 { 1835 1835 ULONG yyrc; … … 1845 1845 #define DosConnectNPipe _DosConnectNPipe 1846 1846 1847 inline ULONG APIENTRY_DosCreateNPipe(PCSZ a, PHPIPE b, ULONG c, ULONG d, ULONG e, ULONG f, ULONG g)1847 inline ULONG _DosCreateNPipe(PCSZ a, PHPIPE b, ULONG c, ULONG d, ULONG e, ULONG f, ULONG g) 1848 1848 { 1849 1849 ULONG yyrc; … … 1859 1859 #define DosCreateNPipe _DosCreateNPipe 1860 1860 1861 inline ULONG APIENTRY_DosDisConnectNPipe(HPIPE a)1861 inline ULONG _DosDisConnectNPipe(HPIPE a) 1862 1862 { 1863 1863 ULONG yyrc; … … 1873 1873 #define DosDisConnectNPipe _DosDisConnectNPipe 1874 1874 1875 inline ULONG APIENTRY_DosPeekNPipe(HPIPE a, PVOID b, ULONG c, PULONG d, PAVAILDATA e, PULONG f)1875 inline ULONG _DosPeekNPipe(HPIPE a, PVOID b, ULONG c, PULONG d, PAVAILDATA e, PULONG f) 1876 1876 { 1877 1877 ULONG yyrc; … … 1887 1887 #define DosPeekNPipe _DosPeekNPipe 1888 1888 1889 inline ULONG APIENTRY_DosQueryNPHState(HPIPE a, PULONG b)1889 inline ULONG _DosQueryNPHState(HPIPE a, PULONG b) 1890 1890 { 1891 1891 ULONG yyrc; … … 1901 1901 #define DosQueryNPHState _DosQueryNPHState 1902 1902 1903 inline ULONG APIENTRY_DosQueryNPipeInfo(HPIPE a, ULONG b, PVOID c, ULONG d)1903 inline ULONG _DosQueryNPipeInfo(HPIPE a, ULONG b, PVOID c, ULONG d) 1904 1904 { 1905 1905 ULONG yyrc; … … 1915 1915 #define DosQueryNPipeInfo _DosQueryNPipeInfo 1916 1916 1917 inline ULONG APIENTRY_DosQueryNPipeSemState(HSEM a, PPIPESEMSTATE b, ULONG c)1917 inline ULONG _DosQueryNPipeSemState(HSEM a, PPIPESEMSTATE b, ULONG c) 1918 1918 { 1919 1919 ULONG yyrc; … … 1929 1929 #define DosQueryNPipeSemState _DosQueryNPipeSemState 1930 1930 1931 inline ULONG APIENTRY_DosRawReadNPipe(PCSZ a, ULONG b, PULONG c, PVOID d)1931 inline ULONG _DosRawReadNPipe(PCSZ a, ULONG b, PULONG c, PVOID d) 1932 1932 { 1933 1933 ULONG yyrc; … … 1943 1943 #define DosRawReadNPipe _DosRawReadNPipe 1944 1944 1945 inline ULONG APIENTRY_DosRawWriteNPipe(PCSZ a, ULONG b)1945 inline ULONG _DosRawWriteNPipe(PCSZ a, ULONG b) 1946 1946 { 1947 1947 ULONG yyrc; … … 1957 1957 #define DosRawWriteNPipe _DosRawWriteNPipe 1958 1958 1959 inline ULONG APIENTRY_DosSetNPHState(HPIPE a, ULONG b)1959 inline ULONG _DosSetNPHState(HPIPE a, ULONG b) 1960 1960 { 1961 1961 ULONG yyrc; … … 1971 1971 #define DosSetNPHState _DosSetNPHState 1972 1972 1973 inline ULONG APIENTRY_DosSetNPipeSem(HPIPE a, HSEM b, ULONG c)1973 inline ULONG _DosSetNPipeSem(HPIPE a, HSEM b, ULONG c) 1974 1974 { 1975 1975 ULONG yyrc; … … 1985 1985 #define DosSetNPipeSem _DosSetNPipeSem 1986 1986 1987 inline ULONG APIENTRY_DosTransactNPipe(HPIPE a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f)1987 inline ULONG _DosTransactNPipe(HPIPE a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f) 1988 1988 { 1989 1989 ULONG yyrc; … … 1999 1999 #define DosTransactNPipe _DosTransactNPipe 2000 2000 2001 inline ULONG APIENTRY_DosWaitNPipe(PCSZ a, ULONG b)2001 inline ULONG _DosWaitNPipe(PCSZ a, ULONG b) 2002 2002 { 2003 2003 ULONG yyrc; … … 2013 2013 #define DosWaitNPipe _DosWaitNPipe 2014 2014 2015 inline ULONG APIENTRY_DosCreatePipe(PHFILE a, PHFILE b, ULONG c)2015 inline ULONG _DosCreatePipe(PHFILE a, PHFILE b, ULONG c) 2016 2016 { 2017 2017 ULONG yyrc; … … 2029 2029 #endif 2030 2030 #ifdef INCL_DOSQUEUES 2031 inline ULONG APIENTRY_DosCloseQueue(HQUEUE a)2031 inline ULONG _DosCloseQueue(HQUEUE a) 2032 2032 { 2033 2033 ULONG yyrc; … … 2043 2043 #define DosCloseQueue _DosCloseQueue 2044 2044 2045 inline ULONG APIENTRY_DosCreateQueue(PHQUEUE a, ULONG b, PCSZ c)2045 inline ULONG _DosCreateQueue(PHQUEUE a, ULONG b, PCSZ c) 2046 2046 { 2047 2047 ULONG yyrc; … … 2057 2057 #define DosCreateQueue _DosCreateQueue 2058 2058 2059 inline ULONG APIENTRY_DosOpenQueue(PPID a, PHQUEUE b, PCSZ c)2059 inline ULONG _DosOpenQueue(PPID a, PHQUEUE b, PCSZ c) 2060 2060 { 2061 2061 ULONG yyrc; … … 2071 2071 #define DosOpenQueue _DosOpenQueue 2072 2072 2073 inline ULONG APIENTRY_DosPeekQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, PULONG e, BOOL32 f, PBYTE g, HEV h)2073 inline ULONG _DosPeekQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, PULONG e, BOOL32 f, PBYTE g, HEV h) 2074 2074 { 2075 2075 ULONG yyrc; … … 2085 2085 #define DosPeekQueue _DosPeekQueue 2086 2086 2087 inline ULONG APIENTRY_DosPurgeQueue(HQUEUE a)2087 inline ULONG _DosPurgeQueue(HQUEUE a) 2088 2088 { 2089 2089 ULONG yyrc; … … 2099 2099 #define DosPurgeQueue _DosPurgeQueue 2100 2100 2101 inline ULONG APIENTRY_DosQueryQueue(HQUEUE a, PULONG b)2101 inline ULONG _DosQueryQueue(HQUEUE a, PULONG b) 2102 2102 { 2103 2103 ULONG yyrc; … … 2113 2113 #define DosQueryQueue _DosQueryQueue 2114 2114 2115 inline ULONG APIENTRY_DosReadQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, ULONG e, BOOL32 f, PBYTE g, HEV h)2115 inline ULONG _DosReadQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, ULONG e, BOOL32 f, PBYTE g, HEV h) 2116 2116 { 2117 2117 ULONG yyrc; … … 2127 2127 #define DosReadQueue _DosReadQueue 2128 2128 2129 inline ULONG APIENTRY_DosWriteQueue(HQUEUE a, ULONG b, ULONG c, PVOID d, ULONG e)2129 inline ULONG _DosWriteQueue(HQUEUE a, ULONG b, ULONG c, PVOID d, ULONG e) 2130 2130 { 2131 2131 ULONG yyrc; … … 2143 2143 #endif 2144 2144 #ifdef INCL_DOSEXCEPTIONS 2145 inline ULONG APIENTRY_DosAcknowledgeSignalException(ULONG a)2145 inline ULONG _DosAcknowledgeSignalException(ULONG a) 2146 2146 { 2147 2147 ULONG yyrc; … … 2157 2157 #define DosAcknowledgeSignalException _DosAcknowledgeSignalException 2158 2158 2159 inline ULONG APIENTRY_DosEnterMustComplete(PULONG a)2159 inline ULONG _DosEnterMustComplete(PULONG a) 2160 2160 { 2161 2161 ULONG yyrc; … … 2171 2171 #define DosEnterMustComplete _DosEnterMustComplete 2172 2172 2173 inline ULONG APIENTRY_DosExitMustComplete(PULONG a)2173 inline ULONG _DosExitMustComplete(PULONG a) 2174 2174 { 2175 2175 ULONG yyrc; … … 2185 2185 #define DosExitMustComplete _DosExitMustComplete 2186 2186 2187 inline ULONG APIENTRY_DosQueryThreadContext(TID a, ULONG b, PCONTEXTRECORD c)2187 inline ULONG _DosQueryThreadContext(TID a, ULONG b, PCONTEXTRECORD c) 2188 2188 { 2189 2189 ULONG yyrc; … … 2199 2199 #define DosQueryThreadContext _DosQueryThreadContext 2200 2200 2201 inline ULONG APIENTRY_DosRaiseException(PEXCEPTIONREPORTRECORD a)2201 inline ULONG _DosRaiseException(PEXCEPTIONREPORTRECORD a) 2202 2202 { 2203 2203 ULONG yyrc; … … 2213 2213 #define DosRaiseException _DosRaiseException 2214 2214 2215 inline ULONG APIENTRY_DosSendSignalException(PID a, ULONG b)2215 inline ULONG _DosSendSignalException(PID a, ULONG b) 2216 2216 { 2217 2217 ULONG yyrc; … … 2227 2227 #define DosSendSignalException _DosSendSignalException 2228 2228 2229 inline ULONG APIENTRY_DosSetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a)2229 inline ULONG _DosSetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a) 2230 2230 { 2231 2231 ULONG yyrc; … … 2241 2241 #define DosSetExceptionHandler _DosSetExceptionHandler 2242 2242 2243 inline ULONG APIENTRY_DosSetSignalExceptionFocus(BOOL32 a, PULONG b)2243 inline ULONG _DosSetSignalExceptionFocus(BOOL32 a, PULONG b) 2244 2244 { 2245 2245 ULONG yyrc; … … 2255 2255 #define DosSetSignalExceptionFocus _DosSetSignalExceptionFocus 2256 2256 2257 inline ULONG APIENTRY_DosUnsetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a)2257 inline ULONG _DosUnsetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a) 2258 2258 { 2259 2259 ULONG yyrc; … … 2269 2269 #define DosUnsetExceptionHandler _DosUnsetExceptionHandler 2270 2270 2271 inline ULONG APIENTRY_DosUnwindException(PEXCEPTIONREGISTRATIONRECORD a, PVOID b, PEXCEPTIONREPORTRECORD c)2271 inline ULONG _DosUnwindException(PEXCEPTIONREGISTRATIONRECORD a, PVOID b, PEXCEPTIONREPORTRECORD c) 2272 2272 { 2273 2273 ULONG yyrc; … … 2285 2285 #endif 2286 2286 #ifdef INCL_DOSMISC 2287 inline ULONG APIENTRY_DosQuerySysInfo(ULONG a, ULONG b, PVOID c, ULONG d)2287 inline ULONG _DosQuerySysInfo(ULONG a, ULONG b, PVOID c, ULONG d) 2288 2288 { 2289 2289 ULONG yyrc; … … 2299 2299 #define DosQuerySysInfo _DosQuerySysInfo 2300 2300 2301 inline ULONG APIENTRY_DosScanEnv(PCSZ a, PCSZ *b)2301 inline ULONG _DosScanEnv(PCSZ a, PCSZ *b) 2302 2302 { 2303 2303 ULONG yyrc; … … 2313 2313 #define DosScanEnv _DosScanEnv 2314 2314 2315 inline ULONG APIENTRY_DosQueryRASInfo(ULONG a, PPVOID b)2315 inline ULONG _DosQueryRASInfo(ULONG a, PPVOID b) 2316 2316 { 2317 2317 ULONG yyrc; … … 2329 2329 #endif 2330 2330 #ifdef INCL_DOSDATETIME 2331 inline ULONG APIENTRY_DosGetDateTime(PDATETIME a)2331 inline ULONG _DosGetDateTime(PDATETIME a) 2332 2332 { 2333 2333 ULONG yyrc; … … 2343 2343 #define DosGetDateTime _DosGetDateTime 2344 2344 2345 inline ULONG APIENTRY_DosSetDateTime(PDATETIME a)2345 inline ULONG _DosSetDateTime(PDATETIME a) 2346 2346 { 2347 2347 ULONG yyrc; … … 2357 2357 #define DosSetDateTime _DosSetDateTime 2358 2358 2359 inline ULONG APIENTRY_DosAsyncTimer(ULONG a, HSEM b, PHTIMER c)2359 inline ULONG _DosAsyncTimer(ULONG a, HSEM b, PHTIMER c) 2360 2360 { 2361 2361 ULONG yyrc; … … 2371 2371 #define DosAsyncTimer _DosAsyncTimer 2372 2372 2373 inline ULONG APIENTRY_DosStartTimer(ULONG a, HSEM b, PHTIMER c)2373 inline ULONG _DosStartTimer(ULONG a, HSEM b, PHTIMER c) 2374 2374 { 2375 2375 ULONG yyrc; … … 2385 2385 #define DosStartTimer _DosStartTimer 2386 2386 2387 inline ULONG APIENTRY_DosStopTimer(HTIMER a)2387 inline ULONG _DosStopTimer(HTIMER a) 2388 2388 { 2389 2389 ULONG yyrc; … … 2401 2401 #endif 2402 2402 #ifdef DosTmrQueryFreq 2403 inline ULONG APIENTRY_DosTmrQueryFreq(PULONG a)2403 inline ULONG _DosTmrQueryFreq(PULONG a) 2404 2404 { 2405 2405 ULONG yyrc; … … 2415 2415 #define DosTmrQueryFreq _DosTmrQueryFreq 2416 2416 2417 inline ULONG APIENTRY_DosTmrQueryTime(PQWORD a)2417 inline ULONG _DosTmrQueryTime(PQWORD a) 2418 2418 { 2419 2419 ULONG yyrc; … … 2431 2431 #endif 2432 2432 #ifdef INCL_DOSMVDM 2433 inline ULONG APIENTRY_DosCloseVDD(HVDD a)2433 inline ULONG _DosCloseVDD(HVDD a) 2434 2434 { 2435 2435 ULONG yyrc; … … 2445 2445 #define DosCloseVDD _DosCloseVDD 2446 2446 2447 inline ULONG APIENTRY_DosOpenVDD(PCSZ a, PHVDD b)2447 inline ULONG _DosOpenVDD(PCSZ a, PHVDD b) 2448 2448 { 2449 2449 ULONG yyrc; … … 2459 2459 #define DosOpenVDD _DosOpenVDD 2460 2460 2461 inline ULONG APIENTRY_DosQueryDOSProperty(SGID a, PCSZ b, ULONG c, PSZ d)2461 inline ULONG _DosQueryDOSProperty(SGID a, PCSZ b, ULONG c, PSZ d) 2462 2462 { 2463 2463 ULONG yyrc; … … 2473 2473 #define DosQueryDOSProperty _DosQueryDOSProperty 2474 2474 2475 inline ULONG APIENTRY_DosRequestVDD(HVDD a, SGID b, ULONG c, ULONG d, PVOID e, ULONG f, PVOID g)2475 inline ULONG _DosRequestVDD(HVDD a, SGID b, ULONG c, ULONG d, PVOID e, ULONG f, PVOID g) 2476 2476 { 2477 2477 ULONG yyrc; … … 2487 2487 #define DosRequestVDD _DosRequestVDD 2488 2488 2489 inline ULONG APIENTRY_DosSetDOSProperty(SGID a, PCSZ b, ULONG c, PCSZ d)2489 inline ULONG _DosSetDOSProperty(SGID a, PCSZ b, ULONG c, PCSZ d) 2490 2490 { 2491 2491 ULONG yyrc; … … 2503 2503 #endif 2504 2504 #ifdef INCL_DOSPROCESS 2505 inline ULONG APIENTRY_DosDebug(uDB_t *a)2505 inline ULONG _DosDebug(uDB_t *a) 2506 2506 { 2507 2507 ULONG yyrc; … … 2519 2519 #endif 2520 2520 #ifdef INCL_DOSMISC 2521 inline ULONG APIENTRY_DosGetMessage(PCHAR *a, ULONG b, PCHAR c, ULONG d, ULONG e, PCSZ f, PULONG g)2521 inline ULONG _DosGetMessage(PCHAR *a, ULONG b, PCHAR c, ULONG d, ULONG e, PCSZ f, PULONG g) 2522 2522 { 2523 2523 ULONG yyrc; … … 2533 2533 #define DosGetMessage _DosGetMessage 2534 2534 2535 inline ULONG APIENTRY_DosInsertMessage(PCHAR *a, ULONG b, PCSZ c, ULONG d, PCHAR e, ULONG f, PULONG g)2535 inline ULONG _DosInsertMessage(PCHAR *a, ULONG b, PCSZ c, ULONG d, PCHAR e, ULONG f, PULONG g) 2536 2536 { 2537 2537 ULONG yyrc; … … 2547 2547 #define DosInsertMessage _DosInsertMessage 2548 2548 2549 inline ULONG APIENTRY_DosPutMessage(HFILE a, ULONG b, PCHAR c)2549 inline ULONG _DosPutMessage(HFILE a, ULONG b, PCHAR c) 2550 2550 { 2551 2551 ULONG yyrc; … … 2561 2561 #define DosPutMessage _DosPutMessage 2562 2562 2563 inline ULONG APIENTRY_DosQueryMessageCP(PCHAR a, ULONG b, PCSZ c, PULONG d)2563 inline ULONG _DosQueryMessageCP(PCHAR a, ULONG b, PCSZ c, PULONG d) 2564 2564 { 2565 2565 ULONG yyrc; … … 2577 2577 #endif 2578 2578 #ifdef INCL_DOSRAS 2579 inline ULONG APIENTRY_DosDumpProcess(ULONG a, ULONG b, PID c)2579 inline ULONG _DosDumpProcess(ULONG a, ULONG b, PID c) 2580 2580 { 2581 2581 ULONG yyrc; … … 2591 2591 #define DosDumpProcess _DosDumpProcess 2592 2592 2593 inline ULONG APIENTRY_DosForceSystemDump(ULONG a)2593 inline ULONG _DosForceSystemDump(ULONG a) 2594 2594 { 2595 2595 ULONG yyrc; … … 2605 2605 #define DosForceSystemDump _DosForceSystemDump 2606 2606 2607 inline ULONG APIENTRY_DosQueryRASInfo(ULONG a, PPVOID b)2607 inline ULONG _DosQueryRASInfo(ULONG a, PPVOID b) 2608 2608 { 2609 2609 ULONG yyrc; … … 2619 2619 #define DosQueryRASInfo _DosQueryRASInfo 2620 2620 2621 inline ULONG APIENTRY_DosSuppressPopUps(ULONG a, ULONG b)2621 inline ULONG _DosSuppressPopUps(ULONG a, ULONG b) 2622 2622 { 2623 2623 ULONG yyrc; … … 2635 2635 #endif 2636 2636 #ifdef INCL_RXSUBCOM 2637 inline ULONG APIENTRY_RexxDeregisterSubcom(PCSZ a, PCSZ b)2637 inline ULONG _RexxDeregisterSubcom(PCSZ a, PCSZ b) 2638 2638 { 2639 2639 ULONG yyrc; … … 2649 2649 #define RexxDeregisterSubcom _RexxDeregisterSubcom 2650 2650 2651 inline ULONG APIENTRY_RexxQuerySubcom(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d)2651 inline ULONG _RexxQuerySubcom(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d) 2652 2652 { 2653 2653 ULONG yyrc; … … 2663 2663 #define RexxQuerySubcom _RexxQuerySubcom 2664 2664 2665 inline ULONG APIENTRY_RexxRegisterSubcomDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e)2665 inline ULONG _RexxRegisterSubcomDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e) 2666 2666 { 2667 2667 ULONG yyrc; … … 2677 2677 #define RexxRegisterSubcomDll _RexxRegisterSubcomDll 2678 2678 2679 inline ULONG APIENTRY_RexxRegisterSubcomExe(PCSZ a, PFN b, PUCHAR c)2679 inline ULONG _RexxRegisterSubcomExe(PCSZ a, PFN b, PUCHAR c) 2680 2680 { 2681 2681 ULONG yyrc; … … 2693 2693 #endif 2694 2694 #ifdef INCL_RXSHV 2695 inline ULONG APIENTRY_RexxVariablePool(PSHVBLOCK a)2695 inline ULONG _RexxVariablePool(PSHVBLOCK a) 2696 2696 { 2697 2697 ULONG yyrc; … … 2709 2709 #endif 2710 2710 #ifdef INCL_RXFUNC 2711 inline ULONG APIENTRY_RexxDeregisterFunction(PCSZ a)2711 inline ULONG _RexxDeregisterFunction(PCSZ a) 2712 2712 { 2713 2713 ULONG yyrc; … … 2723 2723 #define RexxDeregisterFunction _RexxDeregisterFunction 2724 2724 2725 inline ULONG APIENTRY_RexxQueryFunction(PCSZ a)2725 inline ULONG _RexxQueryFunction(PCSZ a) 2726 2726 { 2727 2727 ULONG yyrc; … … 2737 2737 #define RexxQueryFunction _RexxQueryFunction 2738 2738 2739 inline ULONG APIENTRY_RexxRegisterFunctionDll(PCSZ a, PCSZ b, PCSZ c)2739 inline ULONG _RexxRegisterFunctionDll(PCSZ a, PCSZ b, PCSZ c) 2740 2740 { 2741 2741 ULONG yyrc; … … 2751 2751 #define RexxRegisterFunctionDll _RexxRegisterFunctionDll 2752 2752 2753 inline ULONG APIENTRY_RexxRegisterFunctionExe(PCSZ a, RexxFunctionHandler *b)2753 inline ULONG _RexxRegisterFunctionExe(PCSZ a, RexxFunctionHandler *b) 2754 2754 { 2755 2755 ULONG yyrc; … … 2767 2767 #endif 2768 2768 #ifdef INCL_RXSYSEXIT 2769 inline ULONG APIENTRY_RexxDeregisterExit(PCSZ a, PCSZ b)2769 inline ULONG _RexxDeregisterExit(PCSZ a, PCSZ b) 2770 2770 { 2771 2771 ULONG yyrc; … … 2781 2781 #define RexxDeregisterExit _RexxDeregisterExit 2782 2782 2783 inline ULONG APIENTRY_RexxQueryExit(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d)2783 inline ULONG _RexxQueryExit(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d) 2784 2784 { 2785 2785 ULONG yyrc; … … 2795 2795 #define RexxQueryExit _RexxQueryExit 2796 2796 2797 inline ULONG APIENTRY_RexxRegisterExitDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e)2797 inline ULONG _RexxRegisterExitDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e) 2798 2798 { 2799 2799 ULONG yyrc; … … 2809 2809 #define RexxRegisterExitDll _RexxRegisterExitDll 2810 2810 2811 inline ULONG APIENTRY_RexxRegisterExitExe(PCSZ a, PFN b, PUCHAR c)2811 inline ULONG _RexxRegisterExitExe(PCSZ a, PFN b, PUCHAR c) 2812 2812 { 2813 2813 ULONG yyrc; … … 2825 2825 #endif 2826 2826 #ifdef INCL_RXARI 2827 inline ULONG APIENTRY_RexxResetTrace(PID a, TID b)2827 inline ULONG _RexxResetTrace(PID a, TID b) 2828 2828 { 2829 2829 ULONG yyrc; … … 2839 2839 #define RexxResetTrace _RexxResetTrace 2840 2840 2841 inline ULONG APIENTRY_RexxSetHalt(PID a, TID b)2841 inline ULONG _RexxSetHalt(PID a, TID b) 2842 2842 { 2843 2843 ULONG yyrc; … … 2853 2853 #define RexxSetHalt _RexxSetHalt 2854 2854 2855 inline ULONG APIENTRY_RexxSetTrace(PID a, TID b)2855 inline ULONG _RexxSetTrace(PID a, TID b) 2856 2856 { 2857 2857 ULONG yyrc; … … 2869 2869 #endif 2870 2870 #ifdef INCL_RXMACRO 2871 inline ULONG APIENTRY_RexxAddMacro(PCSZ a, PCSZ b, ULONG c)2871 inline ULONG _RexxAddMacro(PCSZ a, PCSZ b, ULONG c) 2872 2872 { 2873 2873 ULONG yyrc; … … 2883 2883 #define RexxAddMacro _RexxAddMacro 2884 2884 2885 inline ULONG APIENTRY_RexxClearMacroSpace()2885 inline ULONG _RexxClearMacroSpace() 2886 2886 { 2887 2887 ULONG yyrc; … … 2897 2897 #define RexxClearMacroSpace _RexxClearMacroSpace 2898 2898 2899 inline ULONG APIENTRY_RexxDropMacro(PCSZ a)2899 inline ULONG _RexxDropMacro(PCSZ a) 2900 2900 { 2901 2901 ULONG yyrc; … … 2911 2911 #define RexxDropMacro _RexxDropMacro 2912 2912 2913 inline ULONG APIENTRY_RexxLoadMacroSpace(ULONG a, PCSZ *b, PCSZ c)2913 inline ULONG _RexxLoadMacroSpace(ULONG a, PCSZ *b, PCSZ c) 2914 2914 { 2915 2915 ULONG yyrc; … … 2925 2925 #define RexxLoadMacroSpace _RexxLoadMacroSpace 2926 2926 2927 inline ULONG APIENTRY_RexxQueryMacro(PCSZ a, PUSHORT b)2927 inline ULONG _RexxQueryMacro(PCSZ a, PUSHORT b) 2928 2928 { 2929 2929 ULONG yyrc; … … 2939 2939 #define RexxQueryMacro _RexxQueryMacro 2940 2940 2941 inline ULONG APIENTRY_RexxReorderMacro(PCSZ a, ULONG b)2941 inline ULONG _RexxReorderMacro(PCSZ a, ULONG b) 2942 2942 { 2943 2943 ULONG yyrc; … … 2953 2953 #define RexxReorderMacro _RexxReorderMacro 2954 2954 2955 inline ULONG APIENTRY_RexxSaveMacroSpace(ULONG a, PCSZ *b, PCSZ c)2955 inline ULONG _RexxSaveMacroSpace(ULONG a, PCSZ *b, PCSZ c) 2956 2956 { 2957 2957 ULONG yyrc; … … 2967 2967 #define RexxSaveMacroSpace _RexxSaveMacroSpace 2968 2968 2969 inline LONG APIENTRY_RexxStart(LONG a, PRXSTRING b, PCSZ c, PRXSTRING d, PCSZ e, LONG f, PRXSYSEXIT g, PSHORT h, PRXSTRING i)2969 inline LONG _RexxStart(LONG a, PRXSTRING b, PCSZ c, PRXSTRING d, PCSZ e, LONG f, PRXSYSEXIT g, PSHORT h, PRXSTRING i) 2970 2970 { 2971 2971 LONG yyrc; … … 2984 2984 #ifdef INCL_WIN 2985 2985 #ifdef INCL_WINMESSAGEMGR 2986 inline BOOL APIENTRY_WinCancelShutdown(HMQ a, BOOL b)2986 inline BOOL _WinCancelShutdown(HMQ a, BOOL b) 2987 2987 { 2988 2988 BOOL yyrc; … … 2998 2998 #define WinCancelShutdown _WinCancelShutdown 2999 2999 3000 inline HMQ APIENTRY_WinCreateMsgQueue(HAB a, LONG b)3000 inline HMQ _WinCreateMsgQueue(HAB a, LONG b) 3001 3001 { 3002 3002 HMQ yyrc; … … 3012 3012 #define WinCreateMsgQueue _WinCreateMsgQueue 3013 3013 3014 inline BOOL APIENTRY_WinDestroyMsgQueue(HMQ a)3014 inline BOOL _WinDestroyMsgQueue(HMQ a) 3015 3015 { 3016 3016 BOOL yyrc; … … 3026 3026 #define WinDestroyMsgQueue _WinDestroyMsgQueue 3027 3027 3028 inline MRESULT APIENTRY_WinDispatchMsg(HAB a, PQMSG b)3028 inline MRESULT _WinDispatchMsg(HAB a, PQMSG b) 3029 3029 { 3030 3030 MRESULT yyrc; … … 3040 3040 #define WinDispatchMsg _WinDispatchMsg 3041 3041 3042 inline BOOL APIENTRY_WinGetMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e)3042 inline BOOL _WinGetMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e) 3043 3043 { 3044 3044 BOOL yyrc; … … 3054 3054 #define WinGetMsg _WinGetMsg 3055 3055 3056 inline BOOL APIENTRY_WinLockInput(HMQ a, ULONG b)3056 inline BOOL _WinLockInput(HMQ a, ULONG b) 3057 3057 { 3058 3058 BOOL yyrc; … … 3068 3068 #define WinLockInput _WinLockInput 3069 3069 3070 inline BOOL APIENTRY_WinPeekMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e, ULONG f)3070 inline BOOL _WinPeekMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e, ULONG f) 3071 3071 { 3072 3072 BOOL yyrc; … … 3082 3082 #define WinPeekMsg _WinPeekMsg 3083 3083 3084 inline BOOL APIENTRY_WinPostMsg(HWND a, ULONG b, MPARAM c, MPARAM d)3084 inline BOOL _WinPostMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 3085 3085 { 3086 3086 BOOL yyrc; … … 3096 3096 #define WinPostMsg _WinPostMsg 3097 3097 3098 inline HMQ APIENTRY_WinQueueFromID(HAB a, PID b, TID c)3098 inline HMQ _WinQueueFromID(HAB a, PID b, TID c) 3099 3099 { 3100 3100 HMQ yyrc; … … 3110 3110 #define WinQueueFromID _WinQueueFromID 3111 3111 3112 inline BOOL APIENTRY_WinQueryQueueInfo(HMQ a, PMQINFO b, ULONG c)3112 inline BOOL _WinQueryQueueInfo(HMQ a, PMQINFO b, ULONG c) 3113 3113 { 3114 3114 BOOL yyrc; … … 3124 3124 #define WinQueryQueueInfo _WinQueryQueueInfo 3125 3125 3126 inline HMQ APIENTRY_WinQuerySendMsg(HAB a, HMQ b, HMQ c, PQMSG d)3126 inline HMQ _WinQuerySendMsg(HAB a, HMQ b, HMQ c, PQMSG d) 3127 3127 { 3128 3128 HMQ yyrc; … … 3138 3138 #define WinQuerySendMsg _WinQuerySendMsg 3139 3139 3140 inline BOOL APIENTRY_WinRegisterUserDatatype(HAB a, LONG b, LONG c, PLONG d)3140 inline BOOL _WinRegisterUserDatatype(HAB a, LONG b, LONG c, PLONG d) 3141 3141 { 3142 3142 BOOL yyrc; … … 3152 3152 #define WinRegisterUserDatatype _WinRegisterUserDatatype 3153 3153 3154 inline BOOL APIENTRY_WinRegisterUserMsg(HAB a, ULONG b, LONG c, LONG d, LONG e, LONG f, LONG g)3154 inline BOOL _WinRegisterUserMsg(HAB a, ULONG b, LONG c, LONG d, LONG e, LONG f, LONG g) 3155 3155 { 3156 3156 BOOL yyrc; … … 3166 3166 #define WinRegisterUserMsg _WinRegisterUserMsg 3167 3167 3168 inline BOOL APIENTRY_WinReplyMsg(HAB a, HMQ b, HMQ c, MRESULT d)3168 inline BOOL _WinReplyMsg(HAB a, HMQ b, HMQ c, MRESULT d) 3169 3169 { 3170 3170 BOOL yyrc; … … 3180 3180 #define WinReplyMsg _WinReplyMsg 3181 3181 3182 inline MRESULT APIENTRY_WinSendMsg(HWND a, ULONG b, MPARAM c, MPARAM d)3182 inline MRESULT _WinSendMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 3183 3183 { 3184 3184 MRESULT yyrc; … … 3194 3194 #define WinSendMsg _WinSendMsg 3195 3195 3196 inline BOOL APIENTRY_WinSetMsgMode(HAB a, PCSZ b, LONG c)3196 inline BOOL _WinSetMsgMode(HAB a, PCSZ b, LONG c) 3197 3197 { 3198 3198 BOOL yyrc; … … 3208 3208 #define WinSetMsgMode _WinSetMsgMode 3209 3209 3210 inline BOOL APIENTRY_WinSetSynchroMode(HAB a, LONG b)3210 inline BOOL _WinSetSynchroMode(HAB a, LONG b) 3211 3211 { 3212 3212 BOOL yyrc; … … 3222 3222 #define WinSetSynchroMode _WinSetSynchroMode 3223 3223 3224 inline BOOL APIENTRY_WinThreadAssocQueue(HAB a, HMQ b)3224 inline BOOL _WinThreadAssocQueue(HAB a, HMQ b) 3225 3225 { 3226 3226 BOOL yyrc; … … 3236 3236 #define WinThreadAssocQueue _WinThreadAssocQueue 3237 3237 3238 inline BOOL APIENTRY_WinWakeThread(HMQ a)3238 inline BOOL _WinWakeThread(HMQ a) 3239 3239 { 3240 3240 BOOL yyrc; … … 3251 3251 3252 3252 #endif 3253 inline 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)3253 inline HWND _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) 3254 3254 { 3255 3255 HWND yyrc; … … 3265 3265 #define WinCreateWindow _WinCreateWindow 3266 3266 3267 inline BOOL APIENTRY_WinDrawBitmap(HPS a, HBITMAP b, PRECTL c, PPOINTL d, LONG e, LONG f, ULONG g)3267 inline BOOL _WinDrawBitmap(HPS a, HBITMAP b, PRECTL c, PPOINTL d, LONG e, LONG f, ULONG g) 3268 3268 { 3269 3269 BOOL yyrc; … … 3279 3279 #define WinDrawBitmap _WinDrawBitmap 3280 3280 3281 inline BOOL APIENTRY_WinDrawBorder(HPS a, PRECTL b, LONG c, LONG d, LONG e, LONG f, ULONG g)3281 inline BOOL _WinDrawBorder(HPS a, PRECTL b, LONG c, LONG d, LONG e, LONG f, ULONG g) 3282 3282 { 3283 3283 BOOL yyrc; … … 3293 3293 #define WinDrawBorder _WinDrawBorder 3294 3294 3295 inline LONG APIENTRY_WinDrawText(HPS a, LONG b, PCH c, PRECTL d, LONG e, LONG f, ULONG g)3295 inline LONG _WinDrawText(HPS a, LONG b, PCH c, PRECTL d, LONG e, LONG f, ULONG g) 3296 3296 { 3297 3297 LONG yyrc; … … 3307 3307 #define WinDrawText _WinDrawText 3308 3308 3309 inline BOOL APIENTRY_WinEnableWindow(HWND a, BOOL b)3309 inline BOOL _WinEnableWindow(HWND a, BOOL b) 3310 3310 { 3311 3311 BOOL yyrc; … … 3321 3321 #define WinEnableWindow _WinEnableWindow 3322 3322 3323 inline BOOL APIENTRY_WinEnableWindowUpdate(HWND a, BOOL b)3323 inline BOOL _WinEnableWindowUpdate(HWND a, BOOL b) 3324 3324 { 3325 3325 BOOL yyrc; … … 3335 3335 #define WinEnableWindowUpdate _WinEnableWindowUpdate 3336 3336 3337 inline BOOL APIENTRY_WinInvalidateRect(HWND a, PRECTL b, BOOL c)3337 inline BOOL _WinInvalidateRect(HWND a, PRECTL b, BOOL c) 3338 3338 { 3339 3339 BOOL yyrc; … … 3349 3349 #define WinInvalidateRect _WinInvalidateRect 3350 3350 3351 inline BOOL APIENTRY_WinInvalidateRegion(HWND a, HRGN b, BOOL c)3351 inline BOOL _WinInvalidateRegion(HWND a, HRGN b, BOOL c) 3352 3352 { 3353 3353 BOOL yyrc; … … 3363 3363 #define WinInvalidateRegion _WinInvalidateRegion 3364 3364 3365 inline BOOL APIENTRY_WinInvertRect(HPS a, PRECTL b)3365 inline BOOL _WinInvertRect(HPS a, PRECTL b) 3366 3366 { 3367 3367 BOOL yyrc; … … 3377 3377 #define WinInvertRect _WinInvertRect 3378 3378 3379 inline BOOL APIENTRY_WinIsChild(HWND a, HWND b)3379 inline BOOL _WinIsChild(HWND a, HWND b) 3380 3380 { 3381 3381 BOOL yyrc; … … 3391 3391 #define WinIsChild _WinIsChild 3392 3392 3393 inline BOOL APIENTRY_WinIsWindow(HAB a, HWND b)3393 inline BOOL _WinIsWindow(HAB a, HWND b) 3394 3394 { 3395 3395 BOOL yyrc; … … 3405 3405 #define WinIsWindow _WinIsWindow 3406 3406 3407 inline BOOL APIENTRY_WinIsWindowEnabled(HWND a)3407 inline BOOL _WinIsWindowEnabled(HWND a) 3408 3408 { 3409 3409 BOOL yyrc; … … 3419 3419 #define WinIsWindowEnabled _WinIsWindowEnabled 3420 3420 3421 inline BOOL APIENTRY_WinIsWindowVisible(HWND a)3421 inline BOOL _WinIsWindowVisible(HWND a) 3422 3422 { 3423 3423 BOOL yyrc; … … 3433 3433 #define WinIsWindowVisible _WinIsWindowVisible 3434 3434 3435 inline LONG APIENTRY_WinLoadMessage(HAB a, HMODULE b, ULONG c, LONG d, PSZ e)3435 inline LONG _WinLoadMessage(HAB a, HMODULE b, ULONG c, LONG d, PSZ e) 3436 3436 { 3437 3437 LONG yyrc; … … 3447 3447 #define WinLoadMessage _WinLoadMessage 3448 3448 3449 inline LONG APIENTRY_WinLoadString(HAB a, HMODULE b, ULONG c, LONG d, PSZ e)3449 inline LONG _WinLoadString(HAB a, HMODULE b, ULONG c, LONG d, PSZ e) 3450 3450 { 3451 3451 LONG yyrc; … … 3461 3461 #define WinLoadString _WinLoadString 3462 3462 3463 inline LONG APIENTRY_WinMultWindowFromIDs(HWND a, PHWND b, ULONG c, ULONG d)3463 inline LONG _WinMultWindowFromIDs(HWND a, PHWND b, ULONG c, ULONG d) 3464 3464 { 3465 3465 LONG yyrc; … … 3475 3475 #define WinMultWindowFromIDs _WinMultWindowFromIDs 3476 3476 3477 inline HWND APIENTRY_WinQueryDesktopWindow(HAB a, HDC b)3477 inline HWND _WinQueryDesktopWindow(HAB a, HDC b) 3478 3478 { 3479 3479 HWND yyrc; … … 3489 3489 #define WinQueryDesktopWindow _WinQueryDesktopWindow 3490 3490 3491 inline HWND APIENTRY_WinQueryObjectWindow(HWND a)3491 inline HWND _WinQueryObjectWindow(HWND a) 3492 3492 { 3493 3493 HWND yyrc; … … 3503 3503 #define WinQueryObjectWindow _WinQueryObjectWindow 3504 3504 3505 inline HPOINTER APIENTRY_WinQueryPointer(HWND a)3505 inline HPOINTER _WinQueryPointer(HWND a) 3506 3506 { 3507 3507 HPOINTER yyrc; … … 3517 3517 #define WinQueryPointer _WinQueryPointer 3518 3518 3519 inline HWND APIENTRY_WinQueryWindow(HWND a, LONG b)3519 inline HWND _WinQueryWindow(HWND a, LONG b) 3520 3520 { 3521 3521 HWND yyrc; … … 3531 3531 #define WinQueryWindow _WinQueryWindow 3532 3532 3533 inline BOOL APIENTRY_WinQueryWindowPos(HWND a, PSWP b)3533 inline BOOL _WinQueryWindowPos(HWND a, PSWP b) 3534 3534 { 3535 3535 BOOL yyrc; … … 3545 3545 #define WinQueryWindowPos _WinQueryWindowPos 3546 3546 3547 inline BOOL APIENTRY_WinQueryWindowProcess(HWND a, PPID b, PTID c)3547 inline BOOL _WinQueryWindowProcess(HWND a, PPID b, PTID c) 3548 3548 { 3549 3549 BOOL yyrc; … … 3559 3559 #define WinQueryWindowProcess _WinQueryWindowProcess 3560 3560 3561 inline LONG APIENTRY_WinQueryWindowText(HWND a, LONG b, PCH c)3561 inline LONG _WinQueryWindowText(HWND a, LONG b, PCH c) 3562 3562 { 3563 3563 LONG yyrc; … … 3573 3573 #define WinQueryWindowText _WinQueryWindowText 3574 3574 3575 inline LONG APIENTRY_WinQueryWindowTextLength(HWND a)3575 inline LONG _WinQueryWindowTextLength(HWND a) 3576 3576 { 3577 3577 LONG yyrc; … … 3587 3587 #define WinQueryWindowTextLength _WinQueryWindowTextLength 3588 3588 3589 inline BOOL APIENTRY_WinSetMultWindowPos(HAB a, PSWP b, ULONG c)3589 inline BOOL _WinSetMultWindowPos(HAB a, PSWP b, ULONG c) 3590 3590 { 3591 3591 BOOL yyrc; … … 3601 3601 #define WinSetMultWindowPos _WinSetMultWindowPos 3602 3602 3603 inline BOOL APIENTRY_WinSetOwner(HWND a, HWND b)3603 inline BOOL _WinSetOwner(HWND a, HWND b) 3604 3604 { 3605 3605 BOOL yyrc; … … 3615 3615 #define WinSetOwner _WinSetOwner 3616 3616 3617 inline BOOL APIENTRY_WinSetParent(HWND a, HWND b, BOOL c)3617 inline BOOL _WinSetParent(HWND a, HWND b, BOOL c) 3618 3618 { 3619 3619 BOOL yyrc; … … 3629 3629 #define WinSetParent _WinSetParent 3630 3630 3631 inline BOOL APIENTRY_WinSetWindowPos(HWND a, HWND b, LONG c, LONG d, LONG e, LONG f, ULONG g)3631 inline BOOL _WinSetWindowPos(HWND a, HWND b, LONG c, LONG d, LONG e, LONG f, ULONG g) 3632 3632 { 3633 3633 BOOL yyrc; … … 3643 3643 #define WinSetWindowPos _WinSetWindowPos 3644 3644 3645 inline BOOL APIENTRY_WinSetWindowText(HWND a, PCSZ b)3645 inline BOOL _WinSetWindowText(HWND a, PCSZ b) 3646 3646 { 3647 3647 BOOL yyrc; … … 3657 3657 #define WinSetWindowText _WinSetWindowText 3658 3658 3659 inline BOOL APIENTRY_WinUpdateWindow(HWND a)3659 inline BOOL _WinUpdateWindow(HWND a) 3660 3660 { 3661 3661 BOOL yyrc; … … 3671 3671 #define WinUpdateWindow _WinUpdateWindow 3672 3672 3673 inline HWND APIENTRY_WinWindowFromID(HWND a, ULONG b)3673 inline HWND _WinWindowFromID(HWND a, ULONG b) 3674 3674 { 3675 3675 HWND yyrc; … … 3686 3686 3687 3687 #ifdef INCL_WINFRAMEMGR 3688 inline HWND APIENTRY_WinCreateStdWindow(HWND a, ULONG b, PULONG c, PCSZ d, PCSZ e, ULONG f, HMODULE g, ULONG h, PHWND i)3688 inline HWND _WinCreateStdWindow(HWND a, ULONG b, PULONG c, PCSZ d, PCSZ e, ULONG f, HMODULE g, ULONG h, PHWND i) 3689 3689 { 3690 3690 HWND yyrc; … … 3700 3700 #define WinCreateStdWindow _WinCreateStdWindow 3701 3701 3702 inline BOOL APIENTRY_WinCalcFrameRect(HWND a, PRECTL b, BOOL c)3702 inline BOOL _WinCalcFrameRect(HWND a, PRECTL b, BOOL c) 3703 3703 { 3704 3704 BOOL yyrc; … … 3714 3714 #define WinCalcFrameRect _WinCalcFrameRect 3715 3715 3716 inline BOOL APIENTRY_WinCreateFrameControls(HWND a, PFRAMECDATA b, PCSZ c)3716 inline BOOL _WinCreateFrameControls(HWND a, PFRAMECDATA b, PCSZ c) 3717 3717 { 3718 3718 BOOL yyrc; … … 3728 3728 #define WinCreateFrameControls _WinCreateFrameControls 3729 3729 3730 inline BOOL APIENTRY_WinFlashWindow(HWND a, BOOL b)3730 inline BOOL _WinFlashWindow(HWND a, BOOL b) 3731 3731 { 3732 3732 BOOL yyrc; … … 3742 3742 #define WinFlashWindow _WinFlashWindow 3743 3743 3744 inline BOOL APIENTRY_WinGetMaxPosition(HWND a, PSWP b)3744 inline BOOL _WinGetMaxPosition(HWND a, PSWP b) 3745 3745 { 3746 3746 BOOL yyrc; … … 3756 3756 #define WinGetMaxPosition _WinGetMaxPosition 3757 3757 3758 inline BOOL APIENTRY_WinGetMinPosition(HWND a, PSWP b, PPOINTL c)3758 inline BOOL _WinGetMinPosition(HWND a, PSWP b, PPOINTL c) 3759 3759 { 3760 3760 BOOL yyrc; … … 3770 3770 #define WinGetMinPosition _WinGetMinPosition 3771 3771 3772 inline BOOL APIENTRY_WinSaveWindowPos(HSAVEWP a, PSWP b, ULONG c)3772 inline BOOL _WinSaveWindowPos(HSAVEWP a, PSWP b, ULONG c) 3773 3773 { 3774 3774 BOOL yyrc; … … 3786 3786 #endif 3787 3787 #ifdef INCL_WINWINDOWMGR 3788 inline HPS APIENTRY_WinBeginPaint(HWND a, HPS b, PRECTL c)3788 inline HPS _WinBeginPaint(HWND a, HPS b, PRECTL c) 3789 3789 { 3790 3790 HPS yyrc; … … 3800 3800 #define WinBeginPaint _WinBeginPaint 3801 3801 3802 inline MRESULT APIENTRY_WinDefWindowProc(HWND a, ULONG b, MPARAM c, MPARAM d)3802 inline MRESULT _WinDefWindowProc(HWND a, ULONG b, MPARAM c, MPARAM d) 3803 3803 { 3804 3804 MRESULT yyrc; … … 3814 3814 #define WinDefWindowProc _WinDefWindowProc 3815 3815 3816 inline BOOL APIENTRY_WinDestroyWindow(HWND a)3816 inline BOOL _WinDestroyWindow(HWND a) 3817 3817 { 3818 3818 BOOL yyrc; … … 3828 3828 #define WinDestroyWindow _WinDestroyWindow 3829 3829 3830 inline BOOL APIENTRY_WinEndPaint(HPS a)3830 inline BOOL _WinEndPaint(HPS a) 3831 3831 { 3832 3832 BOOL yyrc; … … 3842 3842 #define WinEndPaint _WinEndPaint 3843 3843 3844 inline BOOL APIENTRY_WinFillRect(HPS a, PRECTL b, LONG c)3844 inline BOOL _WinFillRect(HPS a, PRECTL b, LONG c) 3845 3845 { 3846 3846 BOOL yyrc; … … 3856 3856 #define WinFillRect _WinFillRect 3857 3857 3858 inline HPS APIENTRY_WinGetClipPS(HWND a, HWND b, ULONG c)3858 inline HPS _WinGetClipPS(HWND a, HWND b, ULONG c) 3859 3859 { 3860 3860 HPS yyrc; … … 3870 3870 #define WinGetClipPS _WinGetClipPS 3871 3871 3872 inline HPS APIENTRY_WinGetPS(HWND a)3872 inline HPS _WinGetPS(HWND a) 3873 3873 { 3874 3874 HPS yyrc; … … 3884 3884 #define WinGetPS _WinGetPS 3885 3885 3886 inline HAB APIENTRY_WinInitialize(ULONG a)3886 inline HAB _WinInitialize(ULONG a) 3887 3887 { 3888 3888 HAB yyrc; … … 3898 3898 #define WinInitialize _WinInitialize 3899 3899 3900 inline BOOL APIENTRY_WinIsWindowShowing(HWND a)3900 inline BOOL _WinIsWindowShowing(HWND a) 3901 3901 { 3902 3902 BOOL yyrc; … … 3912 3912 #define WinIsWindowShowing _WinIsWindowShowing 3913 3913 3914 inline HDC APIENTRY_WinOpenWindowDC(HWND a)3914 inline HDC _WinOpenWindowDC(HWND a) 3915 3915 { 3916 3916 HDC yyrc; … … 3926 3926 #define WinOpenWindowDC _WinOpenWindowDC 3927 3927 3928 inline HAB APIENTRY_WinQueryAnchorBlock(HWND a)3928 inline HAB _WinQueryAnchorBlock(HWND a) 3929 3929 { 3930 3930 HAB yyrc; … … 3940 3940 #define WinQueryAnchorBlock _WinQueryAnchorBlock 3941 3941 3942 inline ULONG APIENTRY_WinQueryVersion(HAB a)3942 inline ULONG _WinQueryVersion(HAB a) 3943 3943 { 3944 3944 ULONG yyrc; … … 3954 3954 #define WinQueryVersion _WinQueryVersion 3955 3955 3956 inline BOOL APIENTRY_WinQueryWindowRect(HWND a, PRECTL b)3956 inline BOOL _WinQueryWindowRect(HWND a, PRECTL b) 3957 3957 { 3958 3958 BOOL yyrc; … … 3968 3968 #define WinQueryWindowRect _WinQueryWindowRect 3969 3969 3970 inline BOOL APIENTRY_WinRegisterClass(HAB a, PCSZ b, PFNWP c, ULONG d, ULONG e)3970 inline BOOL _WinRegisterClass(HAB a, PCSZ b, PFNWP c, ULONG d, ULONG e) 3971 3971 { 3972 3972 BOOL yyrc; … … 3982 3982 #define WinRegisterClass _WinRegisterClass 3983 3983 3984 inline BOOL APIENTRY_WinReleasePS(HPS a)3984 inline BOOL _WinReleasePS(HPS a) 3985 3985 { 3986 3986 BOOL yyrc; … … 3996 3996 #define WinReleasePS _WinReleasePS 3997 3997 3998 inline LONG APIENTRY_WinScrollWindow(HWND a, LONG b, LONG c, PRECTL d, PRECTL e, HRGN f, PRECTL g, ULONG h)3998 inline LONG _WinScrollWindow(HWND a, LONG b, LONG c, PRECTL d, PRECTL e, HRGN f, PRECTL g, ULONG h) 3999 3999 { 4000 4000 LONG yyrc; … … 4010 4010 #define WinScrollWindow _WinScrollWindow 4011 4011 4012 inline BOOL APIENTRY_WinSetActiveWindow(HWND a, HWND b)4012 inline BOOL _WinSetActiveWindow(HWND a, HWND b) 4013 4013 { 4014 4014 BOOL yyrc; … … 4024 4024 #define WinSetActiveWindow _WinSetActiveWindow 4025 4025 4026 inline BOOL APIENTRY_WinShowWindow(HWND a, BOOL b)4026 inline BOOL _WinShowWindow(HWND a, BOOL b) 4027 4027 { 4028 4028 BOOL yyrc; … … 4038 4038 #define WinShowWindow _WinShowWindow 4039 4039 4040 inline BOOL APIENTRY_WinTerminate(HAB a)4040 inline BOOL _WinTerminate(HAB a) 4041 4041 { 4042 4042 BOOL yyrc; … … 4054 4054 #endif 4055 4055 #ifdef INCL_WINWINDOWMGR 4056 inline HENUM APIENTRY_WinBeginEnumWindows(HWND a)4056 inline HENUM _WinBeginEnumWindows(HWND a) 4057 4057 { 4058 4058 HENUM yyrc; … … 4068 4068 #define WinBeginEnumWindows _WinBeginEnumWindows 4069 4069 4070 inline BOOL APIENTRY_WinEndEnumWindows(HENUM a)4070 inline BOOL _WinEndEnumWindows(HENUM a) 4071 4071 { 4072 4072 BOOL yyrc; … … 4082 4082 #define WinEndEnumWindows _WinEndEnumWindows 4083 4083 4084 inline LONG APIENTRY_WinExcludeUpdateRegion(HPS a, HWND b)4084 inline LONG _WinExcludeUpdateRegion(HPS a, HWND b) 4085 4085 { 4086 4086 LONG yyrc; … … 4096 4096 #define WinExcludeUpdateRegion _WinExcludeUpdateRegion 4097 4097 4098 inline HWND APIENTRY_WinGetNextWindow(HENUM a)4098 inline HWND _WinGetNextWindow(HENUM a) 4099 4099 { 4100 4100 HWND yyrc; … … 4110 4110 #define WinGetNextWindow _WinGetNextWindow 4111 4111 4112 inline HPS APIENTRY_WinGetScreenPS(HWND a)4112 inline HPS _WinGetScreenPS(HWND a) 4113 4113 { 4114 4114 HPS yyrc; … … 4124 4124 #define WinGetScreenPS _WinGetScreenPS 4125 4125 4126 inline BOOL APIENTRY_WinIsThreadActive(HAB a)4126 inline BOOL _WinIsThreadActive(HAB a) 4127 4127 { 4128 4128 BOOL yyrc; … … 4138 4138 #define WinIsThreadActive _WinIsThreadActive 4139 4139 4140 inline BOOL APIENTRY_WinLockVisRegions(HWND a, BOOL b)4140 inline BOOL _WinLockVisRegions(HWND a, BOOL b) 4141 4141 { 4142 4142 BOOL yyrc; … … 4152 4152 #define WinLockVisRegions _WinLockVisRegions 4153 4153 4154 inline BOOL APIENTRY_WinLockWindowUpdate(HWND a, HWND b)4154 inline BOOL _WinLockWindowUpdate(HWND a, HWND b) 4155 4155 { 4156 4156 BOOL yyrc; … … 4166 4166 #define WinLockWindowUpdate _WinLockWindowUpdate 4167 4167 4168 inline BOOL APIENTRY_WinMapWindowPoints(HWND a, HWND b, PPOINTL c, LONG d)4168 inline BOOL _WinMapWindowPoints(HWND a, HWND b, PPOINTL c, LONG d) 4169 4169 { 4170 4170 BOOL yyrc; … … 4180 4180 #define WinMapWindowPoints _WinMapWindowPoints 4181 4181 4182 inline HWND APIENTRY_WinQueryActiveWindow(HWND a)4182 inline HWND _WinQueryActiveWindow(HWND a) 4183 4183 { 4184 4184 HWND yyrc; … … 4194 4194 #define WinQueryActiveWindow _WinQueryActiveWindow 4195 4195 4196 inline BOOL APIENTRY_WinQueryClassInfo(HAB a, PCSZ b, PCLASSINFO c)4196 inline BOOL _WinQueryClassInfo(HAB a, PCSZ b, PCLASSINFO c) 4197 4197 { 4198 4198 BOOL yyrc; … … 4208 4208 #define WinQueryClassInfo _WinQueryClassInfo 4209 4209 4210 inline LONG APIENTRY_WinQueryClassName(HWND a, LONG b, PCH c)4210 inline LONG _WinQueryClassName(HWND a, LONG b, PCH c) 4211 4211 { 4212 4212 LONG yyrc; … … 4222 4222 #define WinQueryClassName _WinQueryClassName 4223 4223 4224 inline BOOL APIENTRY_WinQueryUpdateRect(HWND a, PRECTL b)4224 inline BOOL _WinQueryUpdateRect(HWND a, PRECTL b) 4225 4225 { 4226 4226 BOOL yyrc; … … 4236 4236 #define WinQueryUpdateRect _WinQueryUpdateRect 4237 4237 4238 inline LONG APIENTRY_WinQueryUpdateRegion(HWND a, HRGN b)4238 inline LONG _WinQueryUpdateRegion(HWND a, HRGN b) 4239 4239 { 4240 4240 LONG yyrc; … … 4250 4250 #define WinQueryUpdateRegion _WinQueryUpdateRegion 4251 4251 4252 inline HWND APIENTRY_WinQuerySysModalWindow(HWND a)4252 inline HWND _WinQuerySysModalWindow(HWND a) 4253 4253 { 4254 4254 HWND yyrc; … … 4264 4264 #define WinQuerySysModalWindow _WinQuerySysModalWindow 4265 4265 4266 inline HDC APIENTRY_WinQueryWindowDC(HWND a)4266 inline HDC _WinQueryWindowDC(HWND a) 4267 4267 { 4268 4268 HDC yyrc; … … 4278 4278 #define WinQueryWindowDC _WinQueryWindowDC 4279 4279 4280 inline PVOID APIENTRY_WinQueryWindowPtr(HWND a, LONG b)4280 inline PVOID _WinQueryWindowPtr(HWND a, LONG b) 4281 4281 { 4282 4282 PVOID yyrc; … … 4292 4292 #define WinQueryWindowPtr _WinQueryWindowPtr 4293 4293 4294 inline ULONG APIENTRY_WinQueryWindowULong(HWND a, LONG b)4294 inline ULONG _WinQueryWindowULong(HWND a, LONG b) 4295 4295 { 4296 4296 ULONG yyrc; … … 4306 4306 #define WinQueryWindowULong _WinQueryWindowULong 4307 4307 4308 inline USHORT APIENTRY_WinQueryWindowUShort(HWND a, LONG b)4308 inline USHORT _WinQueryWindowUShort(HWND a, LONG b) 4309 4309 { 4310 4310 USHORT yyrc; … … 4320 4320 #define WinQueryWindowUShort _WinQueryWindowUShort 4321 4321 4322 inline BOOL APIENTRY_WinSetSysModalWindow(HWND a, HWND b)4322 inline BOOL _WinSetSysModalWindow(HWND a, HWND b) 4323 4323 { 4324 4324 BOOL yyrc; … … 4334 4334 #define WinSetSysModalWindow _WinSetSysModalWindow 4335 4335 4336 inline BOOL APIENTRY_WinSetWindowBits(HWND a, LONG b, ULONG c, ULONG d)4336 inline BOOL _WinSetWindowBits(HWND a, LONG b, ULONG c, ULONG d) 4337 4337 { 4338 4338 BOOL yyrc; … … 4348 4348 #define WinSetWindowBits _WinSetWindowBits 4349 4349 4350 inline BOOL APIENTRY_WinSetWindowPtr(HWND a, LONG b, PVOID c)4350 inline BOOL _WinSetWindowPtr(HWND a, LONG b, PVOID c) 4351 4351 { 4352 4352 BOOL yyrc; … … 4362 4362 #define WinSetWindowPtr _WinSetWindowPtr 4363 4363 4364 inline BOOL APIENTRY_WinSetWindowULong(HWND a, LONG b, ULONG c)4364 inline BOOL _WinSetWindowULong(HWND a, LONG b, ULONG c) 4365 4365 { 4366 4366 BOOL yyrc; … … 4376 4376 #define WinSetWindowULong _WinSetWindowULong 4377 4377 4378 inline BOOL APIENTRY_WinSetWindowUShort(HWND a, LONG b, USHORT c)4378 inline BOOL _WinSetWindowUShort(HWND a, LONG b, USHORT c) 4379 4379 { 4380 4380 BOOL yyrc; … … 4390 4390 #define WinSetWindowUShort _WinSetWindowUShort 4391 4391 4392 inline PFNWP APIENTRY_WinSubclassWindow(HWND a, PFNWP b)4392 inline PFNWP _WinSubclassWindow(HWND a, PFNWP b) 4393 4393 { 4394 4394 PFNWP yyrc; … … 4404 4404 #define WinSubclassWindow _WinSubclassWindow 4405 4405 4406 inline BOOL APIENTRY_WinValidateRect(HWND a, PRECTL b, BOOL c)4406 inline BOOL _WinValidateRect(HWND a, PRECTL b, BOOL c) 4407 4407 { 4408 4408 BOOL yyrc; … … 4418 4418 #define WinValidateRect _WinValidateRect 4419 4419 4420 inline BOOL APIENTRY_WinValidateRegion(HWND a, HRGN b, BOOL c)4420 inline BOOL _WinValidateRegion(HWND a, HRGN b, BOOL c) 4421 4421 { 4422 4422 BOOL yyrc; … … 4432 4432 #define WinValidateRegion _WinValidateRegion 4433 4433 4434 inline HWND APIENTRY_WinWindowFromDC(HDC a)4434 inline HWND _WinWindowFromDC(HDC a) 4435 4435 { 4436 4436 HWND yyrc; … … 4446 4446 #define WinWindowFromDC _WinWindowFromDC 4447 4447 4448 inline HWND APIENTRY_WinWindowFromPoint(HWND a, PPOINTL b, BOOL c)4448 inline HWND _WinWindowFromPoint(HWND a, PPOINTL b, BOOL c) 4449 4449 { 4450 4450 HWND yyrc; … … 4462 4462 #endif 4463 4463 #ifdef INCL_WINACCELERATORS 4464 inline ULONG APIENTRY_WinCopyAccelTable(HACCEL a, PACCELTABLE b, ULONG c)4464 inline ULONG _WinCopyAccelTable(HACCEL a, PACCELTABLE b, ULONG c) 4465 4465 { 4466 4466 ULONG yyrc; … … 4476 4476 #define WinCopyAccelTable _WinCopyAccelTable 4477 4477 4478 inline HACCEL APIENTRY_WinCreateAccelTable(HAB a, PACCELTABLE b)4478 inline HACCEL _WinCreateAccelTable(HAB a, PACCELTABLE b) 4479 4479 { 4480 4480 HACCEL yyrc; … … 4490 4490 #define WinCreateAccelTable _WinCreateAccelTable 4491 4491 4492 inline BOOL APIENTRY_WinDestroyAccelTable(HACCEL a)4492 inline BOOL _WinDestroyAccelTable(HACCEL a) 4493 4493 { 4494 4494 BOOL yyrc; … … 4504 4504 #define WinDestroyAccelTable _WinDestroyAccelTable 4505 4505 4506 inline HACCEL APIENTRY_WinLoadAccelTable(HAB a, HMODULE b, ULONG c)4506 inline HACCEL _WinLoadAccelTable(HAB a, HMODULE b, ULONG c) 4507 4507 { 4508 4508 HACCEL yyrc; … … 4518 4518 #define WinLoadAccelTable _WinLoadAccelTable 4519 4519 4520 inline HACCEL APIENTRY_WinQueryAccelTable(HAB a, HWND b)4520 inline HACCEL _WinQueryAccelTable(HAB a, HWND b) 4521 4521 { 4522 4522 HACCEL yyrc; … … 4532 4532 #define WinQueryAccelTable _WinQueryAccelTable 4533 4533 4534 inline BOOL APIENTRY_WinSetAccelTable(HAB a, HACCEL b, HWND c)4534 inline BOOL _WinSetAccelTable(HAB a, HACCEL b, HWND c) 4535 4535 { 4536 4536 BOOL yyrc; … … 4546 4546 #define WinSetAccelTable _WinSetAccelTable 4547 4547 4548 inline BOOL APIENTRY_WinTranslateAccel(HAB a, HWND b, HACCEL c, PQMSG d)4548 inline BOOL _WinTranslateAccel(HAB a, HWND b, HACCEL c, PQMSG d) 4549 4549 { 4550 4550 BOOL yyrc; … … 4562 4562 #endif 4563 4563 #ifdef INCL_WINATOM 4564 inline ATOM APIENTRY_WinAddAtom(HATOMTBL a, PCSZ b)4564 inline ATOM _WinAddAtom(HATOMTBL a, PCSZ b) 4565 4565 { 4566 4566 ATOM yyrc; … … 4576 4576 #define WinAddAtom _WinAddAtom 4577 4577 4578 inline HATOMTBL APIENTRY_WinCreateAtomTable(ULONG a, ULONG b)4578 inline HATOMTBL _WinCreateAtomTable(ULONG a, ULONG b) 4579 4579 { 4580 4580 HATOMTBL yyrc; … … 4590 4590 #define WinCreateAtomTable _WinCreateAtomTable 4591 4591 4592 inline ATOM APIENTRY_WinDeleteAtom(HATOMTBL a, ATOM b)4592 inline ATOM _WinDeleteAtom(HATOMTBL a, ATOM b) 4593 4593 { 4594 4594 ATOM yyrc; … … 4604 4604 #define WinDeleteAtom _WinDeleteAtom 4605 4605 4606 inline HATOMTBL APIENTRY_WinDestroyAtomTable(HATOMTBL a)4606 inline HATOMTBL _WinDestroyAtomTable(HATOMTBL a) 4607 4607 { 4608 4608 HATOMTBL yyrc; … … 4618 4618 #define WinDestroyAtomTable _WinDestroyAtomTable 4619 4619 4620 inline ATOM APIENTRY_WinFindAtom(HATOMTBL a, PCSZ b)4620 inline ATOM _WinFindAtom(HATOMTBL a, PCSZ b) 4621 4621 { 4622 4622 ATOM yyrc; … … 4632 4632 #define WinFindAtom _WinFindAtom 4633 4633 4634 inline ULONG APIENTRY_WinQueryAtomLength(HATOMTBL a, ATOM b)4634 inline ULONG _WinQueryAtomLength(HATOMTBL a, ATOM b) 4635 4635 { 4636 4636 ULONG yyrc; … … 4646 4646 #define WinQueryAtomLength _WinQueryAtomLength 4647 4647 4648 inline ULONG APIENTRY_WinQueryAtomName(HATOMTBL a, ATOM b, PSZ c, ULONG d)4648 inline ULONG _WinQueryAtomName(HATOMTBL a, ATOM b, PSZ c, ULONG d) 4649 4649 { 4650 4650 ULONG yyrc; … … 4660 4660 #define WinQueryAtomName _WinQueryAtomName 4661 4661 4662 inline ULONG APIENTRY_WinQueryAtomUsage(HATOMTBL a, ATOM b)4662 inline ULONG _WinQueryAtomUsage(HATOMTBL a, ATOM b) 4663 4663 { 4664 4664 ULONG yyrc; … … 4674 4674 #define WinQueryAtomUsage _WinQueryAtomUsage 4675 4675 4676 inline HATOMTBL APIENTRY_WinQuerySystemAtomTable()4676 inline HATOMTBL _WinQuerySystemAtomTable() 4677 4677 { 4678 4678 HATOMTBL yyrc; … … 4690 4690 #endif 4691 4691 #ifdef INCL_WINCLIPBOARD 4692 inline BOOL APIENTRY_WinCloseClipbrd(HAB a)4692 inline BOOL _WinCloseClipbrd(HAB a) 4693 4693 { 4694 4694 BOOL yyrc; … … 4704 4704 #define WinCloseClipbrd _WinCloseClipbrd 4705 4705 4706 inline BOOL APIENTRY_WinEmptyClipbrd(HAB a)4706 inline BOOL _WinEmptyClipbrd(HAB a) 4707 4707 { 4708 4708 BOOL yyrc; … … 4718 4718 #define WinEmptyClipbrd _WinEmptyClipbrd 4719 4719 4720 inline ULONG APIENTRY_WinEnumClipbrdFmts(HAB a, ULONG b)4720 inline ULONG _WinEnumClipbrdFmts(HAB a, ULONG b) 4721 4721 { 4722 4722 ULONG yyrc; … … 4732 4732 #define WinEnumClipbrdFmts _WinEnumClipbrdFmts 4733 4733 4734 inline BOOL APIENTRY_WinOpenClipbrd(HAB a)4734 inline BOOL _WinOpenClipbrd(HAB a) 4735 4735 { 4736 4736 BOOL yyrc; … … 4746 4746 #define WinOpenClipbrd _WinOpenClipbrd 4747 4747 4748 inline ULONG APIENTRY_WinQueryClipbrdData(HAB a, ULONG b)4748 inline ULONG _WinQueryClipbrdData(HAB a, ULONG b) 4749 4749 { 4750 4750 ULONG yyrc; … … 4760 4760 #define WinQueryClipbrdData _WinQueryClipbrdData 4761 4761 4762 inline BOOL APIENTRY_WinQueryClipbrdFmtInfo(HAB a, ULONG b, PULONG c)4762 inline BOOL _WinQueryClipbrdFmtInfo(HAB a, ULONG b, PULONG c) 4763 4763 { 4764 4764 BOOL yyrc; … … 4774 4774 #define WinQueryClipbrdFmtInfo _WinQueryClipbrdFmtInfo 4775 4775 4776 inline HWND APIENTRY_WinQueryClipbrdOwner(HAB a)4776 inline HWND _WinQueryClipbrdOwner(HAB a) 4777 4777 { 4778 4778 HWND yyrc; … … 4788 4788 #define WinQueryClipbrdOwner _WinQueryClipbrdOwner 4789 4789 4790 inline HWND APIENTRY_WinQueryClipbrdViewer(HAB a)4790 inline HWND _WinQueryClipbrdViewer(HAB a) 4791 4791 { 4792 4792 HWND yyrc; … … 4802 4802 #define WinQueryClipbrdViewer _WinQueryClipbrdViewer 4803 4803 4804 inline BOOL APIENTRY_WinSetClipbrdData(HAB a, ULONG b, ULONG c, ULONG d)4804 inline BOOL _WinSetClipbrdData(HAB a, ULONG b, ULONG c, ULONG d) 4805 4805 { 4806 4806 BOOL yyrc; … … 4816 4816 #define WinSetClipbrdData _WinSetClipbrdData 4817 4817 4818 inline BOOL APIENTRY_WinSetClipbrdOwner(HAB a, HWND b)4818 inline BOOL _WinSetClipbrdOwner(HAB a, HWND b) 4819 4819 { 4820 4820 BOOL yyrc; … … 4830 4830 #define WinSetClipbrdOwner _WinSetClipbrdOwner 4831 4831 4832 inline BOOL APIENTRY_WinSetClipbrdViewer(HAB a, HWND b)4832 inline BOOL _WinSetClipbrdViewer(HAB a, HWND b) 4833 4833 { 4834 4834 BOOL yyrc; … … 4846 4846 #endif 4847 4847 #ifdef INCL_WINDDE 4848 inline BOOL APIENTRY_WinDdeInitiate(HWND a, PCSZ b, PCSZ c, PCONVCONTEXT d)4848 inline BOOL _WinDdeInitiate(HWND a, PCSZ b, PCSZ c, PCONVCONTEXT d) 4849 4849 { 4850 4850 BOOL yyrc; … … 4860 4860 #define WinDdeInitiate _WinDdeInitiate 4861 4861 4862 inline BOOL APIENTRY_WinDdePostMsg(HWND a, HWND b, ULONG c, PDDESTRUCT d, ULONG e)4862 inline BOOL _WinDdePostMsg(HWND a, HWND b, ULONG c, PDDESTRUCT d, ULONG e) 4863 4863 { 4864 4864 BOOL yyrc; … … 4874 4874 #define WinDdePostMsg _WinDdePostMsg 4875 4875 4876 inline MRESULT APIENTRY_WinDdeRespond(HWND a, HWND b, PCSZ c, PCSZ d, PCONVCONTEXT e)4876 inline MRESULT _WinDdeRespond(HWND a, HWND b, PCSZ c, PCSZ d, PCONVCONTEXT e) 4877 4877 { 4878 4878 MRESULT yyrc; … … 4890 4890 #endif 4891 4891 #ifdef INCL_WINCOUNTRY 4892 inline ULONG APIENTRY_WinCompareStrings(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e, ULONG f)4892 inline ULONG _WinCompareStrings(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e, ULONG f) 4893 4893 { 4894 4894 ULONG yyrc; … … 4904 4904 #define WinCompareStrings _WinCompareStrings 4905 4905 4906 inline UCHAR APIENTRY_WinCpTranslateChar(HAB a, ULONG b, UCHAR c, ULONG d)4906 inline UCHAR _WinCpTranslateChar(HAB a, ULONG b, UCHAR c, ULONG d) 4907 4907 { 4908 4908 UCHAR yyrc; … … 4918 4918 #define WinCpTranslateChar _WinCpTranslateChar 4919 4919 4920 inline BOOL APIENTRY_WinCpTranslateString(HAB a, ULONG b, PCSZ c, ULONG d, ULONG e, PSZ f)4920 inline BOOL _WinCpTranslateString(HAB a, ULONG b, PCSZ c, ULONG d, ULONG e, PSZ f) 4921 4921 { 4922 4922 BOOL yyrc; … … 4932 4932 #define WinCpTranslateString _WinCpTranslateString 4933 4933 4934 inline PCSZ APIENTRY_WinNextChar(HAB a, ULONG b, ULONG c, PCSZ d)4934 inline PCSZ _WinNextChar(HAB a, ULONG b, ULONG c, PCSZ d) 4935 4935 { 4936 4936 PCSZ yyrc; … … 4946 4946 #define WinNextChar _WinNextChar 4947 4947 4948 inline PCSZ APIENTRY_WinPrevChar(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e)4948 inline PCSZ _WinPrevChar(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e) 4949 4949 { 4950 4950 PCSZ yyrc; … … 4960 4960 #define WinPrevChar _WinPrevChar 4961 4961 4962 inline ULONG APIENTRY_WinQueryCp(HMQ a)4962 inline ULONG _WinQueryCp(HMQ a) 4963 4963 { 4964 4964 ULONG yyrc; … … 4974 4974 #define WinQueryCp _WinQueryCp 4975 4975 4976 inline ULONG APIENTRY_WinQueryCpList(HAB a, ULONG b, PULONG c)4976 inline ULONG _WinQueryCpList(HAB a, ULONG b, PULONG c) 4977 4977 { 4978 4978 ULONG yyrc; … … 4988 4988 #define WinQueryCpList _WinQueryCpList 4989 4989 4990 inline BOOL APIENTRY_WinSetCp(HMQ a, ULONG b)4990 inline BOOL _WinSetCp(HMQ a, ULONG b) 4991 4991 { 4992 4992 BOOL yyrc; … … 5002 5002 #define WinSetCp _WinSetCp 5003 5003 5004 inline ULONG APIENTRY_WinUpper(HAB a, ULONG b, ULONG c, PSZ d)5004 inline ULONG _WinUpper(HAB a, ULONG b, ULONG c, PSZ d) 5005 5005 { 5006 5006 ULONG yyrc; … … 5016 5016 #define WinUpper _WinUpper 5017 5017 5018 inline ULONG APIENTRY_WinUpperChar(HAB a, ULONG b, ULONG c, ULONG d)5018 inline ULONG _WinUpperChar(HAB a, ULONG b, ULONG c, ULONG d) 5019 5019 { 5020 5020 ULONG yyrc; … … 5032 5032 #endif 5033 5033 #ifdef INCL_WINCURSORS 5034 inline BOOL APIENTRY_WinCreateCursor(HWND a, LONG b, LONG c, LONG d, LONG e, ULONG f, PRECTL g)5034 inline BOOL _WinCreateCursor(HWND a, LONG b, LONG c, LONG d, LONG e, ULONG f, PRECTL g) 5035 5035 { 5036 5036 BOOL yyrc; … … 5046 5046 #define WinCreateCursor _WinCreateCursor 5047 5047 5048 inline BOOL APIENTRY_WinDestroyCursor(HWND a)5048 inline BOOL _WinDestroyCursor(HWND a) 5049 5049 { 5050 5050 BOOL yyrc; … … 5060 5060 #define WinDestroyCursor _WinDestroyCursor 5061 5061 5062 inline BOOL APIENTRY_WinShowCursor(HWND a, BOOL b)5062 inline BOOL _WinShowCursor(HWND a, BOOL b) 5063 5063 { 5064 5064 BOOL yyrc; … … 5074 5074 #define WinShowCursor _WinShowCursor 5075 5075 5076 inline BOOL APIENTRY_WinQueryCursorInfo(HWND a, PCURSORINFO b)5076 inline BOOL _WinQueryCursorInfo(HWND a, PCURSORINFO b) 5077 5077 { 5078 5078 BOOL yyrc; … … 5090 5090 #endif 5091 5091 #ifdef INCL_WINDESKTOP 5092 inline BOOL APIENTRY_WinQueryDesktopBkgnd(HWND a, PDESKTOP b)5092 inline BOOL _WinQueryDesktopBkgnd(HWND a, PDESKTOP b) 5093 5093 { 5094 5094 BOOL yyrc; … … 5104 5104 #define WinQueryDesktopBkgnd _WinQueryDesktopBkgnd 5105 5105 5106 inline HBITMAP APIENTRY_WinSetDesktopBkgnd(HWND a, PDESKTOP b)5106 inline HBITMAP _WinSetDesktopBkgnd(HWND a, PDESKTOP b) 5107 5107 { 5108 5108 HBITMAP yyrc; … … 5120 5120 #endif 5121 5121 #ifdef INCL_WINDIALOGS 5122 inline BOOL APIENTRY_WinAlarm(HWND a, ULONG b)5122 inline BOOL _WinAlarm(HWND a, ULONG b) 5123 5123 { 5124 5124 BOOL yyrc; … … 5134 5134 #define WinAlarm _WinAlarm 5135 5135 5136 inline MRESULT APIENTRY_WinDefDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d)5136 inline MRESULT _WinDefDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 5137 5137 { 5138 5138 MRESULT yyrc; … … 5148 5148 #define WinDefDlgProc _WinDefDlgProc 5149 5149 5150 inline BOOL APIENTRY_WinDismissDlg(HWND a, ULONG b)5150 inline BOOL _WinDismissDlg(HWND a, ULONG b) 5151 5151 { 5152 5152 BOOL yyrc; … … 5162 5162 #define WinDismissDlg _WinDismissDlg 5163 5163 5164 inline ULONG APIENTRY_WinDlgBox(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f)5164 inline ULONG _WinDlgBox(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f) 5165 5165 { 5166 5166 ULONG yyrc; … … 5176 5176 #define WinDlgBox _WinDlgBox 5177 5177 5178 inline BOOL APIENTRY_WinGetDlgMsg(HWND a, PQMSG b)5178 inline BOOL _WinGetDlgMsg(HWND a, PQMSG b) 5179 5179 { 5180 5180 BOOL yyrc; … … 5190 5190 #define WinGetDlgMsg _WinGetDlgMsg 5191 5191 5192 inline HWND APIENTRY_WinLoadDlg(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f)5192 inline HWND _WinLoadDlg(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f) 5193 5193 { 5194 5194 HWND yyrc; … … 5204 5204 #define WinLoadDlg _WinLoadDlg 5205 5205 5206 inline ULONG APIENTRY_WinMessageBox(HWND a, HWND b, PCSZ c, PCSZ d, ULONG e, ULONG f)5206 inline ULONG _WinMessageBox(HWND a, HWND b, PCSZ c, PCSZ d, ULONG e, ULONG f) 5207 5207 { 5208 5208 ULONG yyrc; … … 5218 5218 #define WinMessageBox _WinMessageBox 5219 5219 5220 inline ULONG APIENTRY_WinMessageBox2(HWND a, HWND b, PSZ c, PSZ d, ULONG e, PMB2INFO f)5220 inline ULONG _WinMessageBox2(HWND a, HWND b, PSZ c, PSZ d, ULONG e, PMB2INFO f) 5221 5221 { 5222 5222 ULONG yyrc; … … 5232 5232 #define WinMessageBox2 _WinMessageBox2 5233 5233 5234 inline BOOL APIENTRY_WinQueryDlgItemShort(HWND a, ULONG b, PSHORT c, BOOL d)5234 inline BOOL _WinQueryDlgItemShort(HWND a, ULONG b, PSHORT c, BOOL d) 5235 5235 { 5236 5236 BOOL yyrc; … … 5246 5246 #define WinQueryDlgItemShort _WinQueryDlgItemShort 5247 5247 5248 inline ULONG APIENTRY_WinQueryDlgItemText(HWND a, ULONG b, LONG c, PSZ d)5248 inline ULONG _WinQueryDlgItemText(HWND a, ULONG b, LONG c, PSZ d) 5249 5249 { 5250 5250 ULONG yyrc; … … 5260 5260 #define WinQueryDlgItemText _WinQueryDlgItemText 5261 5261 5262 inline LONG APIENTRY_WinQueryDlgItemTextLength(HWND a, ULONG b)5262 inline LONG _WinQueryDlgItemTextLength(HWND a, ULONG b) 5263 5263 { 5264 5264 LONG yyrc; … … 5274 5274 #define WinQueryDlgItemTextLength _WinQueryDlgItemTextLength 5275 5275 5276 inline BOOL APIENTRY_WinSetDlgItemShort(HWND a, ULONG b, USHORT c, BOOL d)5276 inline BOOL _WinSetDlgItemShort(HWND a, ULONG b, USHORT c, BOOL d) 5277 5277 { 5278 5278 BOOL yyrc; … … 5288 5288 #define WinSetDlgItemShort _WinSetDlgItemShort 5289 5289 5290 inline BOOL APIENTRY_WinSetDlgItemText(HWND a, ULONG b, PCSZ c)5290 inline BOOL _WinSetDlgItemText(HWND a, ULONG b, PCSZ c) 5291 5291 { 5292 5292 BOOL yyrc; … … 5302 5302 #define WinSetDlgItemText _WinSetDlgItemText 5303 5303 5304 inline HWND APIENTRY_WinCreateDlg(HWND a, HWND b, PFNWP c, PDLGTEMPLATE d, PVOID e)5304 inline HWND _WinCreateDlg(HWND a, HWND b, PFNWP c, PDLGTEMPLATE d, PVOID e) 5305 5305 { 5306 5306 HWND yyrc; … … 5316 5316 #define WinCreateDlg _WinCreateDlg 5317 5317 5318 inline HWND APIENTRY_WinEnumDlgItem(HWND a, HWND b, ULONG c)5318 inline HWND _WinEnumDlgItem(HWND a, HWND b, ULONG c) 5319 5319 { 5320 5320 HWND yyrc; … … 5330 5330 #define WinEnumDlgItem _WinEnumDlgItem 5331 5331 5332 inline BOOL APIENTRY_WinMapDlgPoints(HWND a, PPOINTL b, ULONG c, BOOL d)5332 inline BOOL _WinMapDlgPoints(HWND a, PPOINTL b, ULONG c, BOOL d) 5333 5333 { 5334 5334 BOOL yyrc; … … 5344 5344 #define WinMapDlgPoints _WinMapDlgPoints 5345 5345 5346 inline ULONG APIENTRY_WinProcessDlg(HWND a)5346 inline ULONG _WinProcessDlg(HWND a) 5347 5347 { 5348 5348 ULONG yyrc; … … 5358 5358 #define WinProcessDlg _WinProcessDlg 5359 5359 5360 inline MRESULT APIENTRY_WinSendDlgItemMsg(HWND a, ULONG b, ULONG c, MPARAM d, MPARAM e)5360 inline MRESULT _WinSendDlgItemMsg(HWND a, ULONG b, ULONG c, MPARAM d, MPARAM e) 5361 5361 { 5362 5362 MRESULT yyrc; … … 5372 5372 #define WinSendDlgItemMsg _WinSendDlgItemMsg 5373 5373 5374 inline LONG APIENTRY_WinSubstituteStrings(HWND a, PCSZ b, LONG c, PSZ d)5374 inline LONG _WinSubstituteStrings(HWND a, PCSZ b, LONG c, PSZ d) 5375 5375 { 5376 5376 LONG yyrc; … … 5388 5388 #endif 5389 5389 #ifdef INCL_WINERRORS 5390 inline ERRORID APIENTRY_WinGetLastError(HAB a)5390 inline ERRORID _WinGetLastError(HAB a) 5391 5391 { 5392 5392 ERRORID yyrc; … … 5402 5402 #define WinGetLastError _WinGetLastError 5403 5403 5404 inline BOOL APIENTRY_WinFreeErrorInfo(PERRINFO a)5404 inline BOOL _WinFreeErrorInfo(PERRINFO a) 5405 5405 { 5406 5406 BOOL yyrc; … … 5416 5416 #define WinFreeErrorInfo _WinFreeErrorInfo 5417 5417 5418 inline PERRINFO APIENTRY_WinGetErrorInfo(HAB a)5418 inline PERRINFO _WinGetErrorInfo(HAB a) 5419 5419 { 5420 5420 PERRINFO yyrc; … … 5432 5432 #endif 5433 5433 #ifdef INCL_WINHOOKS 5434 inline BOOL APIENTRY_WinCallMsgFilter(HAB a, PQMSG b, ULONG c)5434 inline BOOL _WinCallMsgFilter(HAB a, PQMSG b, ULONG c) 5435 5435 { 5436 5436 BOOL yyrc; … … 5446 5446 #define WinCallMsgFilter _WinCallMsgFilter 5447 5447 5448 inline BOOL APIENTRY_WinReleaseHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e)5448 inline BOOL _WinReleaseHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e) 5449 5449 { 5450 5450 BOOL yyrc; … … 5460 5460 #define WinReleaseHook _WinReleaseHook 5461 5461 5462 inline BOOL APIENTRY_WinSetHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e)5462 inline BOOL _WinSetHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e) 5463 5463 { 5464 5464 BOOL yyrc; … … 5476 5476 #endif 5477 5477 #ifdef INCL_WININPUT 5478 inline BOOL APIENTRY_WinFocusChange(HWND a, HWND b, ULONG c)5478 inline BOOL _WinFocusChange(HWND a, HWND b, ULONG c) 5479 5479 { 5480 5480 BOOL yyrc; … … 5490 5490 #define WinFocusChange _WinFocusChange 5491 5491 5492 inline BOOL APIENTRY_WinLockupSystem(HAB a)5492 inline BOOL _WinLockupSystem(HAB a) 5493 5493 { 5494 5494 BOOL yyrc; … … 5504 5504 #define WinLockupSystem _WinLockupSystem 5505 5505 5506 inline BOOL APIENTRY_WinSetFocus(HWND a, HWND b)5506 inline BOOL _WinSetFocus(HWND a, HWND b) 5507 5507 { 5508 5508 BOOL yyrc; … … 5518 5518 #define WinSetFocus _WinSetFocus 5519 5519 5520 inline BOOL APIENTRY_WinUnlockSystem(HAB a, PSZ b)5520 inline BOOL _WinUnlockSystem(HAB a, PSZ b) 5521 5521 { 5522 5522 BOOL yyrc; … … 5532 5532 #define WinUnlockSystem _WinUnlockSystem 5533 5533 5534 inline BOOL APIENTRY_WinCheckInput(HAB a)5534 inline BOOL _WinCheckInput(HAB a) 5535 5535 { 5536 5536 BOOL yyrc; … … 5546 5546 #define WinCheckInput _WinCheckInput 5547 5547 5548 inline BOOL APIENTRY_WinEnablePhysInput(HWND a, BOOL b)5548 inline BOOL _WinEnablePhysInput(HWND a, BOOL b) 5549 5549 { 5550 5550 BOOL yyrc; … … 5560 5560 #define WinEnablePhysInput _WinEnablePhysInput 5561 5561 5562 inline LONG APIENTRY_WinGetKeyState(HWND a, LONG b)5562 inline LONG _WinGetKeyState(HWND a, LONG b) 5563 5563 { 5564 5564 LONG yyrc; … … 5574 5574 #define WinGetKeyState _WinGetKeyState 5575 5575 5576 inline LONG APIENTRY_WinGetPhysKeyState(HWND a, LONG b)5576 inline LONG _WinGetPhysKeyState(HWND a, LONG b) 5577 5577 { 5578 5578 LONG yyrc; … … 5588 5588 #define WinGetPhysKeyState _WinGetPhysKeyState 5589 5589 5590 inline BOOL APIENTRY_WinIsPhysInputEnabled(HWND a)5590 inline BOOL _WinIsPhysInputEnabled(HWND a) 5591 5591 { 5592 5592 BOOL yyrc; … … 5602 5602 #define WinIsPhysInputEnabled _WinIsPhysInputEnabled 5603 5603 5604 inline HWND APIENTRY_WinQueryCapture(HWND a)5604 inline HWND _WinQueryCapture(HWND a) 5605 5605 { 5606 5606 HWND yyrc; … … 5616 5616 #define WinQueryCapture _WinQueryCapture 5617 5617 5618 inline HWND APIENTRY_WinQueryFocus(HWND a)5618 inline HWND _WinQueryFocus(HWND a) 5619 5619 { 5620 5620 HWND yyrc; … … 5630 5630 #define WinQueryFocus _WinQueryFocus 5631 5631 5632 inline ULONG APIENTRY_WinQueryVisibleRegion(HWND a, HRGN b)5632 inline ULONG _WinQueryVisibleRegion(HWND a, HRGN b) 5633 5633 { 5634 5634 ULONG yyrc; … … 5644 5644 #define WinQueryVisibleRegion _WinQueryVisibleRegion 5645 5645 5646 inline BOOL APIENTRY_WinSetCapture(HWND a, HWND b)5646 inline BOOL _WinSetCapture(HWND a, HWND b) 5647 5647 { 5648 5648 BOOL yyrc; … … 5658 5658 #define WinSetCapture _WinSetCapture 5659 5659 5660 inline BOOL APIENTRY_WinSetKeyboardStateTable(HWND a, PBYTE b, BOOL c)5660 inline BOOL _WinSetKeyboardStateTable(HWND a, PBYTE b, BOOL c) 5661 5661 { 5662 5662 BOOL yyrc; … … 5672 5672 #define WinSetKeyboardStateTable _WinSetKeyboardStateTable 5673 5673 5674 inline BOOL APIENTRY_WinSetVisibleRegionNotify(HWND a, BOOL b)5674 inline BOOL _WinSetVisibleRegionNotify(HWND a, BOOL b) 5675 5675 { 5676 5676 BOOL yyrc; … … 5688 5688 #endif 5689 5689 #ifdef INCL_WINLOAD 5690 inline BOOL APIENTRY_WinDeleteLibrary(HAB a, HLIB b)5690 inline BOOL _WinDeleteLibrary(HAB a, HLIB b) 5691 5691 { 5692 5692 BOOL yyrc; … … 5702 5702 #define WinDeleteLibrary _WinDeleteLibrary 5703 5703 5704 inline BOOL APIENTRY_WinDeleteProcedure(HAB a, PFNWP b)5704 inline BOOL _WinDeleteProcedure(HAB a, PFNWP b) 5705 5705 { 5706 5706 BOOL yyrc; … … 5716 5716 #define WinDeleteProcedure _WinDeleteProcedure 5717 5717 5718 inline HLIB APIENTRY_WinLoadLibrary(HAB a, PCSZ b)5718 inline HLIB _WinLoadLibrary(HAB a, PCSZ b) 5719 5719 { 5720 5720 HLIB yyrc; … … 5730 5730 #define WinLoadLibrary _WinLoadLibrary 5731 5731 5732 inline PFNWP APIENTRY_WinLoadProcedure(HAB a, HLIB b, PSZ c)5732 inline PFNWP _WinLoadProcedure(HAB a, HLIB b, PSZ c) 5733 5733 { 5734 5734 PFNWP yyrc; … … 5746 5746 #endif 5747 5747 #ifdef INCL_WINMENUS 5748 inline HWND APIENTRY_WinCreateMenu(HWND a, PVOID b)5748 inline HWND _WinCreateMenu(HWND a, PVOID b) 5749 5749 { 5750 5750 HWND yyrc; … … 5760 5760 #define WinCreateMenu _WinCreateMenu 5761 5761 5762 inline HWND APIENTRY_WinLoadMenu(HWND a, HMODULE b, ULONG c)5762 inline HWND _WinLoadMenu(HWND a, HMODULE b, ULONG c) 5763 5763 { 5764 5764 HWND yyrc; … … 5774 5774 #define WinLoadMenu _WinLoadMenu 5775 5775 5776 inline BOOL APIENTRY_WinPopupMenu(HWND a, HWND b, HWND c, LONG d, LONG e, LONG f, ULONG g)5776 inline BOOL _WinPopupMenu(HWND a, HWND b, HWND c, LONG d, LONG e, LONG f, ULONG g) 5777 5777 { 5778 5778 BOOL yyrc; … … 5790 5790 #endif 5791 5791 #ifdef INCL_WINMESSAGEMGR 5792 inline BOOL APIENTRY_WinBroadcastMsg(HWND a, ULONG b, MPARAM c, MPARAM d, ULONG e)5792 inline BOOL _WinBroadcastMsg(HWND a, ULONG b, MPARAM c, MPARAM d, ULONG e) 5793 5793 { 5794 5794 BOOL yyrc; … … 5804 5804 #define WinBroadcastMsg _WinBroadcastMsg 5805 5805 5806 inline BOOL APIENTRY_WinInSendMsg(HAB a)5806 inline BOOL _WinInSendMsg(HAB a) 5807 5807 { 5808 5808 BOOL yyrc; … … 5818 5818 #define WinInSendMsg _WinInSendMsg 5819 5819 5820 inline BOOL APIENTRY_WinPostQueueMsg(HMQ a, ULONG b, MPARAM c, MPARAM d)5820 inline BOOL _WinPostQueueMsg(HMQ a, ULONG b, MPARAM c, MPARAM d) 5821 5821 { 5822 5822 BOOL yyrc; … … 5832 5832 #define WinPostQueueMsg _WinPostQueueMsg 5833 5833 5834 inline BOOL APIENTRY_WinQueryMsgPos(HAB a, PPOINTL b)5834 inline BOOL _WinQueryMsgPos(HAB a, PPOINTL b) 5835 5835 { 5836 5836 BOOL yyrc; … … 5846 5846 #define WinQueryMsgPos _WinQueryMsgPos 5847 5847 5848 inline ULONG APIENTRY_WinQueryMsgTime(HAB a)5848 inline ULONG _WinQueryMsgTime(HAB a) 5849 5849 { 5850 5850 ULONG yyrc; … … 5860 5860 #define WinQueryMsgTime _WinQueryMsgTime 5861 5861 5862 inline ULONG APIENTRY_WinQueryQueueStatus(HWND a)5862 inline ULONG _WinQueryQueueStatus(HWND a) 5863 5863 { 5864 5864 ULONG yyrc; … … 5874 5874 #define WinQueryQueueStatus _WinQueryQueueStatus 5875 5875 5876 inline ULONG APIENTRY_WinRequestMutexSem(HMTX a, ULONG b)5876 inline ULONG _WinRequestMutexSem(HMTX a, ULONG b) 5877 5877 { 5878 5878 ULONG yyrc; … … 5888 5888 #define WinRequestMutexSem _WinRequestMutexSem 5889 5889 5890 inline BOOL APIENTRY_WinSetClassMsgInterest(HAB a, PCSZ b, ULONG c, LONG d)5890 inline BOOL _WinSetClassMsgInterest(HAB a, PCSZ b, ULONG c, LONG d) 5891 5891 { 5892 5892 BOOL yyrc; … … 5902 5902 #define WinSetClassMsgInterest _WinSetClassMsgInterest 5903 5903 5904 inline BOOL APIENTRY_WinSetMsgInterest(HWND a, ULONG b, LONG c)5904 inline BOOL _WinSetMsgInterest(HWND a, ULONG b, LONG c) 5905 5905 { 5906 5906 BOOL yyrc; … … 5916 5916 #define WinSetMsgInterest _WinSetMsgInterest 5917 5917 5918 inline ULONG APIENTRY_WinWaitEventSem(HEV a, ULONG b)5918 inline ULONG _WinWaitEventSem(HEV a, ULONG b) 5919 5919 { 5920 5920 ULONG yyrc; … … 5930 5930 #define WinWaitEventSem _WinWaitEventSem 5931 5931 5932 inline BOOL APIENTRY_WinWaitMsg(HAB a, ULONG b, ULONG c)5932 inline BOOL _WinWaitMsg(HAB a, ULONG b, ULONG c) 5933 5933 { 5934 5934 BOOL yyrc; … … 5944 5944 #define WinWaitMsg _WinWaitMsg 5945 5945 5946 inline ULONG APIENTRY_WinWaitMuxWaitSem(HMUX a, ULONG b, PULONG c)5946 inline ULONG _WinWaitMuxWaitSem(HMUX a, ULONG b, PULONG c) 5947 5947 { 5948 5948 ULONG yyrc; … … 5960 5960 #endif 5961 5961 #ifdef INCL_WINPALETTE 5962 inline LONG APIENTRY_WinRealizePalette(HWND a, HPS b, PULONG c)5962 inline LONG _WinRealizePalette(HWND a, HPS b, PULONG c) 5963 5963 { 5964 5964 LONG yyrc; … … 5976 5976 #endif 5977 5977 #ifdef INCL_WINPOINTERS 5978 inline HPOINTER APIENTRY_WinCreatePointer(HWND a, HBITMAP b, BOOL c, LONG d, LONG e)5978 inline HPOINTER _WinCreatePointer(HWND a, HBITMAP b, BOOL c, LONG d, LONG e) 5979 5979 { 5980 5980 HPOINTER yyrc; … … 5990 5990 #define WinCreatePointer _WinCreatePointer 5991 5991 5992 inline HPOINTER APIENTRY_WinCreatePointerIndirect(HWND a, PPOINTERINFO b)5992 inline HPOINTER _WinCreatePointerIndirect(HWND a, PPOINTERINFO b) 5993 5993 { 5994 5994 HPOINTER yyrc; … … 6004 6004 #define WinCreatePointerIndirect _WinCreatePointerIndirect 6005 6005 6006 inline BOOL APIENTRY_WinDestroyPointer(HPOINTER a)6006 inline BOOL _WinDestroyPointer(HPOINTER a) 6007 6007 { 6008 6008 BOOL yyrc; … … 6018 6018 #define WinDestroyPointer _WinDestroyPointer 6019 6019 6020 inline BOOL APIENTRY_WinDrawPointer(HPS a, LONG b, LONG c, HPOINTER d, ULONG e)6020 inline BOOL _WinDrawPointer(HPS a, LONG b, LONG c, HPOINTER d, ULONG e) 6021 6021 { 6022 6022 BOOL yyrc; … … 6032 6032 #define WinDrawPointer _WinDrawPointer 6033 6033 6034 inline HBITMAP APIENTRY_WinGetSysBitmap(HWND a, ULONG b)6034 inline HBITMAP _WinGetSysBitmap(HWND a, ULONG b) 6035 6035 { 6036 6036 HBITMAP yyrc; … … 6046 6046 #define WinGetSysBitmap _WinGetSysBitmap 6047 6047 6048 inline HPOINTER APIENTRY_WinLoadPointer(HWND a, HMODULE b, ULONG c)6048 inline HPOINTER _WinLoadPointer(HWND a, HMODULE b, ULONG c) 6049 6049 { 6050 6050 HPOINTER yyrc; … … 6060 6060 #define WinLoadPointer _WinLoadPointer 6061 6061 6062 inline BOOL APIENTRY_WinLockPointerUpdate(HWND a, HPOINTER b, ULONG c)6062 inline BOOL _WinLockPointerUpdate(HWND a, HPOINTER b, ULONG c) 6063 6063 { 6064 6064 BOOL yyrc; … … 6074 6074 #define WinLockPointerUpdate _WinLockPointerUpdate 6075 6075 6076 inline BOOL APIENTRY_WinQueryPointerPos(HWND a, PPOINTL b)6076 inline BOOL _WinQueryPointerPos(HWND a, PPOINTL b) 6077 6077 { 6078 6078 BOOL yyrc; … … 6088 6088 #define WinQueryPointerPos _WinQueryPointerPos 6089 6089 6090 inline BOOL APIENTRY_WinQueryPointerInfo(HPOINTER a, PPOINTERINFO b)6090 inline BOOL _WinQueryPointerInfo(HPOINTER a, PPOINTERINFO b) 6091 6091 { 6092 6092 BOOL yyrc; … … 6102 6102 #define WinQueryPointerInfo _WinQueryPointerInfo 6103 6103 6104 inline HPOINTER APIENTRY_WinQuerySysPointer(HWND a, LONG b, BOOL c)6104 inline HPOINTER _WinQuerySysPointer(HWND a, LONG b, BOOL c) 6105 6105 { 6106 6106 HPOINTER yyrc; … … 6116 6116 #define WinQuerySysPointer _WinQuerySysPointer 6117 6117 6118 inline BOOL APIENTRY_WinQuerySysPointerData(HWND a, ULONG b, PICONINFO c)6118 inline BOOL _WinQuerySysPointerData(HWND a, ULONG b, PICONINFO c) 6119 6119 { 6120 6120 BOOL yyrc; … … 6130 6130 #define WinQuerySysPointerData _WinQuerySysPointerData 6131 6131 6132 inline BOOL APIENTRY_WinSetPointer(HWND a, HPOINTER b)6132 inline BOOL _WinSetPointer(HWND a, HPOINTER b) 6133 6133 { 6134 6134 BOOL yyrc; … … 6144 6144 #define WinSetPointer _WinSetPointer 6145 6145 6146 inline BOOL APIENTRY_WinSetPointerOwner(HPOINTER a, PID b, BOOL c)6146 inline BOOL _WinSetPointerOwner(HPOINTER a, PID b, BOOL c) 6147 6147 { 6148 6148 BOOL yyrc; … … 6158 6158 #define WinSetPointerOwner _WinSetPointerOwner 6159 6159 6160 inline BOOL APIENTRY_WinSetPointerPos(HWND a, LONG b, LONG c)6160 inline BOOL _WinSetPointerPos(HWND a, LONG b, LONG c) 6161 6161 { 6162 6162 BOOL yyrc; … … 6172 6172 #define WinSetPointerPos _WinSetPointerPos 6173 6173 6174 inline BOOL APIENTRY_WinSetSysPointerData(HWND a, ULONG b, PICONINFO c)6174 inline BOOL _WinSetSysPointerData(HWND a, ULONG b, PICONINFO c) 6175 6175 { 6176 6176 BOOL yyrc; … … 6186 6186 #define WinSetSysPointerData _WinSetSysPointerData 6187 6187 6188 inline BOOL APIENTRY_WinShowPointer(HWND a, BOOL b)6188 inline BOOL _WinShowPointer(HWND a, BOOL b) 6189 6189 { 6190 6190 BOOL yyrc; … … 6202 6202 #endif 6203 6203 #ifdef INCL_WINRECTANGLES 6204 inline BOOL APIENTRY_WinCopyRect(HAB a, PRECTL b, PRECTL c)6204 inline BOOL _WinCopyRect(HAB a, PRECTL b, PRECTL c) 6205 6205 { 6206 6206 BOOL yyrc; … … 6216 6216 #define WinCopyRect _WinCopyRect 6217 6217 6218 inline BOOL APIENTRY_WinEqualRect(HAB a, PRECTL b, PRECTL c)6218 inline BOOL _WinEqualRect(HAB a, PRECTL b, PRECTL c) 6219 6219 { 6220 6220 BOOL yyrc; … … 6230 6230 #define WinEqualRect _WinEqualRect 6231 6231 6232 inline BOOL APIENTRY_WinInflateRect(HAB a, PRECTL b, LONG c, LONG d)6232 inline BOOL _WinInflateRect(HAB a, PRECTL b, LONG c, LONG d) 6233 6233 { 6234 6234 BOOL yyrc; … … 6244 6244 #define WinInflateRect _WinInflateRect 6245 6245 6246 inline BOOL APIENTRY_WinIntersectRect(HAB a, PRECTL b, PRECTL c, PRECTL d)6246 inline BOOL _WinIntersectRect(HAB a, PRECTL b, PRECTL c, PRECTL d) 6247 6247 { 6248 6248 BOOL yyrc; … … 6258 6258 #define WinIntersectRect _WinIntersectRect 6259 6259 6260 inline BOOL APIENTRY_WinIsRectEmpty(HAB a, PRECTL b)6260 inline BOOL _WinIsRectEmpty(HAB a, PRECTL b) 6261 6261 { 6262 6262 BOOL yyrc; … … 6272 6272 #define WinIsRectEmpty _WinIsRectEmpty 6273 6273 6274 inline BOOL APIENTRY_WinMakePoints(HAB a, PPOINTL b, ULONG c)6274 inline BOOL _WinMakePoints(HAB a, PPOINTL b, ULONG c) 6275 6275 { 6276 6276 BOOL yyrc; … … 6286 6286 #define WinMakePoints _WinMakePoints 6287 6287 6288 inline BOOL APIENTRY_WinMakeRect(HAB a, PRECTL b)6288 inline BOOL _WinMakeRect(HAB a, PRECTL b) 6289 6289 { 6290 6290 BOOL yyrc; … … 6300 6300 #define WinMakeRect _WinMakeRect 6301 6301 6302 inline BOOL APIENTRY_WinOffsetRect(HAB a, PRECTL b, LONG c, LONG d)6302 inline BOOL _WinOffsetRect(HAB a, PRECTL b, LONG c, LONG d) 6303 6303 { 6304 6304 BOOL yyrc; … … 6314 6314 #define WinOffsetRect _WinOffsetRect 6315 6315 6316 inline BOOL APIENTRY_WinPtInRect(HAB a, PRECTL b, PPOINTL c)6316 inline BOOL _WinPtInRect(HAB a, PRECTL b, PPOINTL c) 6317 6317 { 6318 6318 BOOL yyrc; … … 6328 6328 #define WinPtInRect _WinPtInRect 6329 6329 6330 inline BOOL APIENTRY_WinSetRect(HAB a, PRECTL b, LONG c, LONG d, LONG e, LONG f)6330 inline BOOL _WinSetRect(HAB a, PRECTL b, LONG c, LONG d, LONG e, LONG f) 6331 6331 { 6332 6332 BOOL yyrc; … … 6342 6342 #define WinSetRect _WinSetRect 6343 6343 6344 inline BOOL APIENTRY_WinSetRectEmpty(HAB a, PRECTL b)6344 inline BOOL _WinSetRectEmpty(HAB a, PRECTL b) 6345 6345 { 6346 6346 BOOL yyrc; … … 6356 6356 #define WinSetRectEmpty _WinSetRectEmpty 6357 6357 6358 inline BOOL APIENTRY_WinSubtractRect(HAB a, PRECTL b, PRECTL c, PRECTL d)6358 inline BOOL _WinSubtractRect(HAB a, PRECTL b, PRECTL c, PRECTL d) 6359 6359 { 6360 6360 BOOL yyrc; … … 6370 6370 #define WinSubtractRect _WinSubtractRect 6371 6371 6372 inline BOOL APIENTRY_WinUnionRect(HAB a, PRECTL b, PRECTL c, PRECTL d)6372 inline BOOL _WinUnionRect(HAB a, PRECTL b, PRECTL c, PRECTL d) 6373 6373 { 6374 6374 BOOL yyrc; … … 6386 6386 #endif 6387 6387 #ifdef INCL_WINSYS 6388 inline LONG APIENTRY_WinQueryControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e)6388 inline LONG _WinQueryControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e) 6389 6389 { 6390 6390 LONG yyrc; … … 6400 6400 #define WinQueryControlColors _WinQueryControlColors 6401 6401 6402 inline ULONG APIENTRY_WinQueryPresParam(HWND a, ULONG b, ULONG c, PULONG d, ULONG e, PVOID f, ULONG g)6402 inline ULONG _WinQueryPresParam(HWND a, ULONG b, ULONG c, PULONG d, ULONG e, PVOID f, ULONG g) 6403 6403 { 6404 6404 ULONG yyrc; … … 6414 6414 #define WinQueryPresParam _WinQueryPresParam 6415 6415 6416 inline LONG APIENTRY_WinQuerySysColor(HWND a, LONG b, LONG c)6416 inline LONG _WinQuerySysColor(HWND a, LONG b, LONG c) 6417 6417 { 6418 6418 LONG yyrc; … … 6428 6428 #define WinQuerySysColor _WinQuerySysColor 6429 6429 6430 inline LONG APIENTRY_WinQuerySysValue(HWND a, LONG b)6430 inline LONG _WinQuerySysValue(HWND a, LONG b) 6431 6431 { 6432 6432 LONG yyrc; … … 6442 6442 #define WinQuerySysValue _WinQuerySysValue 6443 6443 6444 inline BOOL APIENTRY_WinRemovePresParam(HWND a, ULONG b)6444 inline BOOL _WinRemovePresParam(HWND a, ULONG b) 6445 6445 { 6446 6446 BOOL yyrc; … … 6456 6456 #define WinRemovePresParam _WinRemovePresParam 6457 6457 6458 inline LONG APIENTRY_WinSetControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e)6458 inline LONG _WinSetControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e) 6459 6459 { 6460 6460 LONG yyrc; … … 6470 6470 #define WinSetControlColors _WinSetControlColors 6471 6471 6472 inline BOOL APIENTRY_WinSetPresParam(HWND a, ULONG b, ULONG c, PVOID d)6472 inline BOOL _WinSetPresParam(HWND a, ULONG b, ULONG c, PVOID d) 6473 6473 { 6474 6474 BOOL yyrc; … … 6484 6484 #define WinSetPresParam _WinSetPresParam 6485 6485 6486 inline BOOL APIENTRY_WinSetSysColors(HWND a, ULONG b, ULONG c, LONG d, ULONG e, PLONG f)6486 inline BOOL _WinSetSysColors(HWND a, ULONG b, ULONG c, LONG d, ULONG e, PLONG f) 6487 6487 { 6488 6488 BOOL yyrc; … … 6498 6498 #define WinSetSysColors _WinSetSysColors 6499 6499 6500 inline BOOL APIENTRY_WinSetSysValue(HWND a, LONG b, LONG c)6500 inline BOOL _WinSetSysValue(HWND a, LONG b, LONG c) 6501 6501 { 6502 6502 BOOL yyrc; … … 6514 6514 #endif 6515 6515 #ifdef INCL_WINTHUNKAPI 6516 inline PFN APIENTRY_WinQueryClassThunkProc(PCSZ a)6516 inline PFN _WinQueryClassThunkProc(PCSZ a) 6517 6517 { 6518 6518 PFN yyrc; … … 6528 6528 #define WinQueryClassThunkProc _WinQueryClassThunkProc 6529 6529 6530 inline LONG APIENTRY_WinQueryWindowModel(HWND a)6530 inline LONG _WinQueryWindowModel(HWND a) 6531 6531 { 6532 6532 LONG yyrc; … … 6542 6542 #define WinQueryWindowModel _WinQueryWindowModel 6543 6543 6544 inline PFN APIENTRY_WinQueryWindowThunkProc(HWND a)6544 inline PFN _WinQueryWindowThunkProc(HWND a) 6545 6545 { 6546 6546 PFN yyrc; … … 6556 6556 #define WinQueryWindowThunkProc _WinQueryWindowThunkProc 6557 6557 6558 inline BOOL APIENTRY_WinSetClassThunkProc(PCSZ a, PFN b)6558 inline BOOL _WinSetClassThunkProc(PCSZ a, PFN b) 6559 6559 { 6560 6560 BOOL yyrc; … … 6570 6570 #define WinSetClassThunkProc _WinSetClassThunkProc 6571 6571 6572 inline BOOL APIENTRY_WinSetWindowThunkProc(HWND a, PFN b)6572 inline BOOL _WinSetWindowThunkProc(HWND a, PFN b) 6573 6573 { 6574 6574 BOOL yyrc; … … 6586 6586 #endif 6587 6587 #ifdef INCL_WINTIMER 6588 inline ULONG APIENTRY_WinGetCurrentTime(HAB a)6588 inline ULONG _WinGetCurrentTime(HAB a) 6589 6589 { 6590 6590 ULONG yyrc; … … 6600 6600 #define WinGetCurrentTime _WinGetCurrentTime 6601 6601 6602 inline ULONG APIENTRY_WinStartTimer(HAB a, HWND b, ULONG c, ULONG d)6602 inline ULONG _WinStartTimer(HAB a, HWND b, ULONG c, ULONG d) 6603 6603 { 6604 6604 ULONG yyrc; … … 6614 6614 #define WinStartTimer _WinStartTimer 6615 6615 6616 inline BOOL APIENTRY_WinStopTimer(HAB a, HWND b, ULONG c)6616 inline BOOL _WinStopTimer(HAB a, HWND b, ULONG c) 6617 6617 { 6618 6618 BOOL yyrc; … … 6630 6630 #endif 6631 6631 #ifdef INCL_WINTRACKRECT 6632 inline BOOL APIENTRY_WinShowTrackRect(HWND a, BOOL b)6632 inline BOOL _WinShowTrackRect(HWND a, BOOL b) 6633 6633 { 6634 6634 BOOL yyrc; … … 6644 6644 #define WinShowTrackRect _WinShowTrackRect 6645 6645 6646 inline BOOL APIENTRY_WinTrackRect(HWND a, HPS b, PTRACKINFO c)6646 inline BOOL _WinTrackRect(HWND a, HPS b, PTRACKINFO c) 6647 6647 { 6648 6648 BOOL yyrc; … … 6661 6661 #endif 6662 6662 #ifdef INCL_GPI 6663 inline LONG APIENTRY_GpiAnimatePalette(HPAL a, ULONG b, ULONG c, ULONG d, PULONG e)6663 inline LONG _GpiAnimatePalette(HPAL a, ULONG b, ULONG c, ULONG d, PULONG e) 6664 6664 { 6665 6665 LONG yyrc; … … 6675 6675 #define GpiAnimatePalette _GpiAnimatePalette 6676 6676 6677 inline BOOL APIENTRY_GpiBeginArea(HPS a, ULONG b)6677 inline BOOL _GpiBeginArea(HPS a, ULONG b) 6678 6678 { 6679 6679 BOOL yyrc; … … 6689 6689 #define GpiBeginArea _GpiBeginArea 6690 6690 6691 inline BOOL APIENTRY_GpiBeginElement(HPS a, LONG b, PCSZ c)6691 inline BOOL _GpiBeginElement(HPS a, LONG b, PCSZ c) 6692 6692 { 6693 6693 BOOL yyrc; … … 6703 6703 #define GpiBeginElement _GpiBeginElement 6704 6704 6705 inline BOOL APIENTRY_GpiBeginPath(HPS a, LONG b)6705 inline BOOL _GpiBeginPath(HPS a, LONG b) 6706 6706 { 6707 6707 BOOL yyrc; … … 6717 6717 #define GpiBeginPath _GpiBeginPath 6718 6718 6719 inline LONG APIENTRY_GpiBox(HPS a, LONG b, PPOINTL c, LONG d, LONG e)6719 inline LONG _GpiBox(HPS a, LONG b, PPOINTL c, LONG d, LONG e) 6720 6720 { 6721 6721 LONG yyrc; … … 6731 6731 #define GpiBox _GpiBox 6732 6732 6733 inline LONG APIENTRY_GpiCallSegmentMatrix(HPS a, LONG b, LONG c, PMATRIXLF d, LONG e)6733 inline LONG _GpiCallSegmentMatrix(HPS a, LONG b, LONG c, PMATRIXLF d, LONG e) 6734 6734 { 6735 6735 LONG yyrc; … … 6745 6745 #define GpiCallSegmentMatrix _GpiCallSegmentMatrix 6746 6746 6747 inline LONG APIENTRY_GpiCharString(HPS a, LONG b, PCH c)6747 inline LONG _GpiCharString(HPS a, LONG b, PCH c) 6748 6748 { 6749 6749 LONG yyrc; … … 6759 6759 #define GpiCharString _GpiCharString 6760 6760 6761 inline LONG APIENTRY_GpiCharStringAt(HPS a, PPOINTL b, LONG c, PCH d)6761 inline LONG _GpiCharStringAt(HPS a, PPOINTL b, LONG c, PCH d) 6762 6762 { 6763 6763 LONG yyrc; … … 6773 6773 #define GpiCharStringAt _GpiCharStringAt 6774 6774 6775 inline LONG APIENTRY_GpiCharStringPos(HPS a, PRECTL b, ULONG c, LONG d, PCH e, PLONG f)6775 inline LONG _GpiCharStringPos(HPS a, PRECTL b, ULONG c, LONG d, PCH e, PLONG f) 6776 6776 { 6777 6777 LONG yyrc; … … 6787 6787 #define GpiCharStringPos _GpiCharStringPos 6788 6788 6789 inline LONG APIENTRY_GpiCharStringPosAt(HPS a, PPOINTL b, PRECTL c, ULONG d, LONG e, PCH f, PLONG g)6789 inline LONG _GpiCharStringPosAt(HPS a, PPOINTL b, PRECTL c, ULONG d, LONG e, PCH f, PLONG g) 6790 6790 { 6791 6791 LONG yyrc; … … 6801 6801 #define GpiCharStringPosAt _GpiCharStringPosAt 6802 6802 6803 inline BOOL APIENTRY_GpiCloseFigure(HPS a)6803 inline BOOL _GpiCloseFigure(HPS a) 6804 6804 { 6805 6805 BOOL yyrc; … … 6815 6815 #define GpiCloseFigure _GpiCloseFigure 6816 6816 6817 inline LONG APIENTRY_GpiCombineRegion(HPS a, HRGN b, HRGN c, HRGN d, LONG e)6817 inline LONG _GpiCombineRegion(HPS a, HRGN b, HRGN c, HRGN d, LONG e) 6818 6818 { 6819 6819 LONG yyrc; … … 6829 6829 #define GpiCombineRegion _GpiCombineRegion 6830 6830 6831 inline BOOL APIENTRY_GpiComment(HPS a, LONG b, PBYTE c)6831 inline BOOL _GpiComment(HPS a, LONG b, PBYTE c) 6832 6832 { 6833 6833 BOOL yyrc; … … 6843 6843 #define GpiComment _GpiComment 6844 6844 6845 inline BOOL APIENTRY_GpiConvert(HPS a, LONG b, LONG c, LONG d, PPOINTL e)6845 inline BOOL _GpiConvert(HPS a, LONG b, LONG c, LONG d, PPOINTL e) 6846 6846 { 6847 6847 BOOL yyrc; … … 6857 6857 #define GpiConvert _GpiConvert 6858 6858 6859 inline BOOL APIENTRY_GpiConvertWithMatrix(HPS a, LONG b, PPOINTL c, LONG d, PMATRIXLF e)6859 inline BOOL _GpiConvertWithMatrix(HPS a, LONG b, PPOINTL c, LONG d, PMATRIXLF e) 6860 6860 { 6861 6861 BOOL yyrc; … … 6871 6871 #define GpiConvertWithMatrix _GpiConvertWithMatrix 6872 6872 6873 inline HMF APIENTRY_GpiCopyMetaFile(HMF a)6873 inline HMF _GpiCopyMetaFile(HMF a) 6874 6874 { 6875 6875 HMF yyrc; … … 6885 6885 #define GpiCopyMetaFile _GpiCopyMetaFile 6886 6886 6887 inline BOOL APIENTRY_GpiCreateLogColorTable(HPS a, ULONG b, LONG c, LONG d, LONG e, PLONG f)6887 inline BOOL _GpiCreateLogColorTable(HPS a, ULONG b, LONG c, LONG d, LONG e, PLONG f) 6888 6888 { 6889 6889 BOOL yyrc; … … 6899 6899 #define GpiCreateLogColorTable _GpiCreateLogColorTable 6900 6900 6901 inline LONG APIENTRY_GpiCreateLogFont(HPS a, STR8 *b, LONG c, PFATTRS d)6901 inline LONG _GpiCreateLogFont(HPS a, STR8 *b, LONG c, PFATTRS d) 6902 6902 { 6903 6903 LONG yyrc; … … 6913 6913 #define GpiCreateLogFont _GpiCreateLogFont 6914 6914 6915 inline HPAL APIENTRY_GpiCreatePalette(HAB a, ULONG b, ULONG c, ULONG d, PULONG e)6915 inline HPAL _GpiCreatePalette(HAB a, ULONG b, ULONG c, ULONG d, PULONG e) 6916 6916 { 6917 6917 HPAL yyrc; … … 6927 6927 #define GpiCreatePalette _GpiCreatePalette 6928 6928 6929 inline HRGN APIENTRY_GpiCreateRegion(HPS a, LONG b, PRECTL c)6929 inline HRGN _GpiCreateRegion(HPS a, LONG b, PRECTL c) 6930 6930 { 6931 6931 HRGN yyrc; … … 6941 6941 #define GpiCreateRegion _GpiCreateRegion 6942 6942 6943 inline BOOL APIENTRY_GpiDeleteElement(HPS a)6943 inline BOOL _GpiDeleteElement(HPS a) 6944 6944 { 6945 6945 BOOL yyrc; … … 6955 6955 #define GpiDeleteElement _GpiDeleteElement 6956 6956 6957 inline BOOL APIENTRY_GpiDeleteElementRange(HPS a, LONG b, LONG c)6957 inline BOOL _GpiDeleteElementRange(HPS a, LONG b, LONG c) 6958 6958 { 6959 6959 BOOL yyrc; … … 6969 6969 #define GpiDeleteElementRange _GpiDeleteElementRange 6970 6970 6971 inline BOOL APIENTRY_GpiDeleteElementsBetweenLabels(HPS a, LONG b, LONG c)6971 inline BOOL _GpiDeleteElementsBetweenLabels(HPS a, LONG b, LONG c) 6972 6972 { 6973 6973 BOOL yyrc; … … 6983 6983 #define GpiDeleteElementsBetweenLabels _GpiDeleteElementsBetweenLabels 6984 6984 6985 inline BOOL APIENTRY_GpiDeleteMetaFile(HMF a)6985 inline BOOL _GpiDeleteMetaFile(HMF a) 6986 6986 { 6987 6987 BOOL yyrc; … … 6997 6997 #define GpiDeleteMetaFile _GpiDeleteMetaFile 6998 6998 6999 inline BOOL APIENTRY_GpiDeletePalette(HPAL a)6999 inline BOOL _GpiDeletePalette(HPAL a) 7000 7000 { 7001 7001 BOOL yyrc; … … 7011 7011 #define GpiDeletePalette _GpiDeletePalette 7012 7012 7013 inline BOOL APIENTRY_GpiDeleteSetId(HPS a, LONG b)7013 inline BOOL _GpiDeleteSetId(HPS a, LONG b) 7014 7014 { 7015 7015 BOOL yyrc; … … 7025 7025 #define GpiDeleteSetId _GpiDeleteSetId 7026 7026 7027 inline BOOL APIENTRY_GpiDestroyRegion(HPS a, HRGN b)7027 inline BOOL _GpiDestroyRegion(HPS a, HRGN b) 7028 7028 { 7029 7029 BOOL yyrc; … … 7039 7039 #define GpiDestroyRegion _GpiDestroyRegion 7040 7040 7041 inline LONG APIENTRY_GpiElement(HPS a, LONG b, PCSZ c, LONG d, PBYTE e)7041 inline LONG _GpiElement(HPS a, LONG b, PCSZ c, LONG d, PBYTE e) 7042 7042 { 7043 7043 LONG yyrc; … … 7053 7053 #define GpiElement _GpiElement 7054 7054 7055 inline LONG APIENTRY_GpiEndArea(HPS a)7055 inline LONG _GpiEndArea(HPS a) 7056 7056 { 7057 7057 LONG yyrc; … … 7067 7067 #define GpiEndArea _GpiEndArea 7068 7068 7069 inline BOOL APIENTRY_GpiEndElement(HPS a)7069 inline BOOL _GpiEndElement(HPS a) 7070 7070 { 7071 7071 BOOL yyrc; … … 7081 7081 #define GpiEndElement _GpiEndElement 7082 7082 7083 inline BOOL APIENTRY_GpiEndPath(HPS a)7083 inline BOOL _GpiEndPath(HPS a) 7084 7084 { 7085 7085 BOOL yyrc; … … 7095 7095 #define GpiEndPath _GpiEndPath 7096 7096 7097 inline LONG APIENTRY_GpiEqualRegion(HPS a, HRGN b, HRGN c)7097 inline LONG _GpiEqualRegion(HPS a, HRGN b, HRGN c) 7098 7098 { 7099 7099 LONG yyrc; … … 7109 7109 #define GpiEqualRegion _GpiEqualRegion 7110 7110 7111 inline LONG APIENTRY_GpiExcludeClipRectangle(HPS a, PRECTL b)7111 inline LONG _GpiExcludeClipRectangle(HPS a, PRECTL b) 7112 7112 { 7113 7113 LONG yyrc; … … 7123 7123 #define GpiExcludeClipRectangle _GpiExcludeClipRectangle 7124 7124 7125 inline LONG APIENTRY_GpiFillPath(HPS a, LONG b, LONG c)7125 inline LONG _GpiFillPath(HPS a, LONG b, LONG c) 7126 7126 { 7127 7127 LONG yyrc; … … 7137 7137 #define GpiFillPath _GpiFillPath 7138 7138 7139 inline LONG APIENTRY_GpiFrameRegion(HPS a, HRGN b, PSIZEL c)7139 inline LONG _GpiFrameRegion(HPS a, HRGN b, PSIZEL c) 7140 7140 { 7141 7141 LONG yyrc; … … 7151 7151 #define GpiFrameRegion _GpiFrameRegion 7152 7152 7153 inline LONG APIENTRY_GpiFullArc(HPS a, LONG b, FIXED c)7153 inline LONG _GpiFullArc(HPS a, LONG b, FIXED c) 7154 7154 { 7155 7155 LONG yyrc; … … 7165 7165 #define GpiFullArc _GpiFullArc 7166 7166 7167 inline LONG APIENTRY_GpiImage(HPS a, LONG b, PSIZEL c, LONG d, PBYTE e)7167 inline LONG _GpiImage(HPS a, LONG b, PSIZEL c, LONG d, PBYTE e) 7168 7168 { 7169 7169 LONG yyrc; … … 7179 7179 #define GpiImage _GpiImage 7180 7180 7181 inline LONG APIENTRY_GpiIntersectClipRectangle(HPS a, PRECTL b)7181 inline LONG _GpiIntersectClipRectangle(HPS a, PRECTL b) 7182 7182 { 7183 7183 LONG yyrc; … … 7193 7193 #define GpiIntersectClipRectangle _GpiIntersectClipRectangle 7194 7194 7195 inline BOOL APIENTRY_GpiLabel(HPS a, LONG b)7195 inline BOOL _GpiLabel(HPS a, LONG b) 7196 7196 { 7197 7197 BOOL yyrc; … … 7207 7207 #define GpiLabel _GpiLabel 7208 7208 7209 inline LONG APIENTRY_GpiLine(HPS a, PPOINTL b)7209 inline LONG _GpiLine(HPS a, PPOINTL b) 7210 7210 { 7211 7211 LONG yyrc; … … 7221 7221 #define GpiLine _GpiLine 7222 7222 7223 inline BOOL APIENTRY_GpiLoadFonts(HAB a, PCSZ b)7223 inline BOOL _GpiLoadFonts(HAB a, PCSZ b) 7224 7224 { 7225 7225 BOOL yyrc; … … 7235 7235 #define GpiLoadFonts _GpiLoadFonts 7236 7236 7237 inline HMF APIENTRY_GpiLoadMetaFile(HAB a, PCSZ b)7237 inline HMF _GpiLoadMetaFile(HAB a, PCSZ b) 7238 7238 { 7239 7239 HMF yyrc; … … 7249 7249 #define GpiLoadMetaFile _GpiLoadMetaFile 7250 7250 7251 inline BOOL APIENTRY_GpiLoadPublicFonts(HAB a, PCSZ b)7251 inline BOOL _GpiLoadPublicFonts(HAB a, PCSZ b) 7252 7252 { 7253 7253 BOOL yyrc; … … 7263 7263 #define GpiLoadPublicFonts _GpiLoadPublicFonts 7264 7264 7265 inline LONG APIENTRY_GpiMarker(HPS a, PPOINTL b)7265 inline LONG _GpiMarker(HPS a, PPOINTL b) 7266 7266 { 7267 7267 LONG yyrc; … … 7277 7277 #define GpiMarker _GpiMarker 7278 7278 7279 inline BOOL APIENTRY_GpiModifyPath(HPS a, LONG b, LONG c)7279 inline BOOL _GpiModifyPath(HPS a, LONG b, LONG c) 7280 7280 { 7281 7281 BOOL yyrc; … … 7291 7291 #define GpiModifyPath _GpiModifyPath 7292 7292 7293 inline BOOL APIENTRY_GpiMove(HPS a, PPOINTL b)7293 inline BOOL _GpiMove(HPS a, PPOINTL b) 7294 7294 { 7295 7295 BOOL yyrc; … … 7305 7305 #define GpiMove _GpiMove 7306 7306 7307 inline LONG APIENTRY_GpiOffsetClipRegion(HPS a, PPOINTL b)7307 inline LONG _GpiOffsetClipRegion(HPS a, PPOINTL b) 7308 7308 { 7309 7309 LONG yyrc; … … 7319 7319 #define GpiOffsetClipRegion _GpiOffsetClipRegion 7320 7320 7321 inline BOOL APIENTRY_GpiOffsetElementPointer(HPS a, LONG b)7321 inline BOOL _GpiOffsetElementPointer(HPS a, LONG b) 7322 7322 { 7323 7323 BOOL yyrc; … … 7333 7333 #define GpiOffsetElementPointer _GpiOffsetElementPointer 7334 7334 7335 inline BOOL APIENTRY_GpiOffsetRegion(HPS a, HRGN b, PPOINTL c)7335 inline BOOL _GpiOffsetRegion(HPS a, HRGN b, PPOINTL c) 7336 7336 { 7337 7337 BOOL yyrc; … … 7347 7347 #define GpiOffsetRegion _GpiOffsetRegion 7348 7348 7349 inline LONG APIENTRY_GpiOutlinePath(HPS a, LONG b, LONG c)7349 inline LONG _GpiOutlinePath(HPS a, LONG b, LONG c) 7350 7350 { 7351 7351 LONG yyrc; … … 7361 7361 #define GpiOutlinePath _GpiOutlinePath 7362 7362 7363 inline LONG APIENTRY_GpiPaintRegion(HPS a, HRGN b)7363 inline LONG _GpiPaintRegion(HPS a, HRGN b) 7364 7364 { 7365 7365 LONG yyrc; … … 7375 7375 #define GpiPaintRegion _GpiPaintRegion 7376 7376 7377 inline LONG APIENTRY_GpiPartialArc(HPS a, PPOINTL b, FIXED c, FIXED d, FIXED e)7377 inline LONG _GpiPartialArc(HPS a, PPOINTL b, FIXED c, FIXED d, FIXED e) 7378 7378 { 7379 7379 LONG yyrc; … … 7389 7389 #define GpiPartialArc _GpiPartialArc 7390 7390 7391 inline HRGN APIENTRY_GpiPathToRegion(HPS a, LONG b, LONG c)7391 inline HRGN _GpiPathToRegion(HPS a, LONG b, LONG c) 7392 7392 { 7393 7393 HRGN yyrc; … … 7403 7403 #define GpiPathToRegion _GpiPathToRegion 7404 7404 7405 inline LONG APIENTRY_GpiPlayMetaFile(HPS a, HMF b, LONG c, PLONG d, PLONG e, LONG f, PSZ g)7405 inline LONG _GpiPlayMetaFile(HPS a, HMF b, LONG c, PLONG d, PLONG e, LONG f, PSZ g) 7406 7406 { 7407 7407 LONG yyrc; … … 7417 7417 #define GpiPlayMetaFile _GpiPlayMetaFile 7418 7418 7419 inline LONG APIENTRY_GpiPointArc(HPS a, PPOINTL b)7419 inline LONG _GpiPointArc(HPS a, PPOINTL b) 7420 7420 { 7421 7421 LONG yyrc; … … 7431 7431 #define GpiPointArc _GpiPointArc 7432 7432 7433 inline LONG APIENTRY_GpiPolyFillet(HPS a, LONG b, PPOINTL c)7433 inline LONG _GpiPolyFillet(HPS a, LONG b, PPOINTL c) 7434 7434 { 7435 7435 LONG yyrc; … … 7445 7445 #define GpiPolyFillet _GpiPolyFillet 7446 7446 7447 inline LONG APIENTRY_GpiPolyFilletSharp(HPS a, LONG b, PPOINTL c, PFIXED d)7447 inline LONG _GpiPolyFilletSharp(HPS a, LONG b, PPOINTL c, PFIXED d) 7448 7448 { 7449 7449 LONG yyrc; … … 7459 7459 #define GpiPolyFilletSharp _GpiPolyFilletSharp 7460 7460 7461 inline LONG APIENTRY_GpiPolygons(HPS a, ULONG b, PPOLYGON c, ULONG d, ULONG e)7461 inline LONG _GpiPolygons(HPS a, ULONG b, PPOLYGON c, ULONG d, ULONG e) 7462 7462 { 7463 7463 LONG yyrc; … … 7473 7473 #define GpiPolygons _GpiPolygons 7474 7474 7475 inline LONG APIENTRY_GpiPolyLine(HPS a, LONG b, PPOINTL c)7475 inline LONG _GpiPolyLine(HPS a, LONG b, PPOINTL c) 7476 7476 { 7477 7477 LONG yyrc; … … 7487 7487 #define GpiPolyLine _GpiPolyLine 7488 7488 7489 inline LONG APIENTRY_GpiPolyLineDisjoint(HPS a, LONG b, PPOINTL c)7489 inline LONG _GpiPolyLineDisjoint(HPS a, LONG b, PPOINTL c) 7490 7490 { 7491 7491 LONG yyrc; … … 7501 7501 #define GpiPolyLineDisjoint _GpiPolyLineDisjoint 7502 7502 7503 inline LONG APIENTRY_GpiPolyMarker(HPS a, LONG b, PPOINTL c)7503 inline LONG _GpiPolyMarker(HPS a, LONG b, PPOINTL c) 7504 7504 { 7505 7505 LONG yyrc; … … 7515 7515 #define GpiPolyMarker _GpiPolyMarker 7516 7516 7517 inline LONG APIENTRY_GpiPolySpline(HPS a, LONG b, PPOINTL c)7517 inline LONG _GpiPolySpline(HPS a, LONG b, PPOINTL c) 7518 7518 { 7519 7519 LONG yyrc; … … 7529 7529 #define GpiPolySpline _GpiPolySpline 7530 7530 7531 inline BOOL APIENTRY_GpiPop(HPS a, LONG b)7531 inline BOOL _GpiPop(HPS a, LONG b) 7532 7532 { 7533 7533 BOOL yyrc; … … 7543 7543 #define GpiPop _GpiPop 7544 7544 7545 inline LONG APIENTRY_GpiPtInRegion(HPS a, HRGN b, PPOINTL c)7545 inline LONG _GpiPtInRegion(HPS a, HRGN b, PPOINTL c) 7546 7546 { 7547 7547 LONG yyrc; … … 7557 7557 #define GpiPtInRegion _GpiPtInRegion 7558 7558 7559 inline LONG APIENTRY_GpiPtVisible(HPS a, PPOINTL b)7559 inline LONG _GpiPtVisible(HPS a, PPOINTL b) 7560 7560 { 7561 7561 LONG yyrc; … … 7571 7571 #define GpiPtVisible _GpiPtVisible 7572 7572 7573 inline BOOL APIENTRY_GpiQueryArcParams(HPS a, PARCPARAMS b)7573 inline BOOL _GpiQueryArcParams(HPS a, PARCPARAMS b) 7574 7574 { 7575 7575 BOOL yyrc; … … 7585 7585 #define GpiQueryArcParams _GpiQueryArcParams 7586 7586 7587 inline LONG APIENTRY_GpiQueryAttrMode(HPS a)7587 inline LONG _GpiQueryAttrMode(HPS a) 7588 7588 { 7589 7589 LONG yyrc; … … 7599 7599 #define GpiQueryAttrMode _GpiQueryAttrMode 7600 7600 7601 inline LONG APIENTRY_GpiQueryAttrs(HPS a, LONG b, ULONG c, PBUNDLE d)7601 inline LONG _GpiQueryAttrs(HPS a, LONG b, ULONG c, PBUNDLE d) 7602 7602 { 7603 7603 LONG yyrc; … … 7613 7613 #define GpiQueryAttrs _GpiQueryAttrs 7614 7614 7615 inline LONG APIENTRY_GpiQueryBackColor(HPS a)7615 inline LONG _GpiQueryBackColor(HPS a) 7616 7616 { 7617 7617 LONG yyrc; … … 7627 7627 #define GpiQueryBackColor _GpiQueryBackColor 7628 7628 7629 inline LONG APIENTRY_GpiQueryBackMix(HPS a)7629 inline LONG _GpiQueryBackMix(HPS a) 7630 7630 { 7631 7631 LONG yyrc; … … 7641 7641 #define GpiQueryBackMix _GpiQueryBackMix 7642 7642 7643 inline BOOL APIENTRY_GpiQueryCharAngle(HPS a, PGRADIENTL b)7643 inline BOOL _GpiQueryCharAngle(HPS a, PGRADIENTL b) 7644 7644 { 7645 7645 BOOL yyrc; … … 7655 7655 #define GpiQueryCharAngle _GpiQueryCharAngle 7656 7656 7657 inline BOOL APIENTRY_GpiQueryCharBox(HPS a, PSIZEF b)7657 inline BOOL _GpiQueryCharBox(HPS a, PSIZEF b) 7658 7658 { 7659 7659 BOOL yyrc; … … 7669 7669 #define GpiQueryCharBox _GpiQueryCharBox 7670 7670 7671 inline BOOL APIENTRY_GpiQueryCharBreakExtra(HPS a, PFIXED b)7671 inline BOOL _GpiQueryCharBreakExtra(HPS a, PFIXED b) 7672 7672 { 7673 7673 BOOL yyrc; … … 7683 7683 #define GpiQueryCharBreakExtra _GpiQueryCharBreakExtra 7684 7684 7685 inline LONG APIENTRY_GpiQueryCharDirection(HPS a)7685 inline LONG _GpiQueryCharDirection(HPS a) 7686 7686 { 7687 7687 LONG yyrc; … … 7697 7697 #define GpiQueryCharDirection _GpiQueryCharDirection 7698 7698 7699 inline BOOL APIENTRY_GpiQueryCharExtra(HPS a, PFIXED b)7699 inline BOOL _GpiQueryCharExtra(HPS a, PFIXED b) 7700 7700 { 7701 7701 BOOL yyrc; … … 7711 7711 #define GpiQueryCharExtra _GpiQueryCharExtra 7712 7712 7713 inline LONG APIENTRY_GpiQueryCharMode(HPS a)7713 inline LONG _GpiQueryCharMode(HPS a) 7714 7714 { 7715 7715 LONG yyrc; … … 7725 7725 #define GpiQueryCharMode _GpiQueryCharMode 7726 7726 7727 inline LONG APIENTRY_GpiQueryCharSet(HPS a)7727 inline LONG _GpiQueryCharSet(HPS a) 7728 7728 { 7729 7729 LONG yyrc; … … 7739 7739 #define GpiQueryCharSet _GpiQueryCharSet 7740 7740 7741 inline BOOL APIENTRY_GpiQueryCharShear(HPS a, PPOINTL b)7741 inline BOOL _GpiQueryCharShear(HPS a, PPOINTL b) 7742 7742 { 7743 7743 BOOL yyrc; … … 7753 7753 #define GpiQueryCharShear _GpiQueryCharShear 7754 7754 7755 inline BOOL APIENTRY_GpiQueryCharStringPos(HPS a, ULONG b, LONG c, PCH d, PLONG e, PPOINTL f)7755 inline BOOL _GpiQueryCharStringPos(HPS a, ULONG b, LONG c, PCH d, PLONG e, PPOINTL f) 7756 7756 { 7757 7757 BOOL yyrc; … … 7767 7767 #define GpiQueryCharStringPos _GpiQueryCharStringPos 7768 7768 7769 inline BOOL APIENTRY_GpiQueryCharStringPosAt(HPS a, PPOINTL b, ULONG c, LONG d, PCH e, PLONG f, PPOINTL g)7769 inline BOOL _GpiQueryCharStringPosAt(HPS a, PPOINTL b, ULONG c, LONG d, PCH e, PLONG f, PPOINTL g) 7770 7770 { 7771 7771 BOOL yyrc; … … 7781 7781 #define GpiQueryCharStringPosAt _GpiQueryCharStringPosAt 7782 7782 7783 inline LONG APIENTRY_GpiQueryClipBox(HPS a, PRECTL b)7783 inline LONG _GpiQueryClipBox(HPS a, PRECTL b) 7784 7784 { 7785 7785 LONG yyrc; … … 7795 7795 #define GpiQueryClipBox _GpiQueryClipBox 7796 7796 7797 inline HRGN APIENTRY_GpiQueryClipRegion(HPS a)7797 inline HRGN _GpiQueryClipRegion(HPS a) 7798 7798 { 7799 7799 HRGN yyrc; … … 7809 7809 #define GpiQueryClipRegion _GpiQueryClipRegion 7810 7810 7811 inline LONG APIENTRY_GpiQueryColor(HPS a)7811 inline LONG _GpiQueryColor(HPS a) 7812 7812 { 7813 7813 LONG yyrc; … … 7823 7823 #define GpiQueryColor _GpiQueryColor 7824 7824 7825 inline BOOL APIENTRY_GpiQueryColorData(HPS a, LONG b, PLONG c)7825 inline BOOL _GpiQueryColorData(HPS a, LONG b, PLONG c) 7826 7826 { 7827 7827 BOOL yyrc; … … 7837 7837 #define GpiQueryColorData _GpiQueryColorData 7838 7838 7839 inline LONG APIENTRY_GpiQueryColorIndex(HPS a, ULONG b, LONG c)7839 inline LONG _GpiQueryColorIndex(HPS a, ULONG b, LONG c) 7840 7840 { 7841 7841 LONG yyrc; … … 7851 7851 #define GpiQueryColorIndex _GpiQueryColorIndex 7852 7852 7853 inline ULONG APIENTRY_GpiQueryCp(HPS a)7853 inline ULONG _GpiQueryCp(HPS a) 7854 7854 { 7855 7855 ULONG yyrc; … … 7865 7865 #define GpiQueryCp _GpiQueryCp 7866 7866 7867 inline BOOL APIENTRY_GpiQueryCurrentPosition(HPS a, PPOINTL b)7867 inline BOOL _GpiQueryCurrentPosition(HPS a, PPOINTL b) 7868 7868 { 7869 7869 BOOL yyrc; … … 7879 7879 #define GpiQueryCurrentPosition _GpiQueryCurrentPosition 7880 7880 7881 inline BOOL APIENTRY_GpiQueryDefArcParams(HPS a, PARCPARAMS b)7881 inline BOOL _GpiQueryDefArcParams(HPS a, PARCPARAMS b) 7882 7882 { 7883 7883 BOOL yyrc; … … 7893 7893 #define GpiQueryDefArcParams _GpiQueryDefArcParams 7894 7894 7895 inline BOOL APIENTRY_GpiQueryDefAttrs(HPS a, LONG b, ULONG c, PBUNDLE d)7895 inline BOOL _GpiQueryDefAttrs(HPS a, LONG b, ULONG c, PBUNDLE d) 7896 7896 { 7897 7897 BOOL yyrc; … … 7907 7907 #define GpiQueryDefAttrs _GpiQueryDefAttrs 7908 7908 7909 inline BOOL APIENTRY_GpiQueryDefCharBox(HPS a, PSIZEL b)7909 inline BOOL _GpiQueryDefCharBox(HPS a, PSIZEL b) 7910 7910 { 7911 7911 BOOL yyrc; … … 7921 7921 #define GpiQueryDefCharBox _GpiQueryDefCharBox 7922 7922 7923 inline BOOL APIENTRY_GpiQueryDefTag(HPS a, PLONG b)7923 inline BOOL _GpiQueryDefTag(HPS a, PLONG b) 7924 7924 { 7925 7925 BOOL yyrc; … … 7935 7935 #define GpiQueryDefTag _GpiQueryDefTag 7936 7936 7937 inline BOOL APIENTRY_GpiQueryDefViewingLimits(HPS a, PRECTL b)7937 inline BOOL _GpiQueryDefViewingLimits(HPS a, PRECTL b) 7938 7938 { 7939 7939 BOOL yyrc; … … 7949 7949 #define GpiQueryDefViewingLimits _GpiQueryDefViewingLimits 7950 7950 7951 inline BOOL APIENTRY_GpiQueryDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c)7951 inline BOOL _GpiQueryDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c) 7952 7952 { 7953 7953 BOOL yyrc; … … 7963 7963 #define GpiQueryDefaultViewMatrix _GpiQueryDefaultViewMatrix 7964 7964 7965 inline LONG APIENTRY_GpiQueryEditMode(HPS a)7965 inline LONG _GpiQueryEditMode(HPS a) 7966 7966 { 7967 7967 LONG yyrc; … … 7977 7977 #define GpiQueryEditMode _GpiQueryEditMode 7978 7978 7979 inline LONG APIENTRY_GpiQueryElement(HPS a, LONG b, LONG c, PBYTE d)7979 inline LONG _GpiQueryElement(HPS a, LONG b, LONG c, PBYTE d) 7980 7980 { 7981 7981 LONG yyrc; … … 7991 7991 #define GpiQueryElement _GpiQueryElement 7992 7992 7993 inline LONG APIENTRY_GpiQueryElementPointer(HPS a)7993 inline LONG _GpiQueryElementPointer(HPS a) 7994 7994 { 7995 7995 LONG yyrc; … … 8005 8005 #define GpiQueryElementPointer _GpiQueryElementPointer 8006 8006 8007 inline LONG APIENTRY_GpiQueryElementType(HPS a, PLONG b, LONG c, PSZ d)8007 inline LONG _GpiQueryElementType(HPS a, PLONG b, LONG c, PSZ d) 8008 8008 { 8009 8009 LONG yyrc; … … 8019 8019 #define GpiQueryElementType _GpiQueryElementType 8020 8020 8021 inline ULONG APIENTRY_GpiQueryFaceString(HPS a, PCSZ b, PFACENAMEDESC c, LONG d, PSZ e)8021 inline ULONG _GpiQueryFaceString(HPS a, PCSZ b, PFACENAMEDESC c, LONG d, PSZ e) 8022 8022 { 8023 8023 ULONG yyrc; … … 8033 8033 #define GpiQueryFaceString _GpiQueryFaceString 8034 8034 8035 inline ULONG APIENTRY_GpiQueryFontAction(HAB a, ULONG b)8035 inline ULONG _GpiQueryFontAction(HAB a, ULONG b) 8036 8036 { 8037 8037 ULONG yyrc; … … 8047 8047 #define GpiQueryFontAction _GpiQueryFontAction 8048 8048 8049 inline LONG APIENTRY_GpiQueryFontFileDescriptions(HAB a, PCSZ b, PLONG c, PFFDESCS d)8049 inline LONG _GpiQueryFontFileDescriptions(HAB a, PCSZ b, PLONG c, PFFDESCS d) 8050 8050 { 8051 8051 LONG yyrc; … … 8061 8061 #define GpiQueryFontFileDescriptions _GpiQueryFontFileDescriptions 8062 8062 8063 inline BOOL APIENTRY_GpiQueryFontMetrics(HPS a, LONG b, PFONTMETRICS c)8063 inline BOOL _GpiQueryFontMetrics(HPS a, LONG b, PFONTMETRICS c) 8064 8064 { 8065 8065 BOOL yyrc; … … 8075 8075 #define GpiQueryFontMetrics _GpiQueryFontMetrics 8076 8076 8077 inline LONG APIENTRY_GpiQueryFonts(HPS a, ULONG b, PCSZ c, PLONG d, LONG e, PFONTMETRICS f)8077 inline LONG _GpiQueryFonts(HPS a, ULONG b, PCSZ c, PLONG d, LONG e, PFONTMETRICS f) 8078 8078 { 8079 8079 LONG yyrc; … … 8089 8089 #define GpiQueryFonts _GpiQueryFonts 8090 8090 8091 inline LONG APIENTRY_GpiQueryFullFontFileDescs(HAB a, PCSZ b, PLONG c, PVOID d, PLONG e)8091 inline LONG _GpiQueryFullFontFileDescs(HAB a, PCSZ b, PLONG c, PVOID d, PLONG e) 8092 8092 { 8093 8093 LONG yyrc; … … 8103 8103 #define GpiQueryFullFontFileDescs _GpiQueryFullFontFileDescs 8104 8104 8105 inline BOOL APIENTRY_GpiQueryGraphicsField(HPS a, PRECTL b)8105 inline BOOL _GpiQueryGraphicsField(HPS a, PRECTL b) 8106 8106 { 8107 8107 BOOL yyrc; … … 8117 8117 #define GpiQueryGraphicsField _GpiQueryGraphicsField 8118 8118 8119 inline LONG APIENTRY_GpiQueryKerningPairs(HPS a, LONG b, PKERNINGPAIRS c)8119 inline LONG _GpiQueryKerningPairs(HPS a, LONG b, PKERNINGPAIRS c) 8120 8120 { 8121 8121 LONG yyrc; … … 8131 8131 #define GpiQueryKerningPairs _GpiQueryKerningPairs 8132 8132 8133 inline LONG APIENTRY_GpiQueryLineEnd(HPS a)8133 inline LONG _GpiQueryLineEnd(HPS a) 8134 8134 { 8135 8135 LONG yyrc; … … 8145 8145 #define GpiQueryLineEnd _GpiQueryLineEnd 8146 8146 8147 inline LONG APIENTRY_GpiQueryLineJoin(HPS a)8147 inline LONG _GpiQueryLineJoin(HPS a) 8148 8148 { 8149 8149 LONG yyrc; … … 8159 8159 #define GpiQueryLineJoin _GpiQueryLineJoin 8160 8160 8161 inline LONG APIENTRY_GpiQueryLineType(HPS a)8161 inline LONG _GpiQueryLineType(HPS a) 8162 8162 { 8163 8163 LONG yyrc; … … 8173 8173 #define GpiQueryLineType _GpiQueryLineType 8174 8174 8175 inline FIXED APIENTRY_GpiQueryLineWidth(HPS a)8175 inline FIXED _GpiQueryLineWidth(HPS a) 8176 8176 { 8177 8177 FIXED yyrc; … … 8187 8187 #define GpiQueryLineWidth _GpiQueryLineWidth 8188 8188 8189 inline LONG APIENTRY_GpiQueryLineWidthGeom(HPS a)8189 inline LONG _GpiQueryLineWidthGeom(HPS a) 8190 8190 { 8191 8191 LONG yyrc; … … 8201 8201 #define GpiQueryLineWidthGeom _GpiQueryLineWidthGeom 8202 8202 8203 inline LONG APIENTRY_GpiQueryLogColorTable(HPS a, ULONG b, LONG c, LONG d, PLONG e)8203 inline LONG _GpiQueryLogColorTable(HPS a, ULONG b, LONG c, LONG d, PLONG e) 8204 8204 { 8205 8205 LONG yyrc; … … 8215 8215 #define GpiQueryLogColorTable _GpiQueryLogColorTable 8216 8216 8217 inline BOOL APIENTRY_GpiQueryLogicalFont(HPS a, LONG b, PSTR8 c, PFATTRS d, LONG e)8217 inline BOOL _GpiQueryLogicalFont(HPS a, LONG b, PSTR8 c, PFATTRS d, LONG e) 8218 8218 { 8219 8219 BOOL yyrc; … … 8229 8229 #define GpiQueryLogicalFont _GpiQueryLogicalFont 8230 8230 8231 inline LONG APIENTRY_GpiQueryMarker(HPS a)8231 inline LONG _GpiQueryMarker(HPS a) 8232 8232 { 8233 8233 LONG yyrc; … … 8243 8243 #define GpiQueryMarker _GpiQueryMarker 8244 8244 8245 inline BOOL APIENTRY_GpiQueryMarkerBox(HPS a, PSIZEF b)8245 inline BOOL _GpiQueryMarkerBox(HPS a, PSIZEF b) 8246 8246 { 8247 8247 BOOL yyrc; … … 8257 8257 #define GpiQueryMarkerBox _GpiQueryMarkerBox 8258 8258 8259 inline LONG APIENTRY_GpiQueryMarkerSet(HPS a)8259 inline LONG _GpiQueryMarkerSet(HPS a) 8260 8260 { 8261 8261 LONG yyrc; … … 8271 8271 #define GpiQueryMarkerSet _GpiQueryMarkerSet 8272 8272 8273 inline BOOL APIENTRY_GpiQueryMetaFileBits(HMF a, LONG b, LONG c, PBYTE d)8273 inline BOOL _GpiQueryMetaFileBits(HMF a, LONG b, LONG c, PBYTE d) 8274 8274 { 8275 8275 BOOL yyrc; … … 8285 8285 #define GpiQueryMetaFileBits _GpiQueryMetaFileBits 8286 8286 8287 inline LONG APIENTRY_GpiQueryMetaFileLength(HMF a)8287 inline LONG _GpiQueryMetaFileLength(HMF a) 8288 8288 { 8289 8289 LONG yyrc; … … 8299 8299 #define GpiQueryMetaFileLength _GpiQueryMetaFileLength 8300 8300 8301 inline LONG APIENTRY_GpiQueryMix(HPS a)8301 inline LONG _GpiQueryMix(HPS a) 8302 8302 { 8303 8303 LONG yyrc; … … 8313 8313 #define GpiQueryMix _GpiQueryMix 8314 8314 8315 inline BOOL APIENTRY_GpiQueryModelTransformMatrix(HPS a, LONG b, PMATRIXLF c)8315 inline BOOL _GpiQueryModelTransformMatrix(HPS a, LONG b, PMATRIXLF c) 8316 8316 { 8317 8317 BOOL yyrc; … … 8327 8327 #define GpiQueryModelTransformMatrix _GpiQueryModelTransformMatrix 8328 8328 8329 inline LONG APIENTRY_GpiQueryNearestColor(HPS a, ULONG b, LONG c)8329 inline LONG _GpiQueryNearestColor(HPS a, ULONG b, LONG c) 8330 8330 { 8331 8331 LONG yyrc; … … 8341 8341 #define GpiQueryNearestColor _GpiQueryNearestColor 8342 8342 8343 inline LONG APIENTRY_GpiQueryNumberSetIds(HPS a)8343 inline LONG _GpiQueryNumberSetIds(HPS a) 8344 8344 { 8345 8345 LONG yyrc; … … 8355 8355 #define GpiQueryNumberSetIds _GpiQueryNumberSetIds 8356 8356 8357 inline BOOL APIENTRY_GpiQueryPageViewport(HPS a, PRECTL b)8357 inline BOOL _GpiQueryPageViewport(HPS a, PRECTL b) 8358 8358 { 8359 8359 BOOL yyrc; … … 8369 8369 #define GpiQueryPageViewport _GpiQueryPageViewport 8370 8370 8371 inline HPAL APIENTRY_GpiQueryPalette(HPS a)8371 inline HPAL _GpiQueryPalette(HPS a) 8372 8372 { 8373 8373 HPAL yyrc; … … 8383 8383 #define GpiQueryPalette _GpiQueryPalette 8384 8384 8385 inline LONG APIENTRY_GpiQueryPaletteInfo(HPAL a, HPS b, ULONG c, ULONG d, ULONG e, PULONG f)8385 inline LONG _GpiQueryPaletteInfo(HPAL a, HPS b, ULONG c, ULONG d, ULONG e, PULONG f) 8386 8386 { 8387 8387 LONG yyrc; … … 8397 8397 #define GpiQueryPaletteInfo _GpiQueryPaletteInfo 8398 8398 8399 inline LONG APIENTRY_GpiQueryPattern(HPS a)8399 inline LONG _GpiQueryPattern(HPS a) 8400 8400 { 8401 8401 LONG yyrc; … … 8411 8411 #define GpiQueryPattern _GpiQueryPattern 8412 8412 8413 inline BOOL APIENTRY_GpiQueryPatternRefPoint(HPS a, PPOINTL b)8413 inline BOOL _GpiQueryPatternRefPoint(HPS a, PPOINTL b) 8414 8414 { 8415 8415 BOOL yyrc; … … 8425 8425 #define GpiQueryPatternRefPoint _GpiQueryPatternRefPoint 8426 8426 8427 inline LONG APIENTRY_GpiQueryPatternSet(HPS a)8427 inline LONG _GpiQueryPatternSet(HPS a) 8428 8428 { 8429 8429 LONG yyrc; … … 8439 8439 #define GpiQueryPatternSet _GpiQueryPatternSet 8440 8440 8441 inline LONG APIENTRY_GpiQueryRealColors(HPS a, ULONG b, LONG c, LONG d, PLONG e)8441 inline LONG _GpiQueryRealColors(HPS a, ULONG b, LONG c, LONG d, PLONG e) 8442 8442 { 8443 8443 LONG yyrc; … … 8453 8453 #define GpiQueryRealColors _GpiQueryRealColors 8454 8454 8455 inline LONG APIENTRY_GpiQueryRegionBox(HPS a, HRGN b, PRECTL c)8455 inline LONG _GpiQueryRegionBox(HPS a, HRGN b, PRECTL c) 8456 8456 { 8457 8457 LONG yyrc; … … 8467 8467 #define GpiQueryRegionBox _GpiQueryRegionBox 8468 8468 8469 inline BOOL APIENTRY_GpiQueryRegionRects(HPS a, HRGN b, PRECTL c, PRGNRECT d, PRECTL e)8469 inline BOOL _GpiQueryRegionRects(HPS a, HRGN b, PRECTL c, PRGNRECT d, PRECTL e) 8470 8470 { 8471 8471 BOOL yyrc; … … 8481 8481 #define GpiQueryRegionRects _GpiQueryRegionRects 8482 8482 8483 inline LONG APIENTRY_GpiQueryRGBColor(HPS a, ULONG b, LONG c)8483 inline LONG _GpiQueryRGBColor(HPS a, ULONG b, LONG c) 8484 8484 { 8485 8485 LONG yyrc; … … 8495 8495 #define GpiQueryRGBColor _GpiQueryRGBColor 8496 8496 8497 inline BOOL APIENTRY_GpiQuerySegmentTransformMatrix(HPS a, LONG b, LONG c, PMATRIXLF d)8497 inline BOOL _GpiQuerySegmentTransformMatrix(HPS a, LONG b, LONG c, PMATRIXLF d) 8498 8498 { 8499 8499 BOOL yyrc; … … 8509 8509 #define GpiQuerySegmentTransformMatrix _GpiQuerySegmentTransformMatrix 8510 8510 8511 inline BOOL APIENTRY_GpiQuerySetIds(HPS a, LONG b, PLONG c, PSTR8 d, PLONG e)8511 inline BOOL _GpiQuerySetIds(HPS a, LONG b, PLONG c, PSTR8 d, PLONG e) 8512 8512 { 8513 8513 BOOL yyrc; … … 8523 8523 #define GpiQuerySetIds _GpiQuerySetIds 8524 8524 8525 inline BOOL APIENTRY_GpiQueryTextAlignment(HPS a, PLONG b, PLONG c)8525 inline BOOL _GpiQueryTextAlignment(HPS a, PLONG b, PLONG c) 8526 8526 { 8527 8527 BOOL yyrc; … … 8537 8537 #define GpiQueryTextAlignment _GpiQueryTextAlignment 8538 8538 8539 inline BOOL APIENTRY_GpiQueryTextBox(HPS a, LONG b, PCH c, LONG d, PPOINTL e)8539 inline BOOL _GpiQueryTextBox(HPS a, LONG b, PCH c, LONG d, PPOINTL e) 8540 8540 { 8541 8541 BOOL yyrc; … … 8551 8551 #define GpiQueryTextBox _GpiQueryTextBox 8552 8552 8553 inline BOOL APIENTRY_GpiQueryViewingLimits(HPS a, PRECTL b)8553 inline BOOL _GpiQueryViewingLimits(HPS a, PRECTL b) 8554 8554 { 8555 8555 BOOL yyrc; … … 8565 8565 #define GpiQueryViewingLimits _GpiQueryViewingLimits 8566 8566 8567 inline BOOL APIENTRY_GpiQueryViewingTransformMatrix(HPS a, LONG b, PMATRIXLF c)8567 inline BOOL _GpiQueryViewingTransformMatrix(HPS a, LONG b, PMATRIXLF c) 8568 8568 { 8569 8569 BOOL yyrc; … … 8579 8579 #define GpiQueryViewingTransformMatrix _GpiQueryViewingTransformMatrix 8580 8580 8581 inline BOOL APIENTRY_GpiQueryWidthTable(HPS a, LONG b, LONG c, PLONG d)8581 inline BOOL _GpiQueryWidthTable(HPS a, LONG b, LONG c, PLONG d) 8582 8582 { 8583 8583 BOOL yyrc; … … 8593 8593 #define GpiQueryWidthTable _GpiQueryWidthTable 8594 8594 8595 inline LONG APIENTRY_GpiRectInRegion(HPS a, HRGN b, PRECTL c)8595 inline LONG _GpiRectInRegion(HPS a, HRGN b, PRECTL c) 8596 8596 { 8597 8597 LONG yyrc; … … 8607 8607 #define GpiRectInRegion _GpiRectInRegion 8608 8608 8609 inline LONG APIENTRY_GpiRectVisible(HPS a, PRECTL b)8609 inline LONG _GpiRectVisible(HPS a, PRECTL b) 8610 8610 { 8611 8611 LONG yyrc; … … 8621 8621 #define GpiRectVisible _GpiRectVisible 8622 8622 8623 inline BOOL APIENTRY_GpiRotate(HPS a, PMATRIXLF b, LONG c, FIXED d, PPOINTL e)8623 inline BOOL _GpiRotate(HPS a, PMATRIXLF b, LONG c, FIXED d, PPOINTL e) 8624 8624 { 8625 8625 BOOL yyrc; … … 8635 8635 #define GpiRotate _GpiRotate 8636 8636 8637 inline BOOL APIENTRY_GpiSaveMetaFile(HMF a, PCSZ b)8637 inline BOOL _GpiSaveMetaFile(HMF a, PCSZ b) 8638 8638 { 8639 8639 BOOL yyrc; … … 8649 8649 #define GpiSaveMetaFile _GpiSaveMetaFile 8650 8650 8651 inline BOOL APIENTRY_GpiScale(HPS a, PMATRIXLF b, LONG c, PFIXED d, PPOINTL e)8651 inline BOOL _GpiScale(HPS a, PMATRIXLF b, LONG c, PFIXED d, PPOINTL e) 8652 8652 { 8653 8653 BOOL yyrc; … … 8663 8663 #define GpiScale _GpiScale 8664 8664 8665 inline HPAL APIENTRY_GpiSelectPalette(HPS a, HPAL b)8665 inline HPAL _GpiSelectPalette(HPS a, HPAL b) 8666 8666 { 8667 8667 HPAL yyrc; … … 8677 8677 #define GpiSelectPalette _GpiSelectPalette 8678 8678 8679 inline BOOL APIENTRY_GpiSetArcParams(HPS a, PARCPARAMS b)8679 inline BOOL _GpiSetArcParams(HPS a, PARCPARAMS b) 8680 8680 { 8681 8681 BOOL yyrc; … … 8691 8691 #define GpiSetArcParams _GpiSetArcParams 8692 8692 8693 inline BOOL APIENTRY_GpiSetAttrMode(HPS a, LONG b)8693 inline BOOL _GpiSetAttrMode(HPS a, LONG b) 8694 8694 { 8695 8695 BOOL yyrc; … … 8705 8705 #define GpiSetAttrMode _GpiSetAttrMode 8706 8706 8707 inline BOOL APIENTRY_GpiSetAttrs(HPS a, LONG b, ULONG c, ULONG d, PVOID e)8707 inline BOOL _GpiSetAttrs(HPS a, LONG b, ULONG c, ULONG d, PVOID e) 8708 8708 { 8709 8709 BOOL yyrc; … … 8719 8719 #define GpiSetAttrs _GpiSetAttrs 8720 8720 8721 inline BOOL APIENTRY_GpiSetBackColor(HPS a, LONG b)8721 inline BOOL _GpiSetBackColor(HPS a, LONG b) 8722 8722 { 8723 8723 BOOL yyrc; … … 8733 8733 #define GpiSetBackColor _GpiSetBackColor 8734 8734 8735 inline BOOL APIENTRY_GpiSetBackMix(HPS a, LONG b)8735 inline BOOL _GpiSetBackMix(HPS a, LONG b) 8736 8736 { 8737 8737 BOOL yyrc; … … 8747 8747 #define GpiSetBackMix _GpiSetBackMix 8748 8748 8749 inline BOOL APIENTRY_GpiSetCharAngle(HPS a, PGRADIENTL b)8749 inline BOOL _GpiSetCharAngle(HPS a, PGRADIENTL b) 8750 8750 { 8751 8751 BOOL yyrc; … … 8761 8761 #define GpiSetCharAngle _GpiSetCharAngle 8762 8762 8763 inline BOOL APIENTRY_GpiSetCharBox(HPS a, PSIZEF b)8763 inline BOOL _GpiSetCharBox(HPS a, PSIZEF b) 8764 8764 { 8765 8765 BOOL yyrc; … … 8775 8775 #define GpiSetCharBox _GpiSetCharBox 8776 8776 8777 inline BOOL APIENTRY_GpiSetCharBreakExtra(HPS a, FIXED b)8777 inline BOOL _GpiSetCharBreakExtra(HPS a, FIXED b) 8778 8778 { 8779 8779 BOOL yyrc; … … 8789 8789 #define GpiSetCharBreakExtra _GpiSetCharBreakExtra 8790 8790 8791 inline BOOL APIENTRY_GpiSetCharDirection(HPS a, LONG b)8791 inline BOOL _GpiSetCharDirection(HPS a, LONG b) 8792 8792 { 8793 8793 BOOL yyrc; … … 8803 8803 #define GpiSetCharDirection _GpiSetCharDirection 8804 8804 8805 inline BOOL APIENTRY_GpiSetCharExtra(HPS a, FIXED b)8805 inline BOOL _GpiSetCharExtra(HPS a, FIXED b) 8806 8806 { 8807 8807 BOOL yyrc; … … 8817 8817 #define GpiSetCharExtra _GpiSetCharExtra 8818 8818 8819 inline BOOL APIENTRY_GpiSetCharMode(HPS a, LONG b)8819 inline BOOL _GpiSetCharMode(HPS a, LONG b) 8820 8820 { 8821 8821 BOOL yyrc; … … 8831 8831 #define GpiSetCharMode _GpiSetCharMode 8832 8832 8833 inline BOOL APIENTRY_GpiSetCharSet(HPS a, LONG b)8833 inline BOOL _GpiSetCharSet(HPS a, LONG b) 8834 8834 { 8835 8835 BOOL yyrc; … … 8845 8845 #define GpiSetCharSet _GpiSetCharSet 8846 8846 8847 inline BOOL APIENTRY_GpiSetCharShear(HPS a, PPOINTL b)8847 inline BOOL _GpiSetCharShear(HPS a, PPOINTL b) 8848 8848 { 8849 8849 BOOL yyrc; … … 8859 8859 #define GpiSetCharShear _GpiSetCharShear 8860 8860 8861 inline BOOL APIENTRY_GpiSetClipPath(HPS a, LONG b, LONG c)8861 inline BOOL _GpiSetClipPath(HPS a, LONG b, LONG c) 8862 8862 { 8863 8863 BOOL yyrc; … … 8873 8873 #define GpiSetClipPath _GpiSetClipPath 8874 8874 8875 inline LONG APIENTRY_GpiSetClipRegion(HPS a, HRGN b, PHRGN c)8875 inline LONG _GpiSetClipRegion(HPS a, HRGN b, PHRGN c) 8876 8876 { 8877 8877 LONG yyrc; … … 8887 8887 #define GpiSetClipRegion _GpiSetClipRegion 8888 8888 8889 inline BOOL APIENTRY_GpiSetColor(HPS a, LONG b)8889 inline BOOL _GpiSetColor(HPS a, LONG b) 8890 8890 { 8891 8891 BOOL yyrc; … … 8901 8901 #define GpiSetColor _GpiSetColor 8902 8902 8903 inline BOOL APIENTRY_GpiSetCp(HPS a, ULONG b)8903 inline BOOL _GpiSetCp(HPS a, ULONG b) 8904 8904 { 8905 8905 BOOL yyrc; … … 8915 8915 #define GpiSetCp _GpiSetCp 8916 8916 8917 inline BOOL APIENTRY_GpiSetCurrentPosition(HPS a, PPOINTL b)8917 inline BOOL _GpiSetCurrentPosition(HPS a, PPOINTL b) 8918 8918 { 8919 8919 BOOL yyrc; … … 8929 8929 #define GpiSetCurrentPosition _GpiSetCurrentPosition 8930 8930 8931 inline BOOL APIENTRY_GpiSetDefArcParams(HPS a, PARCPARAMS b)8931 inline BOOL _GpiSetDefArcParams(HPS a, PARCPARAMS b) 8932 8932 { 8933 8933 BOOL yyrc; … … 8943 8943 #define GpiSetDefArcParams _GpiSetDefArcParams 8944 8944 8945 inline BOOL APIENTRY_GpiSetDefAttrs(HPS a, LONG b, ULONG c, PVOID d)8945 inline BOOL _GpiSetDefAttrs(HPS a, LONG b, ULONG c, PVOID d) 8946 8946 { 8947 8947 BOOL yyrc; … … 8957 8957 #define GpiSetDefAttrs _GpiSetDefAttrs 8958 8958 8959 inline BOOL APIENTRY_GpiSetDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c, LONG d)8959 inline BOOL _GpiSetDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c, LONG d) 8960 8960 { 8961 8961 BOOL yyrc; … … 8971 8971 #define GpiSetDefaultViewMatrix _GpiSetDefaultViewMatrix 8972 8972 8973 inline BOOL APIENTRY_GpiSetDefTag(HPS a, LONG b)8973 inline BOOL _GpiSetDefTag(HPS a, LONG b) 8974 8974 { 8975 8975 BOOL yyrc; … … 8985 8985 #define GpiSetDefTag _GpiSetDefTag 8986 8986 8987 inline BOOL APIENTRY_GpiSetDefViewingLimits(HPS a, PRECTL b)8987 inline BOOL _GpiSetDefViewingLimits(HPS a, PRECTL b) 8988 8988 { 8989 8989 BOOL yyrc; … … 8999 8999 #define GpiSetDefViewingLimits _GpiSetDefViewingLimits 9000 9000 9001 inline BOOL APIENTRY_GpiSetEditMode(HPS a, LONG b)9001 inline BOOL _GpiSetEditMode(HPS a, LONG b) 9002 9002 { 9003 9003 BOOL yyrc; … … 9013 9013 #define GpiSetEditMode _GpiSetEditMode 9014 9014 9015 inline BOOL APIENTRY_GpiSetElementPointer(HPS a, LONG b)9015 inline BOOL _GpiSetElementPointer(HPS a, LONG b) 9016 9016 { 9017 9017 BOOL yyrc; … … 9027 9027 #define GpiSetElementPointer _GpiSetElementPointer 9028 9028 9029 inline BOOL APIENTRY_GpiSetElementPointerAtLabel(HPS a, LONG b)9029 inline BOOL _GpiSetElementPointerAtLabel(HPS a, LONG b) 9030 9030 { 9031 9031 BOOL yyrc; … … 9041 9041 #define GpiSetElementPointerAtLabel _GpiSetElementPointerAtLabel 9042 9042 9043 inline BOOL APIENTRY_GpiSetGraphicsField(HPS a, PRECTL b)9043 inline BOOL _GpiSetGraphicsField(HPS a, PRECTL b) 9044 9044 { 9045 9045 BOOL yyrc; … … 9055 9055 #define GpiSetGraphicsField _GpiSetGraphicsField 9056 9056 9057 inline BOOL APIENTRY_GpiSetLineEnd(HPS a, LONG b)9057 inline BOOL _GpiSetLineEnd(HPS a, LONG b) 9058 9058 { 9059 9059 BOOL yyrc; … … 9069 9069 #define GpiSetLineEnd _GpiSetLineEnd 9070 9070 9071 inline BOOL APIENTRY_GpiSetLineJoin(HPS a, LONG b)9071 inline BOOL _GpiSetLineJoin(HPS a, LONG b) 9072 9072 { 9073 9073 BOOL yyrc; … … 9083 9083 #define GpiSetLineJoin _GpiSetLineJoin 9084 9084 9085 inline BOOL APIENTRY_GpiSetLineType(HPS a, LONG b)9085 inline BOOL _GpiSetLineType(HPS a, LONG b) 9086 9086 { 9087 9087 BOOL yyrc; … … 9097 9097 #define GpiSetLineType _GpiSetLineType 9098 9098 9099 inline BOOL APIENTRY_GpiSetLineWidth(HPS a, FIXED b)9099 inline BOOL _GpiSetLineWidth(HPS a, FIXED b) 9100 9100 { 9101 9101 BOOL yyrc; … … 9111 9111 #define GpiSetLineWidth _GpiSetLineWidth 9112 9112 9113 inline BOOL APIENTRY_GpiSetLineWidthGeom(HPS a, LONG b)9113 inline BOOL _GpiSetLineWidthGeom(HPS a, LONG b) 9114 9114 { 9115 9115 BOOL yyrc; … … 9125 9125 #define GpiSetLineWidthGeom _GpiSetLineWidthGeom 9126 9126 9127 inline BOOL APIENTRY_GpiSetMarker(HPS a, LONG b)9127 inline BOOL _GpiSetMarker(HPS a, LONG b) 9128 9128 { 9129 9129 BOOL yyrc; … … 9139 9139 #define GpiSetMarker _GpiSetMarker 9140 9140 9141 inline BOOL APIENTRY_GpiSetMarkerBox(HPS a, PSIZEF b)9141 inline BOOL _GpiSetMarkerBox(HPS a, PSIZEF b) 9142 9142 { 9143 9143 BOOL yyrc; … … 9153 9153 #define GpiSetMarkerBox _GpiSetMarkerBox 9154 9154 9155 inline BOOL APIENTRY_GpiSetMarkerSet(HPS a, LONG b)9155 inline BOOL _GpiSetMarkerSet(HPS a, LONG b) 9156 9156 { 9157 9157 BOOL yyrc; … … 9167 9167 #define GpiSetMarkerSet _GpiSetMarkerSet 9168 9168 9169 inline BOOL APIENTRY_GpiSetMetaFileBits(HMF a, LONG b, LONG c, PBYTE d)9169 inline BOOL _GpiSetMetaFileBits(HMF a, LONG b, LONG c, PBYTE d) 9170 9170 { 9171 9171 BOOL yyrc; … … 9181 9181 #define GpiSetMetaFileBits _GpiSetMetaFileBits 9182 9182 9183 inline BOOL APIENTRY_GpiSetMix(HPS a, LONG b)9183 inline BOOL _GpiSetMix(HPS a, LONG b) 9184 9184 { 9185 9185 BOOL yyrc; … … 9195 9195 #define GpiSetMix _GpiSetMix 9196 9196 9197 inline BOOL APIENTRY_GpiSetModelTransformMatrix(HPS a, LONG b, PMATRIXLF c, LONG d)9197 inline BOOL _GpiSetModelTransformMatrix(HPS a, LONG b, PMATRIXLF c, LONG d) 9198 9198 { 9199 9199 BOOL yyrc; … … 9209 9209 #define GpiSetModelTransformMatrix _GpiSetModelTransformMatrix 9210 9210 9211 inline BOOL APIENTRY_GpiSetPageViewport(HPS a, PRECTL b)9211 inline BOOL _GpiSetPageViewport(HPS a, PRECTL b) 9212 9212 { 9213 9213 BOOL yyrc; … … 9223 9223 #define GpiSetPageViewport _GpiSetPageViewport 9224 9224 9225 inline BOOL APIENTRY_GpiSetPaletteEntries(HPAL a, ULONG b, ULONG c, ULONG d, ULONG *e)9225 inline BOOL _GpiSetPaletteEntries(HPAL a, ULONG b, ULONG c, ULONG d, ULONG *e) 9226 9226 { 9227 9227 BOOL yyrc; … … 9237 9237 #define GpiSetPaletteEntries _GpiSetPaletteEntries 9238 9238 9239 inline BOOL APIENTRY_GpiSetPattern(HPS a, LONG b)9239 inline BOOL _GpiSetPattern(HPS a, LONG b) 9240 9240 { 9241 9241 BOOL yyrc; … … 9251 9251 #define GpiSetPattern _GpiSetPattern 9252 9252 9253 inline BOOL APIENTRY_GpiSetPatternRefPoint(HPS a, PPOINTL b)9253 inline BOOL _GpiSetPatternRefPoint(HPS a, PPOINTL b) 9254 9254 { 9255 9255 BOOL yyrc; … … 9265 9265 #define GpiSetPatternRefPoint _GpiSetPatternRefPoint 9266 9266 9267 inline BOOL APIENTRY_GpiSetPatternSet(HPS a, LONG b)9267 inline BOOL _GpiSetPatternSet(HPS a, LONG b) 9268 9268 { 9269 9269 BOOL yyrc; … … 9279 9279 #define GpiSetPatternSet _GpiSetPatternSet 9280 9280 9281 inline BOOL APIENTRY_GpiSetRegion(HPS a, HRGN b, LONG c, PRECTL d)9281 inline BOOL _GpiSetRegion(HPS a, HRGN b, LONG c, PRECTL d) 9282 9282 { 9283 9283 BOOL yyrc; … … 9293 9293 #define GpiSetRegion _GpiSetRegion 9294 9294 9295 inline BOOL APIENTRY_GpiSetSegmentTransformMatrix(HPS a, LONG b, LONG c, MATRIXLF *d, LONG e)9295 inline BOOL _GpiSetSegmentTransformMatrix(HPS a, LONG b, LONG c, MATRIXLF *d, LONG e) 9296 9296 { 9297 9297 BOOL yyrc; … … 9307 9307 #define GpiSetSegmentTransformMatrix _GpiSetSegmentTransformMatrix 9308 9308 9309 inline BOOL APIENTRY_GpiSetTextAlignment(HPS a, LONG b, LONG c)9309 inline BOOL _GpiSetTextAlignment(HPS a, LONG b, LONG c) 9310 9310 { 9311 9311 BOOL yyrc; … … 9321 9321 #define GpiSetTextAlignment _GpiSetTextAlignment 9322 9322 9323 inline BOOL APIENTRY_GpiSetViewingLimits(HPS a, PRECTL b)9323 inline BOOL _GpiSetViewingLimits(HPS a, PRECTL b) 9324 9324 { 9325 9325 BOOL yyrc; … … 9335 9335 #define GpiSetViewingLimits _GpiSetViewingLimits 9336 9336 9337 inline BOOL APIENTRY_GpiSetViewingTransformMatrix(HPS a, LONG b, MATRIXLF *c, LONG d)9337 inline BOOL _GpiSetViewingTransformMatrix(HPS a, LONG b, MATRIXLF *c, LONG d) 9338 9338 { 9339 9339 BOOL yyrc; … … 9349 9349 #define GpiSetViewingTransformMatrix _GpiSetViewingTransformMatrix 9350 9350 9351 inline LONG APIENTRY_GpiStrokePath(HPS a, LONG b, ULONG c)9351 inline LONG _GpiStrokePath(HPS a, LONG b, ULONG c) 9352 9352 { 9353 9353 LONG yyrc; … … 9363 9363 #define GpiStrokePath _GpiStrokePath 9364 9364 9365 inline BOOL APIENTRY_GpiTranslate(HPS a, PMATRIXLF b, LONG c, PPOINTL d)9365 inline BOOL _GpiTranslate(HPS a, PMATRIXLF b, LONG c, PPOINTL d) 9366 9366 { 9367 9367 BOOL yyrc; … … 9377 9377 #define GpiTranslate _GpiTranslate 9378 9378 9379 inline BOOL APIENTRY_GpiUnloadFonts(HAB a, PCSZ b)9379 inline BOOL _GpiUnloadFonts(HAB a, PCSZ b) 9380 9380 { 9381 9381 BOOL yyrc; … … 9391 9391 #define GpiUnloadFonts _GpiUnloadFonts 9392 9392 9393 inline BOOL APIENTRY_GpiUnloadPublicFonts(HAB a, PCSZ b)9393 inline BOOL _GpiUnloadPublicFonts(HAB a, PCSZ b) 9394 9394 { 9395 9395 BOOL yyrc; … … 9406 9406 9407 9407 #ifdef INCL_GPIBITMAPS 9408 inline LONG APIENTRY_GpiBitBlt(HPS a, HPS b, LONG c, PPOINTL d, LONG e, ULONG f)9408 inline LONG _GpiBitBlt(HPS a, HPS b, LONG c, PPOINTL d, LONG e, ULONG f) 9409 9409 { 9410 9410 LONG yyrc; … … 9420 9420 #define GpiBitBlt _GpiBitBlt 9421 9421 9422 inline BOOL APIENTRY_GpiDeleteBitmap(HBITMAP a)9422 inline BOOL _GpiDeleteBitmap(HBITMAP a) 9423 9423 { 9424 9424 BOOL yyrc; … … 9434 9434 #define GpiDeleteBitmap _GpiDeleteBitmap 9435 9435 9436 inline HBITMAP APIENTRY_GpiLoadBitmap(HPS a, HMODULE b, ULONG c, LONG d, LONG e)9436 inline HBITMAP _GpiLoadBitmap(HPS a, HMODULE b, ULONG c, LONG d, LONG e) 9437 9437 { 9438 9438 HBITMAP yyrc; … … 9448 9448 #define GpiLoadBitmap _GpiLoadBitmap 9449 9449 9450 inline HBITMAP APIENTRY_GpiSetBitmap(HPS a, HBITMAP b)9450 inline HBITMAP _GpiSetBitmap(HPS a, HBITMAP b) 9451 9451 { 9452 9452 HBITMAP yyrc; … … 9462 9462 #define GpiSetBitmap _GpiSetBitmap 9463 9463 9464 inline LONG APIENTRY_GpiWCBitBlt(HPS a, HBITMAP b, LONG c, PPOINTL d, LONG e, ULONG f)9464 inline LONG _GpiWCBitBlt(HPS a, HBITMAP b, LONG c, PPOINTL d, LONG e, ULONG f) 9465 9465 { 9466 9466 LONG yyrc; … … 9476 9476 #define GpiWCBitBlt _GpiWCBitBlt 9477 9477 9478 inline HBITMAP APIENTRY_GpiCreateBitmap(HPS a, BITMAPINFOHEADER2 *b, ULONG c, PBYTE d, BITMAPINFO2 *e)9478 inline HBITMAP _GpiCreateBitmap(HPS a, BITMAPINFOHEADER2 *b, ULONG c, PBYTE d, BITMAPINFO2 *e) 9479 9479 { 9480 9480 HBITMAP yyrc; … … 9490 9490 #define GpiCreateBitmap _GpiCreateBitmap 9491 9491 9492 inline LONG APIENTRY_GpiDrawBits(HPS a, PVOID b, BITMAPINFO2 *c, LONG d, PPOINTL e, LONG f, ULONG g)9492 inline LONG _GpiDrawBits(HPS a, PVOID b, BITMAPINFO2 *c, LONG d, PPOINTL e, LONG f, ULONG g) 9493 9493 { 9494 9494 LONG yyrc; … … 9504 9504 #define GpiDrawBits _GpiDrawBits 9505 9505 9506 inline LONG APIENTRY_GpiFloodFill(HPS a, LONG b, LONG c)9506 inline LONG _GpiFloodFill(HPS a, LONG b, LONG c) 9507 9507 { 9508 9508 LONG yyrc; … … 9518 9518 #define GpiFloodFill _GpiFloodFill 9519 9519 9520 inline LONG APIENTRY_GpiQueryBitmapBits(HPS a, LONG b, LONG c, PBYTE d, PBITMAPINFO2 e)9520 inline LONG _GpiQueryBitmapBits(HPS a, LONG b, LONG c, PBYTE d, PBITMAPINFO2 e) 9521 9521 { 9522 9522 LONG yyrc; … … 9532 9532 #define GpiQueryBitmapBits _GpiQueryBitmapBits 9533 9533 9534 inline BOOL APIENTRY_GpiQueryBitmapDimension(HBITMAP a, PSIZEL b)9534 inline BOOL _GpiQueryBitmapDimension(HBITMAP a, PSIZEL b) 9535 9535 { 9536 9536 BOOL yyrc; … … 9546 9546 #define GpiQueryBitmapDimension _GpiQueryBitmapDimension 9547 9547 9548 inline HBITMAP APIENTRY_GpiQueryBitmapHandle(HPS a, LONG b)9548 inline HBITMAP _GpiQueryBitmapHandle(HPS a, LONG b) 9549 9549 { 9550 9550 HBITMAP yyrc; … … 9560 9560 #define GpiQueryBitmapHandle _GpiQueryBitmapHandle 9561 9561 9562 inline BOOL APIENTRY_GpiQueryBitmapInfoHeader(HBITMAP a, PBITMAPINFOHEADER2 b)9562 inline BOOL _GpiQueryBitmapInfoHeader(HBITMAP a, PBITMAPINFOHEADER2 b) 9563 9563 { 9564 9564 BOOL yyrc; … … 9574 9574 #define GpiQueryBitmapInfoHeader _GpiQueryBitmapInfoHeader 9575 9575 9576 inline BOOL APIENTRY_GpiQueryBitmapParameters(HBITMAP a, PBITMAPINFOHEADER b)9576 inline BOOL _GpiQueryBitmapParameters(HBITMAP a, PBITMAPINFOHEADER b) 9577 9577 { 9578 9578 BOOL yyrc; … … 9588 9588 #define GpiQueryBitmapParameters _GpiQueryBitmapParameters 9589 9589 9590 inline BOOL APIENTRY_GpiQueryDeviceBitmapFormats(HPS a, LONG b, PLONG c)9590 inline BOOL _GpiQueryDeviceBitmapFormats(HPS a, LONG b, PLONG c) 9591 9591 { 9592 9592 BOOL yyrc; … … 9602 9602 #define GpiQueryDeviceBitmapFormats _GpiQueryDeviceBitmapFormats 9603 9603 9604 inline LONG APIENTRY_GpiSetBitmapBits(HPS a, LONG b, LONG c, PBYTE d, BITMAPINFO2 *e)9604 inline LONG _GpiSetBitmapBits(HPS a, LONG b, LONG c, PBYTE d, BITMAPINFO2 *e) 9605 9605 { 9606 9606 LONG yyrc; … … 9616 9616 #define GpiSetBitmapBits _GpiSetBitmapBits 9617 9617 9618 inline LONG APIENTRY_GpiQueryPel(HPS a, PPOINTL b)9618 inline LONG _GpiQueryPel(HPS a, PPOINTL b) 9619 9619 { 9620 9620 LONG yyrc; … … 9630 9630 #define GpiQueryPel _GpiQueryPel 9631 9631 9632 inline BOOL APIENTRY_GpiSetBitmapDimension(HBITMAP a, SIZEL *b)9632 inline BOOL _GpiSetBitmapDimension(HBITMAP a, SIZEL *b) 9633 9633 { 9634 9634 BOOL yyrc; … … 9644 9644 #define GpiSetBitmapDimension _GpiSetBitmapDimension 9645 9645 9646 inline BOOL APIENTRY_GpiSetBitmapId(HPS a, HBITMAP b, LONG c)9646 inline BOOL _GpiSetBitmapId(HPS a, HBITMAP b, LONG c) 9647 9647 { 9648 9648 BOOL yyrc; … … 9658 9658 #define GpiSetBitmapId _GpiSetBitmapId 9659 9659 9660 inline LONG APIENTRY_GpiSetPel(HPS a, PPOINTL b)9660 inline LONG _GpiSetPel(HPS a, PPOINTL b) 9661 9661 { 9662 9662 LONG yyrc; … … 9674 9674 #endif 9675 9675 #ifdef INCL_GPICONTROL 9676 inline BOOL APIENTRY_GpiAssociate(HPS a, HDC b)9676 inline BOOL _GpiAssociate(HPS a, HDC b) 9677 9677 { 9678 9678 BOOL yyrc; … … 9688 9688 #define GpiAssociate _GpiAssociate 9689 9689 9690 inline HPS APIENTRY_GpiCreatePS(HAB a, HDC b, PSIZEL c, ULONG d)9690 inline HPS _GpiCreatePS(HAB a, HDC b, PSIZEL c, ULONG d) 9691 9691 { 9692 9692 HPS yyrc; … … 9702 9702 #define GpiCreatePS _GpiCreatePS 9703 9703 9704 inline BOOL APIENTRY_GpiDestroyPS(HPS a)9704 inline BOOL _GpiDestroyPS(HPS a) 9705 9705 { 9706 9706 BOOL yyrc; … … 9716 9716 #define GpiDestroyPS _GpiDestroyPS 9717 9717 9718 inline BOOL APIENTRY_GpiErase(HPS a)9718 inline BOOL _GpiErase(HPS a) 9719 9719 { 9720 9720 BOOL yyrc; … … 9730 9730 #define GpiErase _GpiErase 9731 9731 9732 inline HDC APIENTRY_GpiQueryDevice(HPS a)9732 inline HDC _GpiQueryDevice(HPS a) 9733 9733 { 9734 9734 HDC yyrc; … … 9744 9744 #define GpiQueryDevice _GpiQueryDevice 9745 9745 9746 inline BOOL APIENTRY_GpiRestorePS(HPS a, LONG b)9746 inline BOOL _GpiRestorePS(HPS a, LONG b) 9747 9747 { 9748 9748 BOOL yyrc; … … 9758 9758 #define GpiRestorePS _GpiRestorePS 9759 9759 9760 inline LONG APIENTRY_GpiSavePS(HPS a)9760 inline LONG _GpiSavePS(HPS a) 9761 9761 { 9762 9762 LONG yyrc; … … 9772 9772 #define GpiSavePS _GpiSavePS 9773 9773 9774 inline LONG APIENTRY_GpiErrorSegmentData(HPS a, PLONG b, PLONG c)9774 inline LONG _GpiErrorSegmentData(HPS a, PLONG b, PLONG c) 9775 9775 { 9776 9776 LONG yyrc; … … 9786 9786 #define GpiErrorSegmentData _GpiErrorSegmentData 9787 9787 9788 inline LONG APIENTRY_GpiQueryDrawControl(HPS a, LONG b)9788 inline LONG _GpiQueryDrawControl(HPS a, LONG b) 9789 9789 { 9790 9790 LONG yyrc; … … 9800 9800 #define GpiQueryDrawControl _GpiQueryDrawControl 9801 9801 9802 inline LONG APIENTRY_GpiQueryDrawingMode(HPS a)9802 inline LONG _GpiQueryDrawingMode(HPS a) 9803 9803 { 9804 9804 LONG yyrc; … … 9814 9814 #define GpiQueryDrawingMode _GpiQueryDrawingMode 9815 9815 9816 inline ULONG APIENTRY_GpiQueryPS(HPS a, PSIZEL b)9816 inline ULONG _GpiQueryPS(HPS a, PSIZEL b) 9817 9817 { 9818 9818 ULONG yyrc; … … 9828 9828 #define GpiQueryPS _GpiQueryPS 9829 9829 9830 inline BOOL APIENTRY_GpiResetPS(HPS a, ULONG b)9830 inline BOOL _GpiResetPS(HPS a, ULONG b) 9831 9831 { 9832 9832 BOOL yyrc; … … 9842 9842 #define GpiResetPS _GpiResetPS 9843 9843 9844 inline LONG APIENTRY_GpiQueryStopDraw(HPS a)9844 inline LONG _GpiQueryStopDraw(HPS a) 9845 9845 { 9846 9846 LONG yyrc; … … 9856 9856 #define GpiQueryStopDraw _GpiQueryStopDraw 9857 9857 9858 inline BOOL APIENTRY_GpiSetDrawControl(HPS a, LONG b, LONG c)9858 inline BOOL _GpiSetDrawControl(HPS a, LONG b, LONG c) 9859 9859 { 9860 9860 BOOL yyrc; … … 9870 9870 #define GpiSetDrawControl _GpiSetDrawControl 9871 9871 9872 inline BOOL APIENTRY_GpiSetDrawingMode(HPS a, LONG b)9872 inline BOOL _GpiSetDrawingMode(HPS a, LONG b) 9873 9873 { 9874 9874 BOOL yyrc; … … 9884 9884 #define GpiSetDrawingMode _GpiSetDrawingMode 9885 9885 9886 inline BOOL APIENTRY_GpiSetPS(HPS a, SIZEL *b, ULONG c)9886 inline BOOL _GpiSetPS(HPS a, SIZEL *b, ULONG c) 9887 9887 { 9888 9888 BOOL yyrc; … … 9898 9898 #define GpiSetPS _GpiSetPS 9899 9899 9900 inline BOOL APIENTRY_GpiSetStopDraw(HPS a, LONG b)9900 inline BOOL _GpiSetStopDraw(HPS a, LONG b) 9901 9901 { 9902 9902 BOOL yyrc; … … 9914 9914 #endif 9915 9915 #ifdef INCL_GPICORRELATION 9916 inline LONG APIENTRY_GpiCorrelateChain(HPS a, LONG b, PPOINTL c, LONG d, LONG e, PLONG f)9916 inline LONG _GpiCorrelateChain(HPS a, LONG b, PPOINTL c, LONG d, LONG e, PLONG f) 9917 9917 { 9918 9918 LONG yyrc; … … 9928 9928 #define GpiCorrelateChain _GpiCorrelateChain 9929 9929 9930 inline LONG APIENTRY_GpiCorrelateFrom(HPS a, LONG b, LONG c, LONG d, PPOINTL e, LONG f, LONG g, PLONG h)9930 inline LONG _GpiCorrelateFrom(HPS a, LONG b, LONG c, LONG d, PPOINTL e, LONG f, LONG g, PLONG h) 9931 9931 { 9932 9932 LONG yyrc; … … 9942 9942 #define GpiCorrelateFrom _GpiCorrelateFrom 9943 9943 9944 inline LONG APIENTRY_GpiCorrelateSegment(HPS a, LONG b, LONG c, PPOINTL d, LONG e, LONG f, PLONG g)9944 inline LONG _GpiCorrelateSegment(HPS a, LONG b, LONG c, PPOINTL d, LONG e, LONG f, PLONG g) 9945 9945 { 9946 9946 LONG yyrc; … … 9956 9956 #define GpiCorrelateSegment _GpiCorrelateSegment 9957 9957 9958 inline BOOL APIENTRY_GpiQueryBoundaryData(HPS a, PRECTL b)9958 inline BOOL _GpiQueryBoundaryData(HPS a, PRECTL b) 9959 9959 { 9960 9960 BOOL yyrc; … … 9970 9970 #define GpiQueryBoundaryData _GpiQueryBoundaryData 9971 9971 9972 inline BOOL APIENTRY_GpiQueryPickAperturePosition(HPS a, PPOINTL b)9972 inline BOOL _GpiQueryPickAperturePosition(HPS a, PPOINTL b) 9973 9973 { 9974 9974 BOOL yyrc; … … 9984 9984 #define GpiQueryPickAperturePosition _GpiQueryPickAperturePosition 9985 9985 9986 inline BOOL APIENTRY_GpiQueryPickApertureSize(HPS a, PSIZEL b)9986 inline BOOL _GpiQueryPickApertureSize(HPS a, PSIZEL b) 9987 9987 { 9988 9988 BOOL yyrc; … … 9998 9998 #define GpiQueryPickApertureSize _GpiQueryPickApertureSize 9999 9999 10000 inline BOOL APIENTRY_GpiQueryTag(HPS a, PLONG b)10000 inline BOOL _GpiQueryTag(HPS a, PLONG b) 10001 10001 { 10002 10002 BOOL yyrc; … … 10012 10012 #define GpiQueryTag _GpiQueryTag 10013 10013 10014 inline BOOL APIENTRY_GpiResetBoundaryData(HPS a)10014 inline BOOL _GpiResetBoundaryData(HPS a) 10015 10015 { 10016 10016 BOOL yyrc; … … 10026 10026 #define GpiResetBoundaryData _GpiResetBoundaryData 10027 10027 10028 inline BOOL APIENTRY_GpiSetPickAperturePosition(HPS a, PPOINTL b)10028 inline BOOL _GpiSetPickAperturePosition(HPS a, PPOINTL b) 10029 10029 { 10030 10030 BOOL yyrc; … … 10040 10040 #define GpiSetPickAperturePosition _GpiSetPickAperturePosition 10041 10041 10042 inline BOOL APIENTRY_GpiSetPickApertureSize(HPS a, LONG b, SIZEL *c)10042 inline BOOL _GpiSetPickApertureSize(HPS a, LONG b, SIZEL *c) 10043 10043 { 10044 10044 BOOL yyrc; … … 10054 10054 #define GpiSetPickApertureSize _GpiSetPickApertureSize 10055 10055 10056 inline BOOL APIENTRY_GpiSetTag(HPS a, LONG b)10056 inline BOOL _GpiSetTag(HPS a, LONG b) 10057 10057 { 10058 10058 BOOL yyrc; … … 10070 10070 #endif 10071 10071 #ifdef INCL_GPIINK 10072 inline BOOL APIENTRY_GpiBeginInkPath(HPS a, LONG b, ULONG c)10072 inline BOOL _GpiBeginInkPath(HPS a, LONG b, ULONG c) 10073 10073 { 10074 10074 BOOL yyrc; … … 10084 10084 #define GpiBeginInkPath _GpiBeginInkPath 10085 10085 10086 inline BOOL APIENTRY_GpiEndInkPath(HPS a, ULONG b)10086 inline BOOL _GpiEndInkPath(HPS a, ULONG b) 10087 10087 { 10088 10088 BOOL yyrc; … … 10098 10098 #define GpiEndInkPath _GpiEndInkPath 10099 10099 10100 inline LONG APIENTRY_GpiStrokeInkPath(HPS a, LONG b, LONG c, PPOINTL d, ULONG e)10100 inline LONG _GpiStrokeInkPath(HPS a, LONG b, LONG c, PPOINTL d, ULONG e) 10101 10101 { 10102 10102 LONG yyrc; … … 10114 10114 #endif 10115 10115 #ifdef INCL_GPISEGMENTS 10116 inline BOOL APIENTRY_GpiCloseSegment(HPS a)10116 inline BOOL _GpiCloseSegment(HPS a) 10117 10117 { 10118 10118 BOOL yyrc; … … 10128 10128 #define GpiCloseSegment _GpiCloseSegment 10129 10129 10130 inline BOOL APIENTRY_GpiDeleteSegment(HPS a, LONG b)10130 inline BOOL _GpiDeleteSegment(HPS a, LONG b) 10131 10131 { 10132 10132 BOOL yyrc; … … 10142 10142 #define GpiDeleteSegment _GpiDeleteSegment 10143 10143 10144 inline BOOL APIENTRY_GpiDeleteSegments(HPS a, LONG b, LONG c)10144 inline BOOL _GpiDeleteSegments(HPS a, LONG b, LONG c) 10145 10145 { 10146 10146 BOOL yyrc; … … 10156 10156 #define GpiDeleteSegments _GpiDeleteSegments 10157 10157 10158 inline BOOL APIENTRY_GpiDrawChain(HPS a)10158 inline BOOL _GpiDrawChain(HPS a) 10159 10159 { 10160 10160 BOOL yyrc; … … 10170 10170 #define GpiDrawChain _GpiDrawChain 10171 10171 10172 inline BOOL APIENTRY_GpiDrawDynamics(HPS a)10172 inline BOOL _GpiDrawDynamics(HPS a) 10173 10173 { 10174 10174 BOOL yyrc; … … 10184 10184 #define GpiDrawDynamics _GpiDrawDynamics 10185 10185 10186 inline BOOL APIENTRY_GpiDrawFrom(HPS a, LONG b, LONG c)10186 inline BOOL _GpiDrawFrom(HPS a, LONG b, LONG c) 10187 10187 { 10188 10188 BOOL yyrc; … … 10198 10198 #define GpiDrawFrom _GpiDrawFrom 10199 10199 10200 inline BOOL APIENTRY_GpiDrawSegment(HPS a, LONG b)10200 inline BOOL _GpiDrawSegment(HPS a, LONG b) 10201 10201 { 10202 10202 BOOL yyrc; … … 10212 10212 #define GpiDrawSegment _GpiDrawSegment 10213 10213 10214 inline LONG APIENTRY_GpiGetData(HPS a, LONG b, PLONG c, LONG d, LONG e, PBYTE f)10214 inline LONG _GpiGetData(HPS a, LONG b, PLONG c, LONG d, LONG e, PBYTE f) 10215 10215 { 10216 10216 LONG yyrc; … … 10226 10226 #define GpiGetData _GpiGetData 10227 10227 10228 inline BOOL APIENTRY_GpiOpenSegment(HPS a, LONG b)10228 inline BOOL _GpiOpenSegment(HPS a, LONG b) 10229 10229 { 10230 10230 BOOL yyrc; … … 10240 10240 #define GpiOpenSegment _GpiOpenSegment 10241 10241 10242 inline LONG APIENTRY_GpiPutData(HPS a, LONG b, PLONG c, PBYTE d)10242 inline LONG _GpiPutData(HPS a, LONG b, PLONG c, PBYTE d) 10243 10243 { 10244 10244 LONG yyrc; … … 10254 10254 #define GpiPutData _GpiPutData 10255 10255 10256 inline LONG APIENTRY_GpiQueryInitialSegmentAttrs(HPS a, LONG b)10256 inline LONG _GpiQueryInitialSegmentAttrs(HPS a, LONG b) 10257 10257 { 10258 10258 LONG yyrc; … … 10268 10268 #define GpiQueryInitialSegmentAttrs _GpiQueryInitialSegmentAttrs 10269 10269 10270 inline LONG APIENTRY_GpiQuerySegmentAttrs(HPS a, LONG b, LONG c)10270 inline LONG _GpiQuerySegmentAttrs(HPS a, LONG b, LONG c) 10271 10271 { 10272 10272 LONG yyrc; … … 10282 10282 #define GpiQuerySegmentAttrs _GpiQuerySegmentAttrs 10283 10283 10284 inline LONG APIENTRY_GpiQuerySegmentNames(HPS a, LONG b, LONG c, LONG d, PLONG e)10284 inline LONG _GpiQuerySegmentNames(HPS a, LONG b, LONG c, LONG d, PLONG e) 10285 10285 { 10286 10286 LONG yyrc; … … 10296 10296 #define GpiQuerySegmentNames _GpiQuerySegmentNames 10297 10297 10298 inline LONG APIENTRY_GpiQuerySegmentPriority(HPS a, LONG b, LONG c)10298 inline LONG _GpiQuerySegmentPriority(HPS a, LONG b, LONG c) 10299 10299 { 10300 10300 LONG yyrc; … … 10310 10310 #define GpiQuerySegmentPriority _GpiQuerySegmentPriority 10311 10311 10312 inline BOOL APIENTRY_GpiRemoveDynamics(HPS a, LONG b, LONG c)10312 inline BOOL _GpiRemoveDynamics(HPS a, LONG b, LONG c) 10313 10313 { 10314 10314 BOOL yyrc; … … 10324 10324 #define GpiRemoveDynamics _GpiRemoveDynamics 10325 10325 10326 inline BOOL APIENTRY_GpiSetInitialSegmentAttrs(HPS a, LONG b, LONG c)10326 inline BOOL _GpiSetInitialSegmentAttrs(HPS a, LONG b, LONG c) 10327 10327 { 10328 10328 BOOL yyrc; … … 10338 10338 #define GpiSetInitialSegmentAttrs _GpiSetInitialSegmentAttrs 10339 10339 10340 inline BOOL APIENTRY_GpiSetSegmentAttrs(HPS a, LONG b, LONG c, LONG d)10340 inline BOOL _GpiSetSegmentAttrs(HPS a, LONG b, LONG c, LONG d) 10341 10341 { 10342 10342 BOOL yyrc; … … 10352 10352 #define GpiSetSegmentAttrs _GpiSetSegmentAttrs 10353 10353 10354 inline BOOL APIENTRY_GpiSetSegmentPriority(HPS a, LONG b, LONG c, LONG d)10354 inline BOOL _GpiSetSegmentPriority(HPS a, LONG b, LONG c, LONG d) 10355 10355 { 10356 10356 BOOL yyrc; … … 10368 10368 #endif 10369 10369 #ifdef INCL_DEV 10370 inline LONG APIENTRY_DevEscape(HDC a, LONG b, LONG c, PBYTE d, PLONG e, PBYTE f)10370 inline LONG _DevEscape(HDC a, LONG b, LONG c, PBYTE d, PLONG e, PBYTE f) 10371 10371 { 10372 10372 LONG yyrc; … … 10382 10382 #define DevEscape _DevEscape 10383 10383 10384 inline LONG APIENTRY_DevPostEscape(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e, ULONG f, PBYTE g, ULONG h, PBYTE i)10384 inline LONG _DevPostEscape(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e, ULONG f, PBYTE g, ULONG h, PBYTE i) 10385 10385 { 10386 10386 LONG yyrc; … … 10396 10396 #define DevPostEscape _DevPostEscape 10397 10397 10398 inline LONG APIENTRY_DevPostDeviceModes(HAB a, PDRIVDATA b, PCSZ c, PCSZ d, PCSZ e, ULONG f)10398 inline LONG _DevPostDeviceModes(HAB a, PDRIVDATA b, PCSZ c, PCSZ d, PCSZ e, ULONG f) 10399 10399 { 10400 10400 LONG yyrc; … … 10410 10410 #define DevPostDeviceModes _DevPostDeviceModes 10411 10411 10412 inline BOOL APIENTRY_DevQueryDeviceNames(HAB a, PCSZ b, PLONG c, PSTR32 d, PSTR64 e, PLONG f, PSTR16 g)10412 inline BOOL _DevQueryDeviceNames(HAB a, PCSZ b, PLONG c, PSTR32 d, PSTR64 e, PLONG f, PSTR16 g) 10413 10413 { 10414 10414 BOOL yyrc; … … 10424 10424 #define DevQueryDeviceNames _DevQueryDeviceNames 10425 10425 10426 inline LONG APIENTRY_DevQueryHardcopyCaps(HDC a, LONG b, LONG c, PHCINFO d)10426 inline LONG _DevQueryHardcopyCaps(HDC a, LONG b, LONG c, PHCINFO d) 10427 10427 { 10428 10428 LONG yyrc; … … 10439 10439 10440 10440 #endif 10441 inline HMF APIENTRY_DevCloseDC(HDC a)10441 inline HMF _DevCloseDC(HDC a) 10442 10442 { 10443 10443 HMF yyrc; … … 10453 10453 #define DevCloseDC _DevCloseDC 10454 10454 10455 inline HDC APIENTRY_DevOpenDC(HAB a, LONG b, PCSZ c, LONG d, PDEVOPENDATA e, HDC f)10455 inline HDC _DevOpenDC(HAB a, LONG b, PCSZ c, LONG d, PDEVOPENDATA e, HDC f) 10456 10456 { 10457 10457 HDC yyrc; … … 10467 10467 #define DevOpenDC _DevOpenDC 10468 10468 10469 inline BOOL APIENTRY_DevQueryCaps(HDC a, LONG b, LONG c, PLONG d)10469 inline BOOL _DevQueryCaps(HDC a, LONG b, LONG c, PLONG d) 10470 10470 { 10471 10471 BOOL yyrc; … … 10483 10483 #endif 10484 10484 #ifdef INCL_WINPROGRAMLIST 10485 inline HPROGRAM APIENTRY_PrfAddProgram(HINI a, PPROGDETAILS b, HPROGRAM c)10485 inline HPROGRAM _PrfAddProgram(HINI a, PPROGDETAILS b, HPROGRAM c) 10486 10486 { 10487 10487 HPROGRAM yyrc; … … 10497 10497 #define PrfAddProgram _PrfAddProgram 10498 10498 10499 inline BOOL APIENTRY_PrfChangeProgram(HINI a, HPROGRAM b, PPROGDETAILS c)10499 inline BOOL _PrfChangeProgram(HINI a, HPROGRAM b, PPROGDETAILS c) 10500 10500 { 10501 10501 BOOL yyrc; … … 10511 10511 #define PrfChangeProgram _PrfChangeProgram 10512 10512 10513 inline HPROGRAM APIENTRY_PrfCreateGroup(HINI a, PCSZ b, UCHAR c)10513 inline HPROGRAM _PrfCreateGroup(HINI a, PCSZ b, UCHAR c) 10514 10514 { 10515 10515 HPROGRAM yyrc; … … 10525 10525 #define PrfCreateGroup _PrfCreateGroup 10526 10526 10527 inline BOOL APIENTRY_PrfDestroyGroup(HINI a, HPROGRAM b)10527 inline BOOL _PrfDestroyGroup(HINI a, HPROGRAM b) 10528 10528 { 10529 10529 BOOL yyrc; … … 10539 10539 #define PrfDestroyGroup _PrfDestroyGroup 10540 10540 10541 inline PROGCATEGORY APIENTRY_PrfQueryProgramCategory(HINI a, PCSZ b)10541 inline PROGCATEGORY _PrfQueryProgramCategory(HINI a, PCSZ b) 10542 10542 { 10543 10543 PROGCATEGORY yyrc; … … 10553 10553 #define PrfQueryProgramCategory _PrfQueryProgramCategory 10554 10554 10555 inline ULONG APIENTRY_PrfQueryProgramHandle(HINI a, PCSZ b, PHPROGARRAY c, ULONG d, PULONG e)10555 inline ULONG _PrfQueryProgramHandle(HINI a, PCSZ b, PHPROGARRAY c, ULONG d, PULONG e) 10556 10556 { 10557 10557 ULONG yyrc; … … 10567 10567 #define PrfQueryProgramHandle _PrfQueryProgramHandle 10568 10568 10569 inline ULONG APIENTRY_PrfQueryProgramTitles(HINI a, HPROGRAM b, PPROGTITLE c, ULONG d, PULONG e)10569 inline ULONG _PrfQueryProgramTitles(HINI a, HPROGRAM b, PPROGTITLE c, ULONG d, PULONG e) 10570 10570 { 10571 10571 ULONG yyrc; … … 10581 10581 #define PrfQueryProgramTitles _PrfQueryProgramTitles 10582 10582 10583 inline ULONG APIENTRY_PrfQueryDefinition(HINI a, HPROGRAM b, PPROGDETAILS c, ULONG d)10583 inline ULONG _PrfQueryDefinition(HINI a, HPROGRAM b, PPROGDETAILS c, ULONG d) 10584 10584 { 10585 10585 ULONG yyrc; … … 10595 10595 #define PrfQueryDefinition _PrfQueryDefinition 10596 10596 10597 inline BOOL APIENTRY_PrfRemoveProgram(HINI a, HPROGRAM b)10597 inline BOOL _PrfRemoveProgram(HINI a, HPROGRAM b) 10598 10598 { 10599 10599 BOOL yyrc; … … 10609 10609 #define PrfRemoveProgram _PrfRemoveProgram 10610 10610 10611 inline HAPP APIENTRY_WinStartApp(HWND a, PPROGDETAILS b, PCSZ c, PVOID d, ULONG e)10611 inline HAPP _WinStartApp(HWND a, PPROGDETAILS b, PCSZ c, PVOID d, ULONG e) 10612 10612 { 10613 10613 HAPP yyrc; … … 10623 10623 #define WinStartApp _WinStartApp 10624 10624 10625 inline BOOL APIENTRY_WinTerminateApp(HAPP a)10625 inline BOOL _WinTerminateApp(HAPP a) 10626 10626 { 10627 10627 BOOL yyrc; … … 10639 10639 #endif 10640 10640 #ifdef INCL_WINSWITCHLIST 10641 inline HSWITCH APIENTRY_WinAddSwitchEntry(PSWCNTRL a)10641 inline HSWITCH _WinAddSwitchEntry(PSWCNTRL a) 10642 10642 { 10643 10643 HSWITCH yyrc; … … 10653 10653 #define WinAddSwitchEntry _WinAddSwitchEntry 10654 10654 10655 inline ULONG APIENTRY_WinRemoveSwitchEntry(HSWITCH a)10655 inline ULONG _WinRemoveSwitchEntry(HSWITCH a) 10656 10656 { 10657 10657 ULONG yyrc; … … 10667 10667 #define WinRemoveSwitchEntry _WinRemoveSwitchEntry 10668 10668 10669 inline ULONG APIENTRY_WinChangeSwitchEntry(HSWITCH a, PSWCNTRL b)10669 inline ULONG _WinChangeSwitchEntry(HSWITCH a, PSWCNTRL b) 10670 10670 { 10671 10671 ULONG yyrc; … … 10681 10681 #define WinChangeSwitchEntry _WinChangeSwitchEntry 10682 10682 10683 inline HSWITCH APIENTRY_WinCreateSwitchEntry(HAB a, PSWCNTRL b)10683 inline HSWITCH _WinCreateSwitchEntry(HAB a, PSWCNTRL b) 10684 10684 { 10685 10685 HSWITCH yyrc; … … 10695 10695 #define WinCreateSwitchEntry _WinCreateSwitchEntry 10696 10696 10697 inline ULONG APIENTRY_WinQuerySessionTitle(HAB a, ULONG b, PSZ c, ULONG d)10697 inline ULONG _WinQuerySessionTitle(HAB a, ULONG b, PSZ c, ULONG d) 10698 10698 { 10699 10699 ULONG yyrc; … … 10709 10709 #define WinQuerySessionTitle _WinQuerySessionTitle 10710 10710 10711 inline ULONG APIENTRY_WinQuerySwitchEntry(HSWITCH a, PSWCNTRL b)10711 inline ULONG _WinQuerySwitchEntry(HSWITCH a, PSWCNTRL b) 10712 10712 { 10713 10713 ULONG yyrc; … … 10723 10723 #define WinQuerySwitchEntry _WinQuerySwitchEntry 10724 10724 10725 inline HSWITCH APIENTRY_WinQuerySwitchHandle(HWND a, PID b)10725 inline HSWITCH _WinQuerySwitchHandle(HWND a, PID b) 10726 10726 { 10727 10727 HSWITCH yyrc; … … 10737 10737 #define WinQuerySwitchHandle _WinQuerySwitchHandle 10738 10738 10739 inline ULONG APIENTRY_WinQuerySwitchList(HAB a, PSWBLOCK b, ULONG c)10739 inline ULONG _WinQuerySwitchList(HAB a, PSWBLOCK b, ULONG c) 10740 10740 { 10741 10741 ULONG yyrc; … … 10751 10751 #define WinQuerySwitchList _WinQuerySwitchList 10752 10752 10753 inline ULONG APIENTRY_WinQueryTaskSizePos(HAB a, ULONG b, PSWP c)10753 inline ULONG _WinQueryTaskSizePos(HAB a, ULONG b, PSWP c) 10754 10754 { 10755 10755 ULONG yyrc; … … 10765 10765 #define WinQueryTaskSizePos _WinQueryTaskSizePos 10766 10766 10767 inline ULONG APIENTRY_WinQueryTaskTitle(ULONG a, PSZ b, ULONG c)10767 inline ULONG _WinQueryTaskTitle(ULONG a, PSZ b, ULONG c) 10768 10768 { 10769 10769 ULONG yyrc; … … 10779 10779 #define WinQueryTaskTitle _WinQueryTaskTitle 10780 10780 10781 inline ULONG APIENTRY_WinSwitchToProgram(HSWITCH a)10781 inline ULONG _WinSwitchToProgram(HSWITCH a) 10782 10782 { 10783 10783 ULONG yyrc; … … 10795 10795 #endif 10796 10796 #ifdef INCL_WINSHELLDATA 10797 inline BOOL APIENTRY_PrfCloseProfile(HINI a)10797 inline BOOL _PrfCloseProfile(HINI a) 10798 10798 { 10799 10799 BOOL yyrc; … … 10809 10809 #define PrfCloseProfile _PrfCloseProfile 10810 10810 10811 inline HINI APIENTRY_PrfOpenProfile(HAB a, PCSZ b)10811 inline HINI _PrfOpenProfile(HAB a, PCSZ b) 10812 10812 { 10813 10813 HINI yyrc; … … 10823 10823 #define PrfOpenProfile _PrfOpenProfile 10824 10824 10825 inline BOOL APIENTRY_PrfQueryProfile(HAB a, PPRFPROFILE b)10825 inline BOOL _PrfQueryProfile(HAB a, PPRFPROFILE b) 10826 10826 { 10827 10827 BOOL yyrc; … … 10837 10837 #define PrfQueryProfile _PrfQueryProfile 10838 10838 10839 inline BOOL APIENTRY_PrfQueryProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, PULONG e)10839 inline BOOL _PrfQueryProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, PULONG e) 10840 10840 { 10841 10841 BOOL yyrc; … … 10851 10851 #define PrfQueryProfileData _PrfQueryProfileData 10852 10852 10853 inline LONG APIENTRY_PrfQueryProfileInt(HINI a, PCSZ b, PCSZ c, LONG d)10853 inline LONG _PrfQueryProfileInt(HINI a, PCSZ b, PCSZ c, LONG d) 10854 10854 { 10855 10855 LONG yyrc; … … 10865 10865 #define PrfQueryProfileInt _PrfQueryProfileInt 10866 10866 10867 inline BOOL APIENTRY_PrfQueryProfileSize(HINI a, PCSZ b, PCSZ c, PULONG d)10867 inline BOOL _PrfQueryProfileSize(HINI a, PCSZ b, PCSZ c, PULONG d) 10868 10868 { 10869 10869 BOOL yyrc; … … 10879 10879 #define PrfQueryProfileSize _PrfQueryProfileSize 10880 10880 10881 inline ULONG APIENTRY_PrfQueryProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d, PVOID e, ULONG f)10881 inline ULONG _PrfQueryProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d, PVOID e, ULONG f) 10882 10882 { 10883 10883 ULONG yyrc; … … 10893 10893 #define PrfQueryProfileString _PrfQueryProfileString 10894 10894 10895 inline BOOL APIENTRY_PrfReset(HAB a, PPRFPROFILE b)10895 inline BOOL _PrfReset(HAB a, PPRFPROFILE b) 10896 10896 { 10897 10897 BOOL yyrc; … … 10907 10907 #define PrfReset _PrfReset 10908 10908 10909 inline BOOL APIENTRY_PrfWriteProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, ULONG e)10909 inline BOOL _PrfWriteProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, ULONG e) 10910 10910 { 10911 10911 BOOL yyrc; … … 10921 10921 #define PrfWriteProfileData _PrfWriteProfileData 10922 10922 10923 inline BOOL APIENTRY_PrfWriteProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d)10923 inline BOOL _PrfWriteProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d) 10924 10924 { 10925 10925 BOOL yyrc; … … 10937 10937 #endif 10938 10938 #ifdef INCL_WINSTDFILE 10939 inline MRESULT APIENTRY_WinDefFileDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d)10939 inline MRESULT _WinDefFileDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 10940 10940 { 10941 10941 MRESULT yyrc; … … 10951 10951 #define WinDefFileDlgProc _WinDefFileDlgProc 10952 10952 10953 inline HWND APIENTRY_WinFileDlg(HWND a, HWND b, PFILEDLG c)10953 inline HWND _WinFileDlg(HWND a, HWND b, PFILEDLG c) 10954 10954 { 10955 10955 HWND yyrc; … … 10965 10965 #define WinFileDlg _WinFileDlg 10966 10966 10967 inline BOOL APIENTRY_WinFreeFileDlgList(PAPSZ a)10967 inline BOOL _WinFreeFileDlgList(PAPSZ a) 10968 10968 { 10969 10969 BOOL yyrc; … … 10981 10981 #endif 10982 10982 #ifdef INCL_WINSTDFONT 10983 inline HWND APIENTRY_WinFontDlg(HWND a, HWND b, PFONTDLG c)10983 inline HWND _WinFontDlg(HWND a, HWND b, PFONTDLG c) 10984 10984 { 10985 10985 HWND yyrc; … … 10995 10995 #define WinFontDlg _WinFontDlg 10996 10996 10997 inline MRESULT APIENTRY_WinDefFontDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d)10997 inline MRESULT _WinDefFontDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 10998 10998 { 10999 10999 MRESULT yyrc; … … 11011 11011 #endif 11012 11012 #ifdef INCL_WINSTDDRAG 11013 inline BOOL APIENTRY_DrgAcceptDroppedFiles(HWND a, PCSZ b, PCSZ c, ULONG d, ULONG e)11013 inline BOOL _DrgAcceptDroppedFiles(HWND a, PCSZ b, PCSZ c, ULONG d, ULONG e) 11014 11014 { 11015 11015 BOOL yyrc; … … 11025 11025 #define DrgAcceptDroppedFiles _DrgAcceptDroppedFiles 11026 11026 11027 inline BOOL APIENTRY_DrgAccessDraginfo(PDRAGINFO a)11027 inline BOOL _DrgAccessDraginfo(PDRAGINFO a) 11028 11028 { 11029 11029 BOOL yyrc; … … 11039 11039 #define DrgAccessDraginfo _DrgAccessDraginfo 11040 11040 11041 inline HSTR APIENTRY_DrgAddStrHandle(PCSZ a)11041 inline HSTR _DrgAddStrHandle(PCSZ a) 11042 11042 { 11043 11043 HSTR yyrc; … … 11053 11053 #define DrgAddStrHandle _DrgAddStrHandle 11054 11054 11055 inline PDRAGINFO APIENTRY_DrgAllocDraginfo(ULONG a)11055 inline PDRAGINFO _DrgAllocDraginfo(ULONG a) 11056 11056 { 11057 11057 PDRAGINFO yyrc; … … 11067 11067 #define DrgAllocDraginfo _DrgAllocDraginfo 11068 11068 11069 inline PDRAGTRANSFER APIENTRY_DrgAllocDragtransfer(ULONG a)11069 inline PDRAGTRANSFER _DrgAllocDragtransfer(ULONG a) 11070 11070 { 11071 11071 PDRAGTRANSFER yyrc; … … 11081 11081 #define DrgAllocDragtransfer _DrgAllocDragtransfer 11082 11082 11083 inline BOOL APIENTRY_DrgCancelLazyDrag()11083 inline BOOL _DrgCancelLazyDrag() 11084 11084 { 11085 11085 BOOL yyrc; … … 11095 11095 #define DrgCancelLazyDrag _DrgCancelLazyDrag 11096 11096 11097 inline BOOL APIENTRY_DrgDeleteDraginfoStrHandles(PDRAGINFO a)11097 inline BOOL _DrgDeleteDraginfoStrHandles(PDRAGINFO a) 11098 11098 { 11099 11099 BOOL yyrc; … … 11109 11109 #define DrgDeleteDraginfoStrHandles _DrgDeleteDraginfoStrHandles 11110 11110 11111 inline BOOL APIENTRY_DrgDeleteStrHandle(HSTR a)11111 inline BOOL _DrgDeleteStrHandle(HSTR a) 11112 11112 { 11113 11113 BOOL yyrc; … … 11123 11123 #define DrgDeleteStrHandle _DrgDeleteStrHandle 11124 11124 11125 inline HWND APIENTRY_DrgDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, LONG e, PVOID f)11125 inline HWND _DrgDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, LONG e, PVOID f) 11126 11126 { 11127 11127 HWND yyrc; … … 11137 11137 #define DrgDrag _DrgDrag 11138 11138 11139 inline BOOL APIENTRY_DrgDragFiles(HWND a, PCSZ *b, PCSZ *c, PCSZ *d, ULONG e, HPOINTER f, ULONG g, BOOL h, ULONG i)11139 inline BOOL _DrgDragFiles(HWND a, PCSZ *b, PCSZ *c, PCSZ *d, ULONG e, HPOINTER f, ULONG g, BOOL h, ULONG i) 11140 11140 { 11141 11141 BOOL yyrc; … … 11151 11151 #define DrgDragFiles _DrgDragFiles 11152 11152 11153 inline BOOL APIENTRY_DrgFreeDraginfo(PDRAGINFO a)11153 inline BOOL _DrgFreeDraginfo(PDRAGINFO a) 11154 11154 { 11155 11155 BOOL yyrc; … … 11165 11165 #define DrgFreeDraginfo _DrgFreeDraginfo 11166 11166 11167 inline BOOL APIENTRY_DrgFreeDragtransfer(PDRAGTRANSFER a)11167 inline BOOL _DrgFreeDragtransfer(PDRAGTRANSFER a) 11168 11168 { 11169 11169 BOOL yyrc; … … 11179 11179 #define DrgFreeDragtransfer _DrgFreeDragtransfer 11180 11180 11181 inline HPS APIENTRY_DrgGetPS(HWND a)11181 inline HPS _DrgGetPS(HWND a) 11182 11182 { 11183 11183 HPS yyrc; … … 11193 11193 #define DrgGetPS _DrgGetPS 11194 11194 11195 inline BOOL APIENTRY_DrgLazyDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, PVOID e)11195 inline BOOL _DrgLazyDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, PVOID e) 11196 11196 { 11197 11197 BOOL yyrc; … … 11207 11207 #define DrgLazyDrag _DrgLazyDrag 11208 11208 11209 inline BOOL APIENTRY_DrgLazyDrop(HWND a, ULONG b, PPOINTL c)11209 inline BOOL _DrgLazyDrop(HWND a, ULONG b, PPOINTL c) 11210 11210 { 11211 11211 BOOL yyrc; … … 11221 11221 #define DrgLazyDrop _DrgLazyDrop 11222 11222 11223 inline BOOL APIENTRY_DrgPostTransferMsg(HWND a, ULONG b, PDRAGTRANSFER c, ULONG d, ULONG e, BOOL f)11223 inline BOOL _DrgPostTransferMsg(HWND a, ULONG b, PDRAGTRANSFER c, ULONG d, ULONG e, BOOL f) 11224 11224 { 11225 11225 BOOL yyrc; … … 11235 11235 #define DrgPostTransferMsg _DrgPostTransferMsg 11236 11236 11237 inline BOOL APIENTRY_DrgPushDraginfo(PDRAGINFO a, HWND b)11237 inline BOOL _DrgPushDraginfo(PDRAGINFO a, HWND b) 11238 11238 { 11239 11239 BOOL yyrc; … … 11249 11249 #define DrgPushDraginfo _DrgPushDraginfo 11250 11250 11251 inline PDRAGINFO APIENTRY_DrgQueryDraginfoPtr(PDRAGINFO a)11251 inline PDRAGINFO _DrgQueryDraginfoPtr(PDRAGINFO a) 11252 11252 { 11253 11253 PDRAGINFO yyrc; … … 11263 11263 #define DrgQueryDraginfoPtr _DrgQueryDraginfoPtr 11264 11264 11265 inline PDRAGINFO APIENTRY_DrgQueryDraginfoPtrFromHwnd(HWND a)11265 inline PDRAGINFO _DrgQueryDraginfoPtrFromHwnd(HWND a) 11266 11266 { 11267 11267 PDRAGINFO yyrc; … … 11277 11277 #define DrgQueryDraginfoPtrFromHwnd _DrgQueryDraginfoPtrFromHwnd 11278 11278 11279 inline PDRAGINFO APIENTRY_DrgQueryDraginfoPtrFromDragitem(PDRAGITEM a)11279 inline PDRAGINFO _DrgQueryDraginfoPtrFromDragitem(PDRAGITEM a) 11280 11280 { 11281 11281 PDRAGINFO yyrc; … … 11291 11291 #define DrgQueryDraginfoPtrFromDragitem _DrgQueryDraginfoPtrFromDragitem 11292 11292 11293 inline BOOL APIENTRY_DrgQueryDragitem(PDRAGINFO a, ULONG b, PDRAGITEM c, ULONG d)11293 inline BOOL _DrgQueryDragitem(PDRAGINFO a, ULONG b, PDRAGITEM c, ULONG d) 11294 11294 { 11295 11295 BOOL yyrc; … … 11305 11305 #define DrgQueryDragitem _DrgQueryDragitem 11306 11306 11307 inline ULONG APIENTRY_DrgQueryDragitemCount(PDRAGINFO a)11307 inline ULONG _DrgQueryDragitemCount(PDRAGINFO a) 11308 11308 { 11309 11309 ULONG yyrc; … … 11319 11319 #define DrgQueryDragitemCount _DrgQueryDragitemCount 11320 11320 11321 inline PDRAGITEM APIENTRY_DrgQueryDragitemPtr(PDRAGINFO a, ULONG b)11321 inline PDRAGITEM _DrgQueryDragitemPtr(PDRAGINFO a, ULONG b) 11322 11322 { 11323 11323 PDRAGITEM yyrc; … … 11333 11333 #define DrgQueryDragitemPtr _DrgQueryDragitemPtr 11334 11334 11335 inline ULONG APIENTRY_DrgQueryDragStatus()11335 inline ULONG _DrgQueryDragStatus() 11336 11336 { 11337 11337 ULONG yyrc; … … 11347 11347 #define DrgQueryDragStatus _DrgQueryDragStatus 11348 11348 11349 inline BOOL APIENTRY_DrgQueryNativeRMF(PDRAGITEM a, ULONG b, PCHAR c)11349 inline BOOL _DrgQueryNativeRMF(PDRAGITEM a, ULONG b, PCHAR c) 11350 11350 { 11351 11351 BOOL yyrc; … … 11361 11361 #define DrgQueryNativeRMF _DrgQueryNativeRMF 11362 11362 11363 inline ULONG APIENTRY_DrgQueryNativeRMFLen(PDRAGITEM a)11363 inline ULONG _DrgQueryNativeRMFLen(PDRAGITEM a) 11364 11364 { 11365 11365 ULONG yyrc; … … 11375 11375 #define DrgQueryNativeRMFLen _DrgQueryNativeRMFLen 11376 11376 11377 inline ULONG APIENTRY_DrgQueryStrName(HSTR a, ULONG b, PSZ c)11377 inline ULONG _DrgQueryStrName(HSTR a, ULONG b, PSZ c) 11378 11378 { 11379 11379 ULONG yyrc; … … 11389 11389 #define DrgQueryStrName _DrgQueryStrName 11390 11390 11391 inline ULONG APIENTRY_DrgQueryStrNameLen(HSTR a)11391 inline ULONG _DrgQueryStrNameLen(HSTR a) 11392 11392 { 11393 11393 ULONG yyrc; … … 11403 11403 #define DrgQueryStrNameLen _DrgQueryStrNameLen 11404 11404 11405 inline BOOL APIENTRY_DrgQueryTrueType(PDRAGITEM a, ULONG b, PSZ c)11405 inline BOOL _DrgQueryTrueType(PDRAGITEM a, ULONG b, PSZ c) 11406 11406 { 11407 11407 BOOL yyrc; … … 11417 11417 #define DrgQueryTrueType _DrgQueryTrueType 11418 11418 11419 inline ULONG APIENTRY_DrgQueryTrueTypeLen(PDRAGITEM a)11419 inline ULONG _DrgQueryTrueTypeLen(PDRAGITEM a) 11420 11420 { 11421 11421 ULONG yyrc; … … 11431 11431 #define DrgQueryTrueTypeLen _DrgQueryTrueTypeLen 11432 11432 11433 inline PDRAGINFO APIENTRY_DrgReallocDraginfo(PDRAGINFO a, ULONG b)11433 inline PDRAGINFO _DrgReallocDraginfo(PDRAGINFO a, ULONG b) 11434 11434 { 11435 11435 PDRAGINFO yyrc; … … 11445 11445 #define DrgReallocDraginfo _DrgReallocDraginfo 11446 11446 11447 inline BOOL APIENTRY_DrgReleasePS(HPS a)11447 inline BOOL _DrgReleasePS(HPS a) 11448 11448 { 11449 11449 BOOL yyrc; … … 11459 11459 #define DrgReleasePS _DrgReleasePS 11460 11460 11461 inline MRESULT APIENTRY_DrgSendTransferMsg(HWND a, ULONG b, MPARAM c, MPARAM d)11461 inline MRESULT _DrgSendTransferMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 11462 11462 { 11463 11463 MRESULT yyrc; … … 11473 11473 #define DrgSendTransferMsg _DrgSendTransferMsg 11474 11474 11475 inline BOOL APIENTRY_DrgSetDragImage(PDRAGINFO a, PDRAGIMAGE b, ULONG c, PVOID d)11475 inline BOOL _DrgSetDragImage(PDRAGINFO a, PDRAGIMAGE b, ULONG c, PVOID d) 11476 11476 { 11477 11477 BOOL yyrc; … … 11487 11487 #define DrgSetDragImage _DrgSetDragImage 11488 11488 11489 inline BOOL APIENTRY_DrgSetDragitem(PDRAGINFO a, PDRAGITEM b, ULONG c, ULONG d)11489 inline BOOL _DrgSetDragitem(PDRAGINFO a, PDRAGITEM b, ULONG c, ULONG d) 11490 11490 { 11491 11491 BOOL yyrc; … … 11501 11501 #define DrgSetDragitem _DrgSetDragitem 11502 11502 11503 inline BOOL APIENTRY_DrgSetDragPointer(PDRAGINFO a, HPOINTER b)11503 inline BOOL _DrgSetDragPointer(PDRAGINFO a, HPOINTER b) 11504 11504 { 11505 11505 BOOL yyrc; … … 11515 11515 #define DrgSetDragPointer _DrgSetDragPointer 11516 11516 11517 inline BOOL APIENTRY_DrgVerifyNativeRMF(PDRAGITEM a, PCSZ b)11517 inline BOOL _DrgVerifyNativeRMF(PDRAGITEM a, PCSZ b) 11518 11518 { 11519 11519 BOOL yyrc; … … 11529 11529 #define DrgVerifyNativeRMF _DrgVerifyNativeRMF 11530 11530 11531 inline BOOL APIENTRY_DrgVerifyRMF(PDRAGITEM a, PCSZ b, PCSZ c)11531 inline BOOL _DrgVerifyRMF(PDRAGITEM a, PCSZ b, PCSZ c) 11532 11532 { 11533 11533 BOOL yyrc; … … 11543 11543 #define DrgVerifyRMF _DrgVerifyRMF 11544 11544 11545 inline BOOL APIENTRY_DrgVerifyTrueType(PDRAGITEM a, PCSZ b)11545 inline BOOL _DrgVerifyTrueType(PDRAGITEM a, PCSZ b) 11546 11546 { 11547 11547 BOOL yyrc; … … 11557 11557 #define DrgVerifyTrueType _DrgVerifyTrueType 11558 11558 11559 inline BOOL APIENTRY_DrgVerifyType(PDRAGITEM a, PCSZ b)11559 inline BOOL _DrgVerifyType(PDRAGITEM a, PCSZ b) 11560 11560 { 11561 11561 BOOL yyrc; … … 11571 11571 #define DrgVerifyType _DrgVerifyType 11572 11572 11573 inline BOOL APIENTRY_DrgVerifyTypeSet(PDRAGITEM a, PCSZ b, ULONG c, PSZ d)11573 inline BOOL _DrgVerifyTypeSet(PDRAGITEM a, PCSZ b, ULONG c, PSZ d) 11574 11574 { 11575 11575 BOOL yyrc; … … 11587 11587 #endif 11588 11588 #ifdef INCL_WPCLASS 11589 inline HOBJECT APIENTRY_WinCopyObject(HOBJECT a, HOBJECT b, ULONG c)11589 inline HOBJECT _WinCopyObject(HOBJECT a, HOBJECT b, ULONG c) 11590 11590 { 11591 11591 HOBJECT yyrc; … … 11601 11601 #define WinCopyObject _WinCopyObject 11602 11602 11603 inline HOBJECT APIENTRY_WinCreateObject(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e)11603 inline HOBJECT _WinCreateObject(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e) 11604 11604 { 11605 11605 HOBJECT yyrc; … … 11615 11615 #define WinCreateObject _WinCreateObject 11616 11616 11617 inline HOBJECT APIENTRY_WinCreateShadow(HOBJECT a, HOBJECT b, ULONG c)11617 inline HOBJECT _WinCreateShadow(HOBJECT a, HOBJECT b, ULONG c) 11618 11618 { 11619 11619 HOBJECT yyrc; … … 11629 11629 #define WinCreateShadow _WinCreateShadow 11630 11630 11631 inline BOOL APIENTRY_WinDeregisterObjectClass(PCSZ a)11631 inline BOOL _WinDeregisterObjectClass(PCSZ a) 11632 11632 { 11633 11633 BOOL yyrc; … … 11643 11643 #define WinDeregisterObjectClass _WinDeregisterObjectClass 11644 11644 11645 inline BOOL APIENTRY_WinDestroyObject(HOBJECT a)11645 inline BOOL _WinDestroyObject(HOBJECT a) 11646 11646 { 11647 11647 BOOL yyrc; … … 11657 11657 #define WinDestroyObject _WinDestroyObject 11658 11658 11659 inline BOOL APIENTRY_WinEnumObjectClasses(POBJCLASS a, PULONG b)11659 inline BOOL _WinEnumObjectClasses(POBJCLASS a, PULONG b) 11660 11660 { 11661 11661 BOOL yyrc; … … 11671 11671 #define WinEnumObjectClasses _WinEnumObjectClasses 11672 11672 11673 inline BOOL APIENTRY_WinIsSOMDDReady()11673 inline BOOL _WinIsSOMDDReady() 11674 11674 { 11675 11675 BOOL yyrc; … … 11685 11685 #define WinIsSOMDDReady _WinIsSOMDDReady 11686 11686 11687 inline BOOL APIENTRY_WinIsWPDServerReady()11687 inline BOOL _WinIsWPDServerReady() 11688 11688 { 11689 11689 BOOL yyrc; … … 11699 11699 #define WinIsWPDServerReady _WinIsWPDServerReady 11700 11700 11701 inline HOBJECT APIENTRY_WinMoveObject(HOBJECT a, HOBJECT b, ULONG c)11701 inline HOBJECT _WinMoveObject(HOBJECT a, HOBJECT b, ULONG c) 11702 11702 { 11703 11703 HOBJECT yyrc; … … 11713 11713 #define WinMoveObject _WinMoveObject 11714 11714 11715 inline BOOL APIENTRY_WinOpenObject(HOBJECT a, ULONG b, BOOL c)11715 inline BOOL _WinOpenObject(HOBJECT a, ULONG b, BOOL c) 11716 11716 { 11717 11717 BOOL yyrc; … … 11727 11727 #define WinOpenObject _WinOpenObject 11728 11728 11729 inline BOOL APIENTRY_WinQueryActiveDesktopPathname(PSZ a, ULONG b)11729 inline BOOL _WinQueryActiveDesktopPathname(PSZ a, ULONG b) 11730 11730 { 11731 11731 BOOL yyrc; … … 11741 11741 #define WinQueryActiveDesktopPathname _WinQueryActiveDesktopPathname 11742 11742 11743 inline HOBJECT APIENTRY_WinQueryObject(PCSZ a)11743 inline HOBJECT _WinQueryObject(PCSZ a) 11744 11744 { 11745 11745 HOBJECT yyrc; … … 11755 11755 #define WinQueryObject _WinQueryObject 11756 11756 11757 inline BOOL APIENTRY_WinQueryObjectPath(HOBJECT a, PSZ b, ULONG c)11757 inline BOOL _WinQueryObjectPath(HOBJECT a, PSZ b, ULONG c) 11758 11758 { 11759 11759 BOOL yyrc; … … 11769 11769 #define WinQueryObjectPath _WinQueryObjectPath 11770 11770 11771 inline BOOL APIENTRY_WinRegisterObjectClass(PCSZ a, PCSZ b)11771 inline BOOL _WinRegisterObjectClass(PCSZ a, PCSZ b) 11772 11772 { 11773 11773 BOOL yyrc; … … 11783 11783 #define WinRegisterObjectClass _WinRegisterObjectClass 11784 11784 11785 inline BOOL APIENTRY_WinReplaceObjectClass(PCSZ a, PCSZ b, BOOL c)11785 inline BOOL _WinReplaceObjectClass(PCSZ a, PCSZ b, BOOL c) 11786 11786 { 11787 11787 BOOL yyrc; … … 11797 11797 #define WinReplaceObjectClass _WinReplaceObjectClass 11798 11798 11799 inline ULONG APIENTRY_WinRestartSOMDD(BOOL a)11799 inline ULONG _WinRestartSOMDD(BOOL a) 11800 11800 { 11801 11801 ULONG yyrc; … … 11811 11811 #define WinRestartSOMDD _WinRestartSOMDD 11812 11812 11813 inline ULONG APIENTRY_WinRestartWPDServer(BOOL a)11813 inline ULONG _WinRestartWPDServer(BOOL a) 11814 11814 { 11815 11815 ULONG yyrc; … … 11825 11825 #define WinRestartWPDServer _WinRestartWPDServer 11826 11826 11827 inline BOOL APIENTRY_WinSaveObject(HOBJECT a, BOOL b)11827 inline BOOL _WinSaveObject(HOBJECT a, BOOL b) 11828 11828 { 11829 11829 BOOL yyrc; … … 11839 11839 #define WinSaveObject _WinSaveObject 11840 11840 11841 inline BOOL APIENTRY_WinSetObjectData(HOBJECT a, PCSZ b)11841 inline BOOL _WinSetObjectData(HOBJECT a, PCSZ b) 11842 11842 { 11843 11843 BOOL yyrc; … … 11853 11853 #define WinSetObjectData _WinSetObjectData 11854 11854 11855 inline BOOL APIENTRY_WinFreeFileIcon(HPOINTER a)11855 inline BOOL _WinFreeFileIcon(HPOINTER a) 11856 11856 { 11857 11857 BOOL yyrc; … … 11867 11867 #define WinFreeFileIcon _WinFreeFileIcon 11868 11868 11869 inline HPOINTER APIENTRY_WinLoadFileIcon(PCSZ a, BOOL b)11869 inline HPOINTER _WinLoadFileIcon(PCSZ a, BOOL b) 11870 11870 { 11871 11871 HPOINTER yyrc; … … 11881 11881 #define WinLoadFileIcon _WinLoadFileIcon 11882 11882 11883 inline BOOL APIENTRY_WinRestoreWindowPos(PCSZ a, PCSZ b, HWND c)11883 inline BOOL _WinRestoreWindowPos(PCSZ a, PCSZ b, HWND c) 11884 11884 { 11885 11885 BOOL yyrc; … … 11895 11895 #define WinRestoreWindowPos _WinRestoreWindowPos 11896 11896 11897 inline BOOL APIENTRY_WinSetFileIcon(PCSZ a, PICONINFO b)11897 inline BOOL _WinSetFileIcon(PCSZ a, PICONINFO b) 11898 11898 { 11899 11899 BOOL yyrc; … … 11909 11909 #define WinSetFileIcon _WinSetFileIcon 11910 11910 11911 inline BOOL APIENTRY_WinShutdownSystem(HAB a, HMQ b)11911 inline BOOL _WinShutdownSystem(HAB a, HMQ b) 11912 11912 { 11913 11913 BOOL yyrc; … … 11923 11923 #define WinShutdownSystem _WinShutdownSystem 11924 11924 11925 inline BOOL APIENTRY_WinStoreWindowPos(PCSZ a, PCSZ b, HWND c)11925 inline BOOL _WinStoreWindowPos(PCSZ a, PCSZ b, HWND c) 11926 11926 { 11927 11927 BOOL yyrc; … … 11939 11939 #endif 11940 11940 #ifdef INCL_SPL 11941 inline BOOL APIENTRY_SplStdClose(HDC a)11941 inline BOOL _SplStdClose(HDC a) 11942 11942 { 11943 11943 BOOL yyrc; … … 11953 11953 #define SplStdClose _SplStdClose 11954 11954 11955 inline BOOL APIENTRY_SplStdDelete(HSTD a)11955 inline BOOL _SplStdDelete(HSTD a) 11956 11956 { 11957 11957 BOOL yyrc; … … 11967 11967 #define SplStdDelete _SplStdDelete 11968 11968 11969 inline BOOL APIENTRY_SplStdGetBits(HSTD a, LONG b, LONG c, PCH d)11969 inline BOOL _SplStdGetBits(HSTD a, LONG b, LONG c, PCH d) 11970 11970 { 11971 11971 BOOL yyrc; … … 11981 11981 #define SplStdGetBits _SplStdGetBits 11982 11982 11983 inline BOOL APIENTRY_SplStdOpen(HDC a)11983 inline BOOL _SplStdOpen(HDC a) 11984 11984 { 11985 11985 BOOL yyrc; … … 11995 11995 #define SplStdOpen _SplStdOpen 11996 11996 11997 inline LONG APIENTRY_SplStdQueryLength(HSTD a)11997 inline LONG _SplStdQueryLength(HSTD a) 11998 11998 { 11999 11999 LONG yyrc; … … 12009 12009 #define SplStdQueryLength _SplStdQueryLength 12010 12010 12011 inline BOOL APIENTRY_SplStdStart(HDC a)12011 inline BOOL _SplStdStart(HDC a) 12012 12012 { 12013 12013 BOOL yyrc; … … 12023 12023 #define SplStdStart _SplStdStart 12024 12024 12025 inline HSTD APIENTRY_SplStdStop(HDC a)12025 inline HSTD _SplStdStop(HDC a) 12026 12026 { 12027 12027 HSTD yyrc; … … 12037 12037 #define SplStdStop _SplStdStop 12038 12038 12039 inline SPLERR APIENTRY_SplControlDevice(PSZ a, PSZ b, ULONG c)12039 inline SPLERR _SplControlDevice(PSZ a, PSZ b, ULONG c) 12040 12040 { 12041 12041 SPLERR yyrc; … … 12051 12051 #define SplControlDevice _SplControlDevice 12052 12052 12053 inline SPLERR APIENTRY_SplCopyJob(PCSZ a, PCSZ b, ULONG c, PCSZ d, PCSZ e, PULONG f)12053 inline SPLERR _SplCopyJob(PCSZ a, PCSZ b, ULONG c, PCSZ d, PCSZ e, PULONG f) 12054 12054 { 12055 12055 SPLERR yyrc; … … 12065 12065 #define SplCopyJob _SplCopyJob 12066 12066 12067 inline SPLERR APIENTRY_SplCreateDevice(PSZ a, ULONG b, PVOID c, ULONG d)12067 inline SPLERR _SplCreateDevice(PSZ a, ULONG b, PVOID c, ULONG d) 12068 12068 { 12069 12069 SPLERR yyrc; … … 12079 12079 #define SplCreateDevice _SplCreateDevice 12080 12080 12081 inline SPLERR APIENTRY_SplCreatePort(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f)12081 inline SPLERR _SplCreatePort(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f) 12082 12082 { 12083 12083 SPLERR yyrc; … … 12093 12093 #define SplCreatePort _SplCreatePort 12094 12094 12095 inline SPLERR APIENTRY_SplCreateQueue(PSZ a, ULONG b, PVOID c, ULONG d)12095 inline SPLERR _SplCreateQueue(PSZ a, ULONG b, PVOID c, ULONG d) 12096 12096 { 12097 12097 SPLERR yyrc; … … 12107 12107 #define SplCreateQueue _SplCreateQueue 12108 12108 12109 inline SPLERR APIENTRY_SplDeleteDevice(PSZ a, PSZ b)12109 inline SPLERR _SplDeleteDevice(PSZ a, PSZ b) 12110 12110 { 12111 12111 SPLERR yyrc; … … 12121 12121 #define SplDeleteDevice _SplDeleteDevice 12122 12122 12123 inline SPLERR APIENTRY_SplDeleteJob(PSZ a, PSZ b, ULONG c)12123 inline SPLERR _SplDeleteJob(PSZ a, PSZ b, ULONG c) 12124 12124 { 12125 12125 SPLERR yyrc; … … 12135 12135 #define SplDeleteJob _SplDeleteJob 12136 12136 12137 inline SPLERR APIENTRY_SplDeletePort(PCSZ a, PCSZ b)12137 inline SPLERR _SplDeletePort(PCSZ a, PCSZ b) 12138 12138 { 12139 12139 SPLERR yyrc; … … 12149 12149 #define SplDeletePort _SplDeletePort 12150 12150 12151 inline SPLERR APIENTRY_SplDeleteQueue(PSZ a, PSZ b)12151 inline SPLERR _SplDeleteQueue(PSZ a, PSZ b) 12152 12152 { 12153 12153 SPLERR yyrc; … … 12163 12163 #define SplDeleteQueue _SplDeleteQueue 12164 12164 12165 inline SPLERR APIENTRY_SplEnumDevice(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h)12165 inline SPLERR _SplEnumDevice(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12166 12166 { 12167 12167 SPLERR yyrc; … … 12177 12177 #define SplEnumDevice _SplEnumDevice 12178 12178 12179 inline SPLERR APIENTRY_SplEnumDriver(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h)12179 inline SPLERR _SplEnumDriver(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12180 12180 { 12181 12181 SPLERR yyrc; … … 12191 12191 #define SplEnumDriver _SplEnumDriver 12192 12192 12193 inline SPLERR APIENTRY_SplEnumJob(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i)12193 inline SPLERR _SplEnumJob(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i) 12194 12194 { 12195 12195 SPLERR yyrc; … … 12205 12205 #define SplEnumJob _SplEnumJob 12206 12206 12207 inline SPLERR APIENTRY_SplEnumPort(PCSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h)12207 inline SPLERR _SplEnumPort(PCSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12208 12208 { 12209 12209 SPLERR yyrc; … … 12219 12219 #define SplEnumPort _SplEnumPort 12220 12220 12221 inline SPLERR APIENTRY_SplEnumPrinter(PSZ a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i)12221 inline SPLERR _SplEnumPrinter(PSZ a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i) 12222 12222 { 12223 12223 SPLERR yyrc; … … 12233 12233 #define SplEnumPrinter _SplEnumPrinter 12234 12234 12235 inline SPLERR APIENTRY_SplEnumQueue(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h)12235 inline SPLERR _SplEnumQueue(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12236 12236 { 12237 12237 SPLERR yyrc; … … 12247 12247 #define SplEnumQueue _SplEnumQueue 12248 12248 12249 inline SPLERR APIENTRY_SplEnumQueueProcessor(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h)12249 inline SPLERR _SplEnumQueueProcessor(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12250 12250 { 12251 12251 SPLERR yyrc; … … 12261 12261 #define SplEnumQueueProcessor _SplEnumQueueProcessor 12262 12262 12263 inline SPLERR APIENTRY_SplHoldJob(PCSZ a, PCSZ b, ULONG c)12263 inline SPLERR _SplHoldJob(PCSZ a, PCSZ b, ULONG c) 12264 12264 { 12265 12265 SPLERR yyrc; … … 12275 12275 #define SplHoldJob _SplHoldJob 12276 12276 12277 inline SPLERR APIENTRY_SplHoldQueue(PSZ a, PSZ b)12277 inline SPLERR _SplHoldQueue(PSZ a, PSZ b) 12278 12278 { 12279 12279 SPLERR yyrc; … … 12289 12289 #define SplHoldQueue _SplHoldQueue 12290 12290 12291 inline SPLERR APIENTRY_SplPurgeQueue(PSZ a, PSZ b)12291 inline SPLERR _SplPurgeQueue(PSZ a, PSZ b) 12292 12292 { 12293 12293 SPLERR yyrc; … … 12303 12303 #define SplPurgeQueue _SplPurgeQueue 12304 12304 12305 inline SPLERR APIENTRY_SplQueryDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f)12305 inline SPLERR _SplQueryDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 12306 12306 { 12307 12307 SPLERR yyrc; … … 12317 12317 #define SplQueryDevice _SplQueryDevice 12318 12318 12319 inline SPLERR APIENTRY_SplQueryDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, PULONG g)12319 inline SPLERR _SplQueryDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, PULONG g) 12320 12320 { 12321 12321 SPLERR yyrc; … … 12331 12331 #define SplQueryDriver _SplQueryDriver 12332 12332 12333 inline SPLERR APIENTRY_SplQueryJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, PULONG g)12333 inline SPLERR _SplQueryJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, PULONG g) 12334 12334 { 12335 12335 SPLERR yyrc; … … 12345 12345 #define SplQueryJob _SplQueryJob 12346 12346 12347 inline SPLERR APIENTRY_SplQueryPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, PULONG f)12347 inline SPLERR _SplQueryPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 12348 12348 { 12349 12349 SPLERR yyrc; … … 12359 12359 #define SplQueryPort _SplQueryPort 12360 12360 12361 inline SPLERR APIENTRY_SplQueryQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f)12361 inline SPLERR _SplQueryQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 12362 12362 { 12363 12363 SPLERR yyrc; … … 12373 12373 #define SplQueryQueue _SplQueryQueue 12374 12374 12375 inline SPLERR APIENTRY_SplReleaseJob(PCSZ a, PCSZ b, ULONG c)12375 inline SPLERR _SplReleaseJob(PCSZ a, PCSZ b, ULONG c) 12376 12376 { 12377 12377 SPLERR yyrc; … … 12387 12387 #define SplReleaseJob _SplReleaseJob 12388 12388 12389 inline SPLERR APIENTRY_SplReleaseQueue(PSZ a, PSZ b)12389 inline SPLERR _SplReleaseQueue(PSZ a, PSZ b) 12390 12390 { 12391 12391 SPLERR yyrc; … … 12401 12401 #define SplReleaseQueue _SplReleaseQueue 12402 12402 12403 inline SPLERR APIENTRY_SplSetDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f)12403 inline SPLERR _SplSetDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 12404 12404 { 12405 12405 SPLERR yyrc; … … 12415 12415 #define SplSetDevice _SplSetDevice 12416 12416 12417 inline SPLERR APIENTRY_SplSetDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, ULONG g)12417 inline SPLERR _SplSetDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, ULONG g) 12418 12418 { 12419 12419 SPLERR yyrc; … … 12429 12429 #define SplSetDriver _SplSetDriver 12430 12430 12431 inline SPLERR APIENTRY_SplSetJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, ULONG g)12431 inline SPLERR _SplSetJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, ULONG g) 12432 12432 { 12433 12433 SPLERR yyrc; … … 12443 12443 #define SplSetJob _SplSetJob 12444 12444 12445 inline SPLERR APIENTRY_SplSetPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, ULONG f)12445 inline SPLERR _SplSetPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 12446 12446 { 12447 12447 SPLERR yyrc; … … 12457 12457 #define SplSetPort _SplSetPort 12458 12458 12459 inline SPLERR APIENTRY_SplSetQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f)12459 inline SPLERR _SplSetQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 12460 12460 { 12461 12461 SPLERR yyrc; … … 12471 12471 #define SplSetQueue _SplSetQueue 12472 12472 12473 inline ULONG APIENTRY_SplMessageBox(PSZ a, ULONG b, ULONG c, PSZ d, PSZ e, ULONG f, ULONG g)12473 inline ULONG _SplMessageBox(PSZ a, ULONG b, ULONG c, PSZ d, PSZ e, ULONG f, ULONG g) 12474 12474 { 12475 12475 ULONG yyrc; … … 12485 12485 #define SplMessageBox _SplMessageBox 12486 12486 12487 inline BOOL APIENTRY_SplQmAbort(HSPL a)12487 inline BOOL _SplQmAbort(HSPL a) 12488 12488 { 12489 12489 BOOL yyrc; … … 12499 12499 #define SplQmAbort _SplQmAbort 12500 12500 12501 inline BOOL APIENTRY_SplQmAbortDoc(HSPL a)12501 inline BOOL _SplQmAbortDoc(HSPL a) 12502 12502 { 12503 12503 BOOL yyrc; … … 12513 12513 #define SplQmAbortDoc _SplQmAbortDoc 12514 12514 12515 inline BOOL APIENTRY_SplQmClose(HSPL a)12515 inline BOOL _SplQmClose(HSPL a) 12516 12516 { 12517 12517 BOOL yyrc; … … 12527 12527 #define SplQmClose _SplQmClose 12528 12528 12529 inline BOOL APIENTRY_SplQmEndDoc(HSPL a)12529 inline BOOL _SplQmEndDoc(HSPL a) 12530 12530 { 12531 12531 BOOL yyrc; … … 12541 12541 #define SplQmEndDoc _SplQmEndDoc 12542 12542 12543 inline ULONG APIENTRY_SplQmGetJobID(HSPL a, ULONG b, PVOID c, ULONG d, PULONG e)12543 inline ULONG _SplQmGetJobID(HSPL a, ULONG b, PVOID c, ULONG d, PULONG e) 12544 12544 { 12545 12545 ULONG yyrc; … … 12555 12555 #define SplQmGetJobID _SplQmGetJobID 12556 12556 12557 inline BOOL APIENTRY_SplQmNewPage(HSPL a, ULONG b)12557 inline BOOL _SplQmNewPage(HSPL a, ULONG b) 12558 12558 { 12559 12559 BOOL yyrc; … … 12569 12569 #define SplQmNewPage _SplQmNewPage 12570 12570 12571 inline HSPL APIENTRY_SplQmOpen(PSZ a, LONG b, PQMOPENDATA c)12571 inline HSPL _SplQmOpen(PSZ a, LONG b, PQMOPENDATA c) 12572 12572 { 12573 12573 HSPL yyrc; … … 12583 12583 #define SplQmOpen _SplQmOpen 12584 12584 12585 inline BOOL APIENTRY_SplQmStartDoc(HSPL a, PSZ b)12585 inline BOOL _SplQmStartDoc(HSPL a, PSZ b) 12586 12586 { 12587 12587 BOOL yyrc; … … 12597 12597 #define SplQmStartDoc _SplQmStartDoc 12598 12598 12599 inline BOOL APIENTRY_SplQmWrite(HSPL a, LONG b, PVOID c)12599 inline BOOL _SplQmWrite(HSPL a, LONG b, PVOID c) 12600 12600 { 12601 12601 BOOL yyrc; … … 12613 12613 #endif 12614 12614 #ifdef INCL_WINHELP 12615 inline BOOL APIENTRY_WinAssociateHelpInstance(HWND a, HWND b)12615 inline BOOL _WinAssociateHelpInstance(HWND a, HWND b) 12616 12616 { 12617 12617 BOOL yyrc; … … 12627 12627 #define WinAssociateHelpInstance _WinAssociateHelpInstance 12628 12628 12629 inline HWND APIENTRY_WinCreateHelpInstance(HAB a, PHELPINIT b)12629 inline HWND _WinCreateHelpInstance(HAB a, PHELPINIT b) 12630 12630 { 12631 12631 HWND yyrc; … … 12641 12641 #define WinCreateHelpInstance _WinCreateHelpInstance 12642 12642 12643 inline BOOL APIENTRY_WinCreateHelpTable(HWND a, PHELPTABLE b)12643 inline BOOL _WinCreateHelpTable(HWND a, PHELPTABLE b) 12644 12644 { 12645 12645 BOOL yyrc; … … 12655 12655 #define WinCreateHelpTable _WinCreateHelpTable 12656 12656 12657 inline BOOL APIENTRY_WinDestroyHelpInstance(HWND a)12657 inline BOOL _WinDestroyHelpInstance(HWND a) 12658 12658 { 12659 12659 BOOL yyrc; … … 12669 12669 #define WinDestroyHelpInstance _WinDestroyHelpInstance 12670 12670 12671 inline BOOL APIENTRY_WinLoadHelpTable(HWND a, ULONG b, HMODULE c)12671 inline BOOL _WinLoadHelpTable(HWND a, ULONG b, HMODULE c) 12672 12672 { 12673 12673 BOOL yyrc; … … 12683 12683 #define WinLoadHelpTable _WinLoadHelpTable 12684 12684 12685 inline HWND APIENTRY_WinQueryHelpInstance(HWND a)12685 inline HWND _WinQueryHelpInstance(HWND a) 12686 12686 { 12687 12687 HWND yyrc; … … 12699 12699 #endif 12700 12700 #ifdef INCL_DDF 12701 inline BOOL APIENTRY_DdfBeginList(HDDF a, ULONG b, ULONG c, ULONG d)12701 inline BOOL _DdfBeginList(HDDF a, ULONG b, ULONG c, ULONG d) 12702 12702 { 12703 12703 BOOL yyrc; … … 12713 12713 #define DdfBeginList _DdfBeginList 12714 12714 12715 inline BOOL APIENTRY_DdfBitmap(HDDF a, HBITMAP b, ULONG c)12715 inline BOOL _DdfBitmap(HDDF a, HBITMAP b, ULONG c) 12716 12716 { 12717 12717 BOOL yyrc; … … 12727 12727 #define DdfBitmap _DdfBitmap 12728 12728 12729 inline BOOL APIENTRY_DdfEndList(HDDF a)12729 inline BOOL _DdfEndList(HDDF a) 12730 12730 { 12731 12731 BOOL yyrc; … … 12741 12741 #define DdfEndList _DdfEndList 12742 12742 12743 inline BOOL APIENTRY_DdfHyperText(HDDF a, PCSZ b, PCSZ c, ULONG d)12743 inline BOOL _DdfHyperText(HDDF a, PCSZ b, PCSZ c, ULONG d) 12744 12744 { 12745 12745 BOOL yyrc; … … 12755 12755 #define DdfHyperText _DdfHyperText 12756 12756 12757 inline BOOL APIENTRY_DdfInform(HDDF a, PCSZ b, ULONG c)12757 inline BOOL _DdfInform(HDDF a, PCSZ b, ULONG c) 12758 12758 { 12759 12759 BOOL yyrc; … … 12769 12769 #define DdfInform _DdfInform 12770 12770 12771 inline HDDF APIENTRY_DdfInitialize(HWND a, ULONG b, ULONG c)12771 inline HDDF _DdfInitialize(HWND a, ULONG b, ULONG c) 12772 12772 { 12773 12773 HDDF yyrc; … … 12783 12783 #define DdfInitialize _DdfInitialize 12784 12784 12785 inline BOOL APIENTRY_DdfListItem(HDDF a, PCSZ b, PCSZ c)12785 inline BOOL _DdfListItem(HDDF a, PCSZ b, PCSZ c) 12786 12786 { 12787 12787 BOOL yyrc; … … 12797 12797 #define DdfListItem _DdfListItem 12798 12798 12799 inline BOOL APIENTRY_DdfMetafile(HDDF a, HMF b, PRECTL c)12799 inline BOOL _DdfMetafile(HDDF a, HMF b, PRECTL c) 12800 12800 { 12801 12801 BOOL yyrc; … … 12811 12811 #define DdfMetafile _DdfMetafile 12812 12812 12813 inline BOOL APIENTRY_DdfPara(HDDF a)12813 inline BOOL _DdfPara(HDDF a) 12814 12814 { 12815 12815 BOOL yyrc; … … 12825 12825 #define DdfPara _DdfPara 12826 12826 12827 inline BOOL APIENTRY_DdfSetColor(HDDF a, COLOR b, COLOR c)12827 inline BOOL _DdfSetColor(HDDF a, COLOR b, COLOR c) 12828 12828 { 12829 12829 BOOL yyrc; … … 12839 12839 #define DdfSetColor _DdfSetColor 12840 12840 12841 inline BOOL APIENTRY_DdfSetFont(HDDF a, PCSZ b, ULONG c, ULONG d)12841 inline BOOL _DdfSetFont(HDDF a, PCSZ b, ULONG c, ULONG d) 12842 12842 { 12843 12843 BOOL yyrc; … … 12853 12853 #define DdfSetFont _DdfSetFont 12854 12854 12855 inline BOOL APIENTRY_DdfSetFontStyle(HDDF a, ULONG b)12855 inline BOOL _DdfSetFontStyle(HDDF a, ULONG b) 12856 12856 { 12857 12857 BOOL yyrc; … … 12867 12867 #define DdfSetFontStyle _DdfSetFontStyle 12868 12868 12869 inline BOOL APIENTRY_DdfSetFormat(HDDF a, ULONG b)12869 inline BOOL _DdfSetFormat(HDDF a, ULONG b) 12870 12870 { 12871 12871 BOOL yyrc; … … 12881 12881 #define DdfSetFormat _DdfSetFormat 12882 12882 12883 inline BOOL APIENTRY_DdfSetTextAlign(HDDF a, ULONG b)12883 inline BOOL _DdfSetTextAlign(HDDF a, ULONG b) 12884 12884 { 12885 12885 BOOL yyrc; … … 12895 12895 #define DdfSetTextAlign _DdfSetTextAlign 12896 12896 12897 inline BOOL APIENTRY_DdfText(HDDF a, PCSZ b)12897 inline BOOL _DdfText(HDDF a, PCSZ b) 12898 12898 { 12899 12899 BOOL yyrc; … … 12911 12911 #endif 12912 12912 #ifdef INCL_AVIO 12913 inline USHORT APIENTRY_VioAssociate(HDC a, HVPS b)12913 inline USHORT _VioAssociate(HDC a, HVPS b) 12914 12914 { 12915 12915 USHORT yyrc; … … 12925 12925 #define VioAssociate _VioAssociate 12926 12926 12927 inline USHORT APIENTRY16_VioCreateLogFont(PFATTRS a, LONG b, PSTR8 c, HVPS d)12927 inline USHORT _VioCreateLogFont(PFATTRS a, LONG b, PSTR8 c, HVPS d) 12928 12928 { 12929 12929 USHORT yyrc; … … 12939 12939 #define VioCreateLogFont _VioCreateLogFont 12940 12940 12941 inline USHORT APIENTRY16_VioCreatePS(PHVPS a, SHORT b, SHORT c, SHORT d, SHORT e, HVPS f)12941 inline USHORT _VioCreatePS(PHVPS a, SHORT b, SHORT c, SHORT d, SHORT e, HVPS f) 12942 12942 { 12943 12943 USHORT yyrc; … … 12953 12953 #define VioCreatePS _VioCreatePS 12954 12954 12955 inline USHORT APIENTRY16_VioDeleteSetId(LONG a, HVPS b)12955 inline USHORT _VioDeleteSetId(LONG a, HVPS b) 12956 12956 { 12957 12957 USHORT yyrc; … … 12967 12967 #define VioDeleteSetId _VioDeleteSetId 12968 12968 12969 inline USHORT APIENTRY16_VioDestroyPS(HVPS a)12969 inline USHORT _VioDestroyPS(HVPS a) 12970 12970 { 12971 12971 USHORT yyrc; … … 12981 12981 #define VioDestroyPS _VioDestroyPS 12982 12982 12983 inline USHORT APIENTRY16_VioGetDeviceCellSize(PSHORT a, PSHORT b, HVPS c)12983 inline USHORT _VioGetDeviceCellSize(PSHORT a, PSHORT b, HVPS c) 12984 12984 { 12985 12985 USHORT yyrc; … … 12995 12995 #define VioGetDeviceCellSize _VioGetDeviceCellSize 12996 12996 12997 inline USHORT APIENTRY16_VioGetOrg(PSHORT a, PSHORT b, HVPS c)12997 inline USHORT _VioGetOrg(PSHORT a, PSHORT b, HVPS c) 12998 12998 { 12999 12999 USHORT yyrc; … … 13009 13009 #define VioGetOrg _VioGetOrg 13010 13010 13011 inline USHORT APIENTRY16_VioQueryFonts(PLONG a, PFONTMETRICS b, LONG c, PLONG d, PSZ e, ULONG f, HVPS g)13011 inline USHORT _VioQueryFonts(PLONG a, PFONTMETRICS b, LONG c, PLONG d, PSZ e, ULONG f, HVPS g) 13012 13012 { 13013 13013 USHORT yyrc; … … 13023 13023 #define VioQueryFonts _VioQueryFonts 13024 13024 13025 inline USHORT APIENTRY16_VioQuerySetIds(PLONG a, PSTR8 b, PLONG c, LONG d, HVPS e)13025 inline USHORT _VioQuerySetIds(PLONG a, PSTR8 b, PLONG c, LONG d, HVPS e) 13026 13026 { 13027 13027 USHORT yyrc; … … 13037 13037 #define VioQuerySetIds _VioQuerySetIds 13038 13038 13039 inline USHORT APIENTRY16_VioSetDeviceCellSize(SHORT a, SHORT b, HVPS c)13039 inline USHORT _VioSetDeviceCellSize(SHORT a, SHORT b, HVPS c) 13040 13040 { 13041 13041 USHORT yyrc; … … 13051 13051 #define VioSetDeviceCellSize _VioSetDeviceCellSize 13052 13052 13053 inline USHORT APIENTRY16_VioSetOrg(SHORT a, SHORT b, HVPS c)13053 inline USHORT _VioSetOrg(SHORT a, SHORT b, HVPS c) 13054 13054 { 13055 13055 USHORT yyrc; … … 13065 13065 #define VioSetOrg _VioSetOrg 13066 13066 13067 inline USHORT APIENTRY16_VioShowPS(SHORT a, SHORT b, SHORT c, HVPS d)13067 inline USHORT _VioShowPS(SHORT a, SHORT b, SHORT c, HVPS d) 13068 13068 { 13069 13069 USHORT yyrc; … … 13079 13079 #define VioShowPS _VioShowPS 13080 13080 13081 inline MRESULT APIENTRY16_WinDefAVioWindowProc(HWND a, USHORT b, ULONG c, ULONG d)13081 inline MRESULT _WinDefAVioWindowProc(HWND a, USHORT b, ULONG c, ULONG d) 13082 13082 { 13083 13083 MRESULT yyrc; … … 13095 13095 #endif 13096 13096 #ifdef INCL_KBD 13097 inline USHORT APIENTRY_KbdCharIn(PKBDKEYINFO a, USHORT b, HKBD c)13097 inline USHORT _KbdCharIn(PKBDKEYINFO a, USHORT b, HKBD c) 13098 13098 { 13099 13099 USHORT yyrc; … … 13109 13109 #define KbdCharIn _KbdCharIn 13110 13110 13111 inline USHORT APIENTRY16_KbdClose(HKBD a)13111 inline USHORT _KbdClose(HKBD a) 13112 13112 { 13113 13113 USHORT yyrc; … … 13123 13123 #define KbdClose _KbdClose 13124 13124 13125 inline USHORT APIENTRY16_KbdDeRegister()13125 inline USHORT _KbdDeRegister() 13126 13126 { 13127 13127 USHORT yyrc; … … 13137 13137 #define KbdDeRegister _KbdDeRegister 13138 13138 13139 inline USHORT APIENTRY16_KbdFlushBuffer(HKBD a)13139 inline USHORT _KbdFlushBuffer(HKBD a) 13140 13140 { 13141 13141 USHORT yyrc; … … 13151 13151 #define KbdFlushBuffer _KbdFlushBuffer 13152 13152 13153 inline USHORT APIENTRY16_KbdFreeFocus(HKBD a)13153 inline USHORT _KbdFreeFocus(HKBD a) 13154 13154 { 13155 13155 USHORT yyrc; … … 13165 13165 #define KbdFreeFocus _KbdFreeFocus 13166 13166 13167 inline USHORT APIENTRY16_KbdGetCp(ULONG a, PUSHORT b, HKBD c)13167 inline USHORT _KbdGetCp(ULONG a, PUSHORT b, HKBD c) 13168 13168 { 13169 13169 USHORT yyrc; … … 13179 13179 #define KbdGetCp _KbdGetCp 13180 13180 13181 inline USHORT APIENTRY16_KbdGetFocus(USHORT a, HKBD b)13181 inline USHORT _KbdGetFocus(USHORT a, HKBD b) 13182 13182 { 13183 13183 USHORT yyrc; … … 13193 13193 #define KbdGetFocus _KbdGetFocus 13194 13194 13195 inline USHORT APIENTRY16_KbdGetHWID(PKBDHWID a, HKBD b)13195 inline USHORT _KbdGetHWID(PKBDHWID a, HKBD b) 13196 13196 { 13197 13197 USHORT yyrc; … … 13207 13207 #define KbdGetHWID _KbdGetHWID 13208 13208 13209 inline USHORT APIENTRY16_KbdGetStatus(PKBDINFO a, HKBD b)13209 inline USHORT _KbdGetStatus(PKBDINFO a, HKBD b) 13210 13210 { 13211 13211 USHORT yyrc; … … 13221 13221 #define KbdGetStatus _KbdGetStatus 13222 13222 13223 inline USHORT APIENTRY16_KbdOpen(PHKBD a)13223 inline USHORT _KbdOpen(PHKBD a) 13224 13224 { 13225 13225 USHORT yyrc; … … 13235 13235 #define KbdOpen _KbdOpen 13236 13236 13237 inline USHORT APIENTRY16_KbdPeek(PKBDKEYINFO a, HKBD b)13237 inline USHORT _KbdPeek(PKBDKEYINFO a, HKBD b) 13238 13238 { 13239 13239 USHORT yyrc; … … 13249 13249 #define KbdPeek _KbdPeek 13250 13250 13251 inline USHORT APIENTRY16_KbdRegister(PSZ a, PSZ b, ULONG c)13251 inline USHORT _KbdRegister(PSZ a, PSZ b, ULONG c) 13252 13252 { 13253 13253 USHORT yyrc; … … 13263 13263 #define KbdRegister _KbdRegister 13264 13264 13265 inline USHORT APIENTRY16_KbdSetCp(USHORT a, USHORT b, HKBD c)13265 inline USHORT _KbdSetCp(USHORT a, USHORT b, HKBD c) 13266 13266 { 13267 13267 USHORT yyrc; … … 13277 13277 #define KbdSetCp _KbdSetCp 13278 13278 13279 inline USHORT APIENTRY16_KbdSetCustXt(PUSHORT a, HKBD b)13279 inline USHORT _KbdSetCustXt(PUSHORT a, HKBD b) 13280 13280 { 13281 13281 USHORT yyrc; … … 13291 13291 #define KbdSetCustXt _KbdSetCustXt 13292 13292 13293 inline USHORT APIENTRY16_KbdSetFgnd()13293 inline USHORT _KbdSetFgnd() 13294 13294 { 13295 13295 USHORT yyrc; … … 13305 13305 #define KbdSetFgnd _KbdSetFgnd 13306 13306 13307 inline USHORT APIENTRY16_KbdSetHWID(PKBDHWID a, HKBD b)13307 inline USHORT _KbdSetHWID(PKBDHWID a, HKBD b) 13308 13308 { 13309 13309 USHORT yyrc; … … 13319 13319 #define KbdSetHWID _KbdSetHWID 13320 13320 13321 inline USHORT APIENTRY16_KbdSetStatus(PKBDINFO a, HKBD b)13321 inline USHORT _KbdSetStatus(PKBDINFO a, HKBD b) 13322 13322 { 13323 13323 USHORT yyrc; … … 13333 13333 #define KbdSetStatus _KbdSetStatus 13334 13334 13335 inline USHORT APIENTRY16_KbdStringIn(PCH a, PSTRINGINBUF b, USHORT c, HKBD d)13335 inline USHORT _KbdStringIn(PCH a, PSTRINGINBUF b, USHORT c, HKBD d) 13336 13336 { 13337 13337 USHORT yyrc; … … 13347 13347 #define KbdStringIn _KbdStringIn 13348 13348 13349 inline USHORT APIENTRY16_KbdSynch(USHORT a)13349 inline USHORT _KbdSynch(USHORT a) 13350 13350 { 13351 13351 USHORT yyrc; … … 13361 13361 #define KbdSynch _KbdSynch 13362 13362 13363 inline USHORT APIENTRY16_KbdXlate(PKBDTRANS a, HKBD b)13363 inline USHORT _KbdXlate(PKBDTRANS a, HKBD b) 13364 13364 { 13365 13365 USHORT yyrc; … … 13377 13377 #endif 13378 13378 #ifdef INCL_VIO 13379 inline USHORT APIENTRY16_VioCheckCharType(PUSHORT a, USHORT b, USHORT c, HVIO d)13379 inline USHORT _VioCheckCharType(PUSHORT a, USHORT b, USHORT c, HVIO d) 13380 13380 { 13381 13381 USHORT yyrc; … … 13391 13391 #define VioCheckCharType _VioCheckCharType 13392 13392 13393 inline USHORT APIENTRY16_VioDeRegister()13393 inline USHORT _VioDeRegister() 13394 13394 { 13395 13395 USHORT yyrc; … … 13405 13405 #define VioDeRegister _VioDeRegister 13406 13406 13407 inline USHORT APIENTRY16_VioEndPopUp(HVIO a)13407 inline USHORT _VioEndPopUp(HVIO a) 13408 13408 { 13409 13409 USHORT yyrc; … … 13419 13419 #define VioEndPopUp _VioEndPopUp 13420 13420 13421 inline USHORT APIENTRY16_VioGetAnsi(PUSHORT a, HVIO b)13421 inline USHORT _VioGetAnsi(PUSHORT a, HVIO b) 13422 13422 { 13423 13423 USHORT yyrc; … … 13433 13433 #define VioGetAnsi _VioGetAnsi 13434 13434 13435 inline USHORT APIENTRY16_VioGetBuf(PULONG a, PUSHORT b, HVIO c)13435 inline USHORT _VioGetBuf(PULONG a, PUSHORT b, HVIO c) 13436 13436 { 13437 13437 USHORT yyrc; … … 13447 13447 #define VioGetBuf _VioGetBuf 13448 13448 13449 inline USHORT APIENTRY16_VioGetConfig(USHORT a, PVIOCONFIGINFO b, HVIO c)13449 inline USHORT _VioGetConfig(USHORT a, PVIOCONFIGINFO b, HVIO c) 13450 13450 { 13451 13451 USHORT yyrc; … … 13461 13461 #define VioGetConfig _VioGetConfig 13462 13462 13463 inline USHORT APIENTRY16_VioGetCp(USHORT a, PUSHORT b, HVIO c)13463 inline USHORT _VioGetCp(USHORT a, PUSHORT b, HVIO c) 13464 13464 { 13465 13465 USHORT yyrc; … … 13475 13475 #define VioGetCp _VioGetCp 13476 13476 13477 inline USHORT APIENTRY16_VioGetCurPos(PUSHORT a, PUSHORT b, HVIO c)13477 inline USHORT _VioGetCurPos(PUSHORT a, PUSHORT b, HVIO c) 13478 13478 { 13479 13479 USHORT yyrc; … … 13489 13489 #define VioGetCurPos _VioGetCurPos 13490 13490 13491 inline USHORT APIENTRY16_VioGetCurType(PVIOCURSORINFO a, HVIO b)13491 inline USHORT _VioGetCurType(PVIOCURSORINFO a, HVIO b) 13492 13492 { 13493 13493 USHORT yyrc; … … 13503 13503 #define VioGetCurType _VioGetCurType 13504 13504 13505 inline USHORT APIENTRY16_VioGetFont(PVIOFONTINFO a, HVIO b)13505 inline USHORT _VioGetFont(PVIOFONTINFO a, HVIO b) 13506 13506 { 13507 13507 USHORT yyrc; … … 13517 13517 #define VioGetFont _VioGetFont 13518 13518 13519 inline USHORT APIENTRY16_VioGetMode(PVIOMODEINFO a, HVIO b)13519 inline USHORT _VioGetMode(PVIOMODEINFO a, HVIO b) 13520 13520 { 13521 13521 USHORT yyrc; … … 13531 13531 #define VioGetMode _VioGetMode 13532 13532 13533 inline USHORT APIENTRY16_VioGetPhysBuf(PVIOPHYSBUF a, USHORT b)13533 inline USHORT _VioGetPhysBuf(PVIOPHYSBUF a, USHORT b) 13534 13534 { 13535 13535 USHORT yyrc; … … 13545 13545 #define VioGetPhysBuf _VioGetPhysBuf 13546 13546 13547 inline USHORT APIENTRY16_VioGetState(PVOID a, HVIO b)13547 inline USHORT _VioGetState(PVOID a, HVIO b) 13548 13548 { 13549 13549 USHORT yyrc; … … 13559 13559 #define VioGetState _VioGetState 13560 13560 13561 inline USHORT APIENTRY16_VioModeUndo(USHORT a, USHORT b, USHORT c)13561 inline USHORT _VioModeUndo(USHORT a, USHORT b, USHORT c) 13562 13562 { 13563 13563 USHORT yyrc; … … 13573 13573 #define VioModeUndo _VioModeUndo 13574 13574 13575 inline USHORT APIENTRY16_VioModeWait(USHORT a, PUSHORT b, USHORT c)13575 inline USHORT _VioModeWait(USHORT a, PUSHORT b, USHORT c) 13576 13576 { 13577 13577 USHORT yyrc; … … 13587 13587 #define VioModeWait _VioModeWait 13588 13588 13589 inline USHORT APIENTRY16_VioPopUp(PUSHORT a, HVIO b)13589 inline USHORT _VioPopUp(PUSHORT a, HVIO b) 13590 13590 { 13591 13591 USHORT yyrc; … … 13601 13601 #define VioPopUp _VioPopUp 13602 13602 13603 inline USHORT APIENTRY16_VioPrtSc(HVIO a)13603 inline USHORT _VioPrtSc(HVIO a) 13604 13604 { 13605 13605 USHORT yyrc; … … 13615 13615 #define VioPrtSc _VioPrtSc 13616 13616 13617 inline USHORT APIENTRY16_VioPrtScToggle(HVIO a)13617 inline USHORT _VioPrtScToggle(HVIO a) 13618 13618 { 13619 13619 USHORT yyrc; … … 13629 13629 #define VioPrtScToggle _VioPrtScToggle 13630 13630 13631 inline USHORT APIENTRY16_VioReadCellStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e)13631 inline USHORT _VioReadCellStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) 13632 13632 { 13633 13633 USHORT yyrc; … … 13643 13643 #define VioReadCellStr _VioReadCellStr 13644 13644 13645 inline USHORT APIENTRY16_VioReadCharStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e)13645 inline USHORT _VioReadCharStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) 13646 13646 { 13647 13647 USHORT yyrc; … … 13657 13657 #define VioReadCharStr _VioReadCharStr 13658 13658 13659 inline USHORT APIENTRY16_VioRegister(PSZ a, PSZ b, ULONG c, ULONG d)13659 inline USHORT _VioRegister(PSZ a, PSZ b, ULONG c, ULONG d) 13660 13660 { 13661 13661 USHORT yyrc; … … 13671 13671 #define VioRegister _VioRegister 13672 13672 13673 inline USHORT APIENTRY16_VioSavRedrawUndo(USHORT a, USHORT b, USHORT c)13673 inline USHORT _VioSavRedrawUndo(USHORT a, USHORT b, USHORT c) 13674 13674 { 13675 13675 USHORT yyrc; … … 13685 13685 #define VioSavRedrawUndo _VioSavRedrawUndo 13686 13686 13687 inline USHORT APIENTRY16_VioSavRedrawWait(USHORT a, PUSHORT b, USHORT c)13687 inline USHORT _VioSavRedrawWait(USHORT a, PUSHORT b, USHORT c) 13688 13688 { 13689 13689 USHORT yyrc; … … 13699 13699 #define VioSavRedrawWait _VioSavRedrawWait 13700 13700 13701 inline USHORT APIENTRY16_VioScrLock(USHORT a, PUCHAR b, HVIO c)13701 inline USHORT _VioScrLock(USHORT a, PUCHAR b, HVIO c) 13702 13702 { 13703 13703 USHORT yyrc; … … 13713 13713 #define VioScrLock _VioScrLock 13714 13714 13715 inline USHORT APIENTRY16_VioScrollDn(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g)13715 inline USHORT _VioScrollDn(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13716 13716 { 13717 13717 USHORT yyrc; … … 13727 13727 #define VioScrollDn _VioScrollDn 13728 13728 13729 inline USHORT APIENTRY16_VioScrollLf(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g)13729 inline USHORT _VioScrollLf(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13730 13730 { 13731 13731 USHORT yyrc; … … 13741 13741 #define VioScrollLf _VioScrollLf 13742 13742 13743 inline USHORT APIENTRY16_VioScrollRt(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g)13743 inline USHORT _VioScrollRt(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13744 13744 { 13745 13745 USHORT yyrc; … … 13755 13755 #define VioScrollRt _VioScrollRt 13756 13756 13757 inline USHORT APIENTRY16_VioScrollUp(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g)13757 inline USHORT _VioScrollUp(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13758 13758 { 13759 13759 USHORT yyrc; … … 13769 13769 #define VioScrollUp _VioScrollUp 13770 13770 13771 inline USHORT APIENTRY16_VioScrUnLock(HVIO a)13771 inline USHORT _VioScrUnLock(HVIO a) 13772 13772 { 13773 13773 USHORT yyrc; … … 13783 13783 #define VioScrUnLock _VioScrUnLock 13784 13784 13785 inline USHORT APIENTRY16_VioSetAnsi(USHORT a, HVIO b)13785 inline USHORT _VioSetAnsi(USHORT a, HVIO b) 13786 13786 { 13787 13787 USHORT yyrc; … … 13797 13797 #define VioSetAnsi _VioSetAnsi 13798 13798 13799 inline USHORT APIENTRY16_VioSetCp(USHORT a, USHORT b, HVIO c)13799 inline USHORT _VioSetCp(USHORT a, USHORT b, HVIO c) 13800 13800 { 13801 13801 USHORT yyrc; … … 13811 13811 #define VioSetCp _VioSetCp 13812 13812 13813 inline USHORT APIENTRY16_VioSetCurPos(USHORT a, USHORT b, HVIO c)13813 inline USHORT _VioSetCurPos(USHORT a, USHORT b, HVIO c) 13814 13814 { 13815 13815 USHORT yyrc; … … 13825 13825 #define VioSetCurPos _VioSetCurPos 13826 13826 13827 inline USHORT APIENTRY16_VioSetCurType(PVIOCURSORINFO a, HVIO b)13827 inline USHORT _VioSetCurType(PVIOCURSORINFO a, HVIO b) 13828 13828 { 13829 13829 USHORT yyrc; … … 13839 13839 #define VioSetCurType _VioSetCurType 13840 13840 13841 inline USHORT APIENTRY16_VioSetFont(PVIOFONTINFO a, HVIO b)13841 inline USHORT _VioSetFont(PVIOFONTINFO a, HVIO b) 13842 13842 { 13843 13843 USHORT yyrc; … … 13853 13853 #define VioSetFont _VioSetFont 13854 13854 13855 inline USHORT APIENTRY16_VioSetMode(PVIOMODEINFO a, HVIO b)13855 inline USHORT _VioSetMode(PVIOMODEINFO a, HVIO b) 13856 13856 { 13857 13857 USHORT yyrc; … … 13867 13867 #define VioSetMode _VioSetMode 13868 13868 13869 inline USHORT APIENTRY16_VioSetState(PVOID a, HVIO b)13869 inline USHORT _VioSetState(PVOID a, HVIO b) 13870 13870 { 13871 13871 USHORT yyrc; … … 13881 13881 #define VioSetState _VioSetState 13882 13882 13883 inline USHORT APIENTRY16_VioShowBuf(USHORT a, USHORT b, HVIO c)13883 inline USHORT _VioShowBuf(USHORT a, USHORT b, HVIO c) 13884 13884 { 13885 13885 USHORT yyrc; … … 13895 13895 #define VioShowBuf _VioShowBuf 13896 13896 13897 inline USHORT APIENTRY16_VioWrtCellStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e)13897 inline USHORT _VioWrtCellStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 13898 13898 { 13899 13899 USHORT yyrc; … … 13909 13909 #define VioWrtCellStr _VioWrtCellStr 13910 13910 13911 inline USHORT APIENTRY16_VioWrtCharStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e)13911 inline USHORT _VioWrtCharStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 13912 13912 { 13913 13913 USHORT yyrc; … … 13923 13923 #define VioWrtCharStr _VioWrtCharStr 13924 13924 13925 inline USHORT APIENTRY16_VioWrtCharStrAtt(PCH a, USHORT b, USHORT c, USHORT d, PBYTE e, HVIO f)13925 inline USHORT _VioWrtCharStrAtt(PCH a, USHORT b, USHORT c, USHORT d, PBYTE e, HVIO f) 13926 13926 { 13927 13927 USHORT yyrc; … … 13937 13937 #define VioWrtCharStrAtt _VioWrtCharStrAtt 13938 13938 13939 inline USHORT APIENTRY16_VioWrtNAttr(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e)13939 inline USHORT _VioWrtNAttr(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e) 13940 13940 { 13941 13941 USHORT yyrc; … … 13951 13951 #define VioWrtNAttr _VioWrtNAttr 13952 13952 13953 inline USHORT APIENTRY16_VioWrtNCell(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e)13953 inline USHORT _VioWrtNCell(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e) 13954 13954 { 13955 13955 USHORT yyrc; … … 13965 13965 #define VioWrtNCell _VioWrtNCell 13966 13966 13967 inline USHORT APIENTRY16_VioWrtNChar(PCH a, USHORT b, USHORT c, USHORT d, HVIO e)13967 inline USHORT _VioWrtNChar(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 13968 13968 { 13969 13969 USHORT yyrc; … … 13979 13979 #define VioWrtNChar _VioWrtNChar 13980 13980 13981 inline USHORT APIENTRY16_VioWrtTTY(PCH a, USHORT b, HVIO c)13981 inline USHORT _VioWrtTTY(PCH a, USHORT b, HVIO c) 13982 13982 { 13983 13983 USHORT yyrc; … … 13995 13995 #endif 13996 13996 #ifdef INCL_MOU 13997 inline USHORT APIENTRY16_MouClose(HMOU a)13997 inline USHORT _MouClose(HMOU a) 13998 13998 { 13999 13999 USHORT yyrc; … … 14009 14009 #define MouClose _MouClose 14010 14010 14011 inline USHORT APIENTRY16_MouDeRegister()14011 inline USHORT _MouDeRegister() 14012 14012 { 14013 14013 USHORT yyrc; … … 14023 14023 #define MouDeRegister _MouDeRegister 14024 14024 14025 inline USHORT APIENTRY16_MouDrawPtr(HMOU a)14025 inline USHORT _MouDrawPtr(HMOU a) 14026 14026 { 14027 14027 USHORT yyrc; … … 14037 14037 #define MouDrawPtr _MouDrawPtr 14038 14038 14039 inline USHORT APIENTRY16_MouFlushQue(HMOU a)14039 inline USHORT _MouFlushQue(HMOU a) 14040 14040 { 14041 14041 USHORT yyrc; … … 14051 14051 #define MouFlushQue _MouFlushQue 14052 14052 14053 inline USHORT APIENTRY16_MouGetDevStatus(PUSHORT a, HMOU b)14053 inline USHORT _MouGetDevStatus(PUSHORT a, HMOU b) 14054 14054 { 14055 14055 USHORT yyrc; … … 14065 14065 #define MouGetDevStatus _MouGetDevStatus 14066 14066 14067 inline USHORT APIENTRY16_MouGetEventMask(PUSHORT a, HMOU b)14067 inline USHORT _MouGetEventMask(PUSHORT a, HMOU b) 14068 14068 { 14069 14069 USHORT yyrc; … … 14079 14079 #define MouGetEventMask _MouGetEventMask 14080 14080 14081 inline USHORT APIENTRY16_MouGetNumButtons(PUSHORT a, HMOU b)14081 inline USHORT _MouGetNumButtons(PUSHORT a, HMOU b) 14082 14082 { 14083 14083 USHORT yyrc; … … 14093 14093 #define MouGetNumButtons _MouGetNumButtons 14094 14094 14095 inline USHORT APIENTRY16_MouGetNumMickeys(PUSHORT a, HMOU b)14095 inline USHORT _MouGetNumMickeys(PUSHORT a, HMOU b) 14096 14096 { 14097 14097 USHORT yyrc; … … 14107 14107 #define MouGetNumMickeys _MouGetNumMickeys 14108 14108 14109 inline USHORT APIENTRY16_MouGetNumQueEl(PMOUQUEINFO a, HMOU b)14109 inline USHORT _MouGetNumQueEl(PMOUQUEINFO a, HMOU b) 14110 14110 { 14111 14111 USHORT yyrc; … … 14121 14121 #define MouGetNumQueEl _MouGetNumQueEl 14122 14122 14123 inline USHORT APIENTRY16_MouGetPtrPos(PPTRLOC a, HMOU b)14123 inline USHORT _MouGetPtrPos(PPTRLOC a, HMOU b) 14124 14124 { 14125 14125 USHORT yyrc; … … 14135 14135 #define MouGetPtrPos _MouGetPtrPos 14136 14136 14137 inline USHORT APIENTRY16_MouGetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c)14137 inline USHORT _MouGetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) 14138 14138 { 14139 14139 USHORT yyrc; … … 14149 14149 #define MouGetPtrShape _MouGetPtrShape 14150 14150 14151 inline USHORT APIENTRY16_MouGetScaleFact(PSCALEFACT a, HMOU b)14151 inline USHORT _MouGetScaleFact(PSCALEFACT a, HMOU b) 14152 14152 { 14153 14153 USHORT yyrc; … … 14163 14163 #define MouGetScaleFact _MouGetScaleFact 14164 14164 14165 inline USHORT APIENTRY16_MouGetThreshold(PTHRESHOLD a, HMOU b)14165 inline USHORT _MouGetThreshold(PTHRESHOLD a, HMOU b) 14166 14166 { 14167 14167 USHORT yyrc; … … 14177 14177 #define MouGetThreshold _MouGetThreshold 14178 14178 14179 inline USHORT APIENTRY16_MouInitReal(PSZ a)14179 inline USHORT _MouInitReal(PSZ a) 14180 14180 { 14181 14181 USHORT yyrc; … … 14191 14191 #define MouInitReal _MouInitReal 14192 14192 14193 inline USHORT APIENTRY16_MouOpen(PSZ a, PHMOU b)14193 inline USHORT _MouOpen(PSZ a, PHMOU b) 14194 14194 { 14195 14195 USHORT yyrc; … … 14205 14205 #define MouOpen _MouOpen 14206 14206 14207 inline USHORT APIENTRY16_MouReadEventQue(PMOUEVENTINFO a, PUSHORT b, HMOU c)14207 inline USHORT _MouReadEventQue(PMOUEVENTINFO a, PUSHORT b, HMOU c) 14208 14208 { 14209 14209 USHORT yyrc; … … 14219 14219 #define MouReadEventQue _MouReadEventQue 14220 14220 14221 inline USHORT APIENTRY16_MouRegister(PSZ a, PSZ b, ULONG c)14221 inline USHORT _MouRegister(PSZ a, PSZ b, ULONG c) 14222 14222 { 14223 14223 USHORT yyrc; … … 14233 14233 #define MouRegister _MouRegister 14234 14234 14235 inline USHORT APIENTRY16_MouRemovePtr(PNOPTRRECT a, HMOU b)14235 inline USHORT _MouRemovePtr(PNOPTRRECT a, HMOU b) 14236 14236 { 14237 14237 USHORT yyrc; … … 14247 14247 #define MouRemovePtr _MouRemovePtr 14248 14248 14249 inline USHORT APIENTRY16_MouSetDevStatus(PUSHORT a, HMOU b)14249 inline USHORT _MouSetDevStatus(PUSHORT a, HMOU b) 14250 14250 { 14251 14251 USHORT yyrc; … … 14261 14261 #define MouSetDevStatus _MouSetDevStatus 14262 14262 14263 inline USHORT APIENTRY16_MouSetEventMask(PUSHORT a, HMOU b)14263 inline USHORT _MouSetEventMask(PUSHORT a, HMOU b) 14264 14264 { 14265 14265 USHORT yyrc; … … 14275 14275 #define MouSetEventMask _MouSetEventMask 14276 14276 14277 inline USHORT APIENTRY16_MouSetPtrPos(PPTRLOC a, HMOU b)14277 inline USHORT _MouSetPtrPos(PPTRLOC a, HMOU b) 14278 14278 { 14279 14279 USHORT yyrc; … … 14289 14289 #define MouSetPtrPos _MouSetPtrPos 14290 14290 14291 inline USHORT APIENTRY16_MouSetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c)14291 inline USHORT _MouSetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) 14292 14292 { 14293 14293 USHORT yyrc; … … 14303 14303 #define MouSetPtrShape _MouSetPtrShape 14304 14304 14305 inline USHORT APIENTRY16_MouSetScaleFact(PSCALEFACT a, HMOU b)14305 inline USHORT _MouSetScaleFact(PSCALEFACT a, HMOU b) 14306 14306 { 14307 14307 USHORT yyrc; … … 14317 14317 #define MouSetScaleFact _MouSetScaleFact 14318 14318 14319 inline USHORT APIENTRY16_MouSetThreshold(PTHRESHOLD a, HMOU b)14319 inline USHORT _MouSetThreshold(PTHRESHOLD a, HMOU b) 14320 14320 { 14321 14321 USHORT yyrc; … … 14331 14331 #define MouSetThreshold _MouSetThreshold 14332 14332 14333 inline USHORT APIENTRY16_MouSynch(USHORT a)14333 inline USHORT _MouSynch(USHORT a) 14334 14334 { 14335 14335 USHORT yyrc;
Note:
See TracChangeset
for help on using the changeset viewer.