Changeset 46 for trunk/src/kernel32/KERNEL32.DEF
- Timestamp:
- Jun 7, 1999, 10:58:22 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/KERNEL32.DEF (modified) (27 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r20 r46 5 5 6 6 IMPORTS 7 _Dos32QueryModFromEIP = DOSCALLS.360 8 Dos32QueryModFromEIP = DOSCALLS.360 9 _DosQueryModFromEIP = DOSCALLS.360 7 10 DosQueryModFromEIP = DOSCALLS.360 8 11 … … 123 126 AddAtomA = _AddAtomA@4 @50 124 127 AddAtomW = _AddAtomW@4 @102 125 ; AddConsoleAliasA = _ OS2AddConsoleAliasA@?? @2 ;NT126 ; AddConsoleAliasW = _ OS2AddConsoleAliasW@?? @3 ;NT127 AllocConsole = _ OS2AllocConsole@0 @103128 ; AddConsoleAliasA = _AddConsoleAliasA@?? @2 ;NT 129 ; AddConsoleAliasW = _AddConsoleAliasW@?? @3 ;NT 130 AllocConsole = _AllocConsole@0 @103 128 131 ; AllocLSCallback = _AllocLSCallback@?? @104 ;W95 129 132 ; AllocSLCallback = _AllocSLCallback@?? @105 ;W95 … … 163 166 ClearCommError = _ClearCommError@12 @136 164 167 CloseHandle = _CloseHandle@4 @137 165 ; CloseConsoleHandle = _ OS2CloseConsoleHandle@?? @22 ;NT168 ; CloseConsoleHandle = _CloseConsoleHandle@?? @22 ;NT 166 169 ; CloseProfileUserMapping = _CloseProfileUserMapping@?? @138 167 170 ; CloseSystemHandle = _CloseSystemHandle@?? @139 ;W95 … … 173 176 CompareStringW = _CompareStringW@24 @144 174 177 ConnectNamedPipe = _ConnectNamedPipe@8 @145 175 ; ConsoleMenuControl = _ OS2ConsoleMenuControl@?? @33 ;NT178 ; ConsoleMenuControl = _ConsoleMenuControl@?? @33 ;NT 176 179 ContinueDebugEvent = _ContinueDebugEvent@12 @146 177 180 ConvertDefaultLocale = _ConvertDefaultLocale@4 @147 … … 181 184 CopyFileExW = _CopyFileExW@24 @39 ;NT 182 185 CopyFileW = _CopyFileW@12 @150 183 CreateConsoleScreenBuffer = _ OS2CreateConsoleScreenBuffer@20 @151186 CreateConsoleScreenBuffer = _CreateConsoleScreenBuffer@20 @151 184 187 CreateDirectoryA = _CreateDirectoryA@8 @152 185 188 CreateDirectoryExA = _CreateDirectoryExA@12 @153 … … 227 230 DisconnectNamedPipe = _DisconnectNamedPipe@4 @190 228 231 DosDateTimeToFileTime = _DosDateTimeToFileTime@12 @191 229 ; DuplicateConsoleHandle = _ OS2DuplicateConsoleHandle@?? ;NT232 ; DuplicateConsoleHandle = _DuplicateConsoleHandle@?? ;NT 230 233 DuplicateHandle = _DuplicateHandle@28 @192 231 234 EndUpdateResourceA = _EndUpdateResourceA@8 @193 … … 255 258 ExpandEnvironmentStringsA = _ExpandEnvironmentStringsA@12 @216 256 259 ExpandEnvironmentStringsW = _ExpandEnvironmentStringsW@12 @217 257 ; ExpungeConsoleCommandHistoryA = _ OS2ExpungeConsoleCommandHistoryA@?? ;NT258 ; ExpungeConsoleCommandHistoryW = _ OS2ExpungeConsoleCommandHistoryW@?? ;NT260 ; ExpungeConsoleCommandHistoryA = _ExpungeConsoleCommandHistoryA@?? ;NT 261 ; ExpungeConsoleCommandHistoryW = _ExpungeConsoleCommandHistoryW@?? ;NT 259 262 ; ExtendVirtualBuffer = _ExtendVirtualBuffer@?? ;NT 260 263 ; FT_Exit0 = _FT_Exit0@?? @218 ;W95 … … 281 284 FileTimeToLocalFileTime = _FileTimeToLocalFileTime@8 @239 282 285 FileTimeToSystemTime = _FileTimeToSystemTime@8 @240 283 FillConsoleOutputAttribute = _ OS2FillConsoleOutputAttribute@20 @241284 FillConsoleOutputCharacterA = _ OS2FillConsoleOutputCharacterA@20 @242285 FillConsoleOutputCharacterW = _ OS2FillConsoleOutputCharacterW@20 @243286 FillConsoleOutputAttribute = _FillConsoleOutputAttribute@20 @241 287 FillConsoleOutputCharacterA = _FillConsoleOutputCharacterA@20 @242 288 FillConsoleOutputCharacterW = _FillConsoleOutputCharacterW@20 @243 286 289 FindAtomA = _FindAtomA@4 @244 287 290 FindAtomW = _FindAtomW@4 @245 … … 302 305 FindResourceExW = _FindResourceExW@16 @257 303 306 FindResourceW = _FindResourceW@12 @258 304 FlushConsoleInputBuffer = _ OS2FlushConsoleInputBuffer@4 @259307 FlushConsoleInputBuffer = _FlushConsoleInputBuffer@4 @259 305 308 FlushFileBuffers = _FlushFileBuffers@4 @260 306 309 FlushInstructionCache = _FlushInstructionCache@12 @261 … … 310 313 FormatMessageA = _FormatMessageA@28 @265 311 314 FormatMessageW = _FormatMessageW@28 @266 312 FreeConsole = _ OS2FreeConsole@0 @267315 FreeConsole = _FreeConsole@0 @267 313 316 FreeEnvironmentStringsA = _FreeEnvironmentStringsA@4 @268 314 317 FreeEnvironmentStringsW = _FreeEnvironmentStringsW@4 @269 … … 319 322 ; FreeSLCallback = _FreeSLCallback@?? @274 ;W95 320 323 ; FreeVirtualBuffer = _FreeVirtualBuffer@?? ;NT 321 GenerateConsoleCtrlEvent = _ OS2GenerateConsoleCtrlEvent@8 @275324 GenerateConsoleCtrlEvent = _GenerateConsoleCtrlEvent@8 @275 322 325 GetACP = _GetACP@0 @276 323 326 GetAtomNameA = _GetAtomNameA@12 @277 … … 339 342 GetComputerNameA = _GetComputerNameA@8 @293 340 343 GetComputerNameW = _GetComputerNameW@8 @294 341 ; GetConsoleAliasA = _ OS2GetConsoleAliasA@?? ;NT342 ; GetConsoleAliasExesA = _ OS2GetConsoleAliasExesA@?? ;NT343 ; GetConsoleAliasExesLengthA = _ OS2GetConsoleAliasExesLengthA@?? ;NT344 ; GetConsoleAliasExesLengthW = _ OS2GetConsoleAliasExesLengthW@?? ;NT345 ; GetConsoleAliasExesW = _ OS2GetConsoleAliasExesW@?? ;NT346 ; GetConsoleAliasW = _ OS2GetConsoleAliasW@?? ;NT347 ; GetConsoleAliasesA = _ OS2GetConsoleAliasesA@?? ;NT348 ; GetConsoleAliasesLengthA = _ OS2GetConsoleAliasesLengthA@?? ;NT349 ; GetConsoleAliasesLengthW = _ OS2GetConsoleAliasesLengthW@?? ;NT350 ; GetConsoleAliasesW = _ OS2GetConsoleAliasesW@?? ;NT351 GetConsoleCP = _ OS2GetConsoleCP@0 @295352 ; GetConsoleCommandHistoryA = _ OS2GetConsoleCommandHistoryA@?? ;NT353 ; GetConsoleCommandHistoryLengthA = _ OS2GetConsoleCommandHistoryLengthA@?? ;NT354 ; GetConsoleCommandHistoryLengthW = _ OS2GetConsoleCommandHistoryLengthW@?? ;NT355 ; GetConsoleCommandHistoryW = _ OS2GetConsoleCommandHistoryW@?? ;NT356 GetConsoleCursorInfo = _ OS2GetConsoleCursorInfo@8 @296357 ; GetConsoleDisplayMode = _ OS2GetConsoleDisplayMode@?? ;NT358 ; GetConsoleFontInfo = _ OS2GetConsoleFontInfo@?? ;NT359 ; GetConsoleFontSize = _ OS2GetConsoleFontSize@?? ;NT360 ; GetConsoleHardwareState = _ OS2GetConsoleHardwareState@?? ;NT361 ; GetConsoleInputExeNameA = _ OS2GetConsoleInputExeNameA@?? ;NT362 ; GetConsoleInputExeNameW = _ OS2GetConsoleInputExeNameW@?? ;NT363 ; GetConsoleInputWaitHandle = _ OS2GetConsoleInputWaitHandle@?? ;NT364 ; GetConsoleKeyboardLayoutNameA = _ OS2GetConsoleKeyboardLayoutNameA@?? ;NT365 ; GetConsoleKeyboardLayoutNameW = _ OS2GetConsoleKeyboardLayoutNameW@?? ;NT366 GetConsoleMode = _ OS2GetConsoleMode@8 @297367 GetConsoleOutputCP = _ OS2GetConsoleOutputCP@0 @298368 GetConsoleScreenBufferInfo = _ OS2GetConsoleScreenBufferInfo@8 @299369 GetConsoleTitleA = _ OS2GetConsoleTitleA@8 @300370 GetConsoleTitleW = _ OS2GetConsoleTitleW@8 @301344 ; GetConsoleAliasA = _GetConsoleAliasA@?? ;NT 345 ; GetConsoleAliasExesA = _GetConsoleAliasExesA@?? ;NT 346 ; GetConsoleAliasExesLengthA = _GetConsoleAliasExesLengthA@?? ;NT 347 ; GetConsoleAliasExesLengthW = _GetConsoleAliasExesLengthW@?? ;NT 348 ; GetConsoleAliasExesW = _GetConsoleAliasExesW@?? ;NT 349 ; GetConsoleAliasW = _GetConsoleAliasW@?? ;NT 350 ; GetConsoleAliasesA = _GetConsoleAliasesA@?? ;NT 351 ; GetConsoleAliasesLengthA = _GetConsoleAliasesLengthA@?? ;NT 352 ; GetConsoleAliasesLengthW = _GetConsoleAliasesLengthW@?? ;NT 353 ; GetConsoleAliasesW = _GetConsoleAliasesW@?? ;NT 354 GetConsoleCP = _GetConsoleCP@0 @295 355 ; GetConsoleCommandHistoryA = _GetConsoleCommandHistoryA@?? ;NT 356 ; GetConsoleCommandHistoryLengthA = _GetConsoleCommandHistoryLengthA@?? ;NT 357 ; GetConsoleCommandHistoryLengthW = _GetConsoleCommandHistoryLengthW@?? ;NT 358 ; GetConsoleCommandHistoryW = _GetConsoleCommandHistoryW@?? ;NT 359 GetConsoleCursorInfo = _GetConsoleCursorInfo@8 @296 360 ; GetConsoleDisplayMode = _GetConsoleDisplayMode@?? ;NT 361 ; GetConsoleFontInfo = _GetConsoleFontInfo@?? ;NT 362 ; GetConsoleFontSize = _GetConsoleFontSize@?? ;NT 363 ; GetConsoleHardwareState = _GetConsoleHardwareState@?? ;NT 364 ; GetConsoleInputExeNameA = _GetConsoleInputExeNameA@?? ;NT 365 ; GetConsoleInputExeNameW = _GetConsoleInputExeNameW@?? ;NT 366 ; GetConsoleInputWaitHandle = _GetConsoleInputWaitHandle@?? ;NT 367 ; GetConsoleKeyboardLayoutNameA = _GetConsoleKeyboardLayoutNameA@?? ;NT 368 ; GetConsoleKeyboardLayoutNameW = _GetConsoleKeyboardLayoutNameW@?? ;NT 369 GetConsoleMode = _GetConsoleMode@8 @297 370 GetConsoleOutputCP = _GetConsoleOutputCP@0 @298 371 GetConsoleScreenBufferInfo = _GetConsoleScreenBufferInfo@8 @299 372 GetConsoleTitleA = _GetConsoleTitleA@8 @300 373 GetConsoleTitleW = _GetConsoleTitleW@8 @301 371 374 GetCurrencyFormatA = _GetCurrencyFormatA@24 @302 372 375 GetCurrencyFormatW = _GetCurrencyFormatW@24 @303 373 ; GetCurrentConsoleFont = _ OS2GetCurrentConsoleFont@?? ;NT376 ; GetCurrentConsoleFont = _GetCurrentConsoleFont@?? ;NT 374 377 GetCurrentDirectoryA = _GetCurrentDirectoryA@8 @304 375 378 GetCurrentDirectoryW = _GetCurrentDirectoryW@8 @305 … … 407 410 ; GetLSCallbackTarget = _GetLSCallbackTarget@?? @337 ;W95 408 411 ; GetLSCallbackTemplate = _GetLSCallbackTemplate@?? @338 ;W95 409 GetLargestConsoleWindowSize = _ OS2GetLargestConsoleWindowSize@4 @339412 GetLargestConsoleWindowSize = _GetLargestConsoleWindowSize@4 @339 410 413 GetLastError = _GetLastError@0 @340 411 414 GetLocalTime = _GetLocalTime@4 @341 … … 426 429 GetNumberFormatA = _GetNumberFormatA@24 @355 427 430 GetNumberFormatW = _GetNumberFormatW@24 @356 428 ; GetNumberOfConsoleFonts = _ OS2GetNumberOfConsoleFonts@?? ;NT429 GetNumberOfConsoleInputEvents = _ OS2GetNumberOfConsoleInputEvents@8 @357430 GetNumberOfConsoleMouseButtons = _ OS2GetNumberOfConsoleMouseButtons@4 @358431 ; GetNumberOfConsoleFonts = _GetNumberOfConsoleFonts@?? ;NT 432 GetNumberOfConsoleInputEvents = _GetNumberOfConsoleInputEvents@8 @357 433 GetNumberOfConsoleMouseButtons = _GetNumberOfConsoleMouseButtons@4 @358 431 434 GetOEMCP = _GetOEMCP@0 @359 432 435 GetOverlappedResult = _GetOverlappedResult@16 @360 … … 543 546 ; HeapQueryTagsW = _HeapQueryTagsW@?? ;NT 544 547 ; HeapSetFlags = _HeapSetFlags@?? @466 545 "HeapSize" = _HeapSize@12 @467 ; reserved linker word548 "HeapSize" = _HeapSize@12 @467 ; reserved linker word 546 549 HeapUnlock = _HeapUnlock@4 @468 547 550 ; HeapUsage = _HeapUsage@?? ;NT … … 558 561 InterlockedIncrement = _InterlockedIncrement@4 @475 559 562 ; InvalidateNLSCache = _InvalidateNLSCache@?? @476 ;W95 560 ; InvalidateConsoleDIBits = _ OS2InvalidateConsoleDIBits@?? ;NT563 ; InvalidateConsoleDIBits = _InvalidateConsoleDIBits@?? ;NT 561 564 IsBadCodePtr = _IsBadCodePtr@4 @477 562 565 IsBadHugeReadPtr = _IsBadHugeReadPtr@8 @478 … … 621 624 MultiByteToWideChar = _MultiByteToWideChar@24 @534 622 625 ; NotifyNLSUserCache = _NotifyNLSUserCache@?? @535 ;W95 623 ; OpenConsoleW = _O S2OpenConsoleW@?? ;NT626 ; OpenConsoleW = _OpenConsoleW@?? ;NT 624 627 OpenEventA = _OpenEventA@12 @536 625 628 OpenEventW = _OpenEventW@12 @537 … … 638 641 OutputDebugStringA = _OutputDebugStringA@4 @548 639 642 OutputDebugStringW = _OutputDebugStringW@4 @549 640 PeekConsoleInputA = _ OS2PeekConsoleInputA@16 @550641 PeekConsoleInputW = _ OS2PeekConsoleInputW@16 @551643 PeekConsoleInputA = _PeekConsoleInputA@16 @550 644 PeekConsoleInputW = _PeekConsoleInputW@16 @551 642 645 PeekNamedPipe = _PeekNamedPipe@24 @552 643 646 PostQueuedCompletionStatus = _PostQueuedCompletionStatus@16 @553 … … 657 660 ; QueueUserAPC = _QueueUserAPC@?? @566 658 661 RaiseException = RaiseExceptionAsm @567 659 ReadConsoleA = _ OS2ReadConsoleA@20 @568660 ReadConsoleInputA = _ OS2ReadConsoleInputA@16 @569661 ; ReadConsoleInputExA = _ OS2ReadConsoleInputExA@?? ;NT662 ; ReadConsoleInputExW = _ OS2ReadConsoleInputExW@?? ;NT663 ReadConsoleInputW = _ OS2ReadConsoleInputW@16 @570664 ReadConsoleOutputA = _ OS2ReadConsoleOutputA@20 @571665 ReadConsoleOutputAttribute = _ OS2ReadConsoleOutputAttribute@20 @572666 ReadConsoleOutputCharacterA = _ OS2ReadConsoleOutputCharacterA@20 @573667 ReadConsoleOutputCharacterW = _ OS2ReadConsoleOutputCharacterW@20 @574668 ReadConsoleOutputW = _ OS2ReadConsoleOutputW@20 @575669 ReadConsoleW = _ OS2ReadConsoleW@20 @576662 ReadConsoleA = _ReadConsoleA@20 @568 663 ReadConsoleInputA = _ReadConsoleInputA@16 @569 664 ; ReadConsoleInputExA = _ReadConsoleInputExA@?? ;NT 665 ; ReadConsoleInputExW = _ReadConsoleInputExW@?? ;NT 666 ReadConsoleInputW = _ReadConsoleInputW@16 @570 667 ReadConsoleOutputA = _ReadConsoleOutputA@20 @571 668 ReadConsoleOutputAttribute = _ReadConsoleOutputAttribute@20 @572 669 ReadConsoleOutputCharacterA = _ReadConsoleOutputCharacterA@20 @573 670 ReadConsoleOutputCharacterW = _ReadConsoleOutputCharacterW@20 @574 671 ReadConsoleOutputW = _ReadConsoleOutputW@20 @575 672 ReadConsoleW = _ReadConsoleW@20 @576 670 673 ; ReadDirectoryChangesW = _ReadDirectoryChangesW@?? ;NT 671 674 ReadFile = _ReadFile@20 @577 … … 675 678 ; RegisterServiceProcess = _RegisterServiceProcess@?? @580 ;W95 676 679 ; ReinitializeCriticalSection = _ReinitializeCriticalSection@?? @581 ;W95 677 ; RegisterConsoleVDM = _ OS2RegisterConsoleVDM@?? ;NT680 ; RegisterConsoleVDM = _RegisterConsoleVDM@?? ;NT 678 681 ; RegisterWaitForInputIdle = _RegisterWaitForInputIdle@?? ;NT 679 682 ; RegisterWowBaseHandlers = _RegisterWowBaseHandlers@?? ;NT … … 709 712 ; SUnMapLS_IP_EBP_40 = _SUnMapLS_IP_EBP_40@?? @610 ;W95 710 713 ; SUnMapLS_IP_EBP_8 = _SUnMapLS_IP_EBP_8@?? @611 ;W95 711 ScrollConsoleScreenBufferA = _ OS2ScrollConsoleScreenBufferA@20 @612712 ScrollConsoleScreenBufferW = _ OS2ScrollConsoleScreenBufferW@20 @613714 ScrollConsoleScreenBufferA = _ScrollConsoleScreenBufferA@20 @612 715 ScrollConsoleScreenBufferW = _ScrollConsoleScreenBufferW@20 @613 713 716 SearchPathA = _SearchPathA@24 @614 714 717 SearchPathW = _SearchPathW@24 @615 … … 720 723 SetComputerNameA = _SetComputerNameA@4 @621 721 724 SetComputerNameW = _SetComputerNameW@4 @622 722 SetConsoleActiveScreenBuffer = _ OS2SetConsoleActiveScreenBuffer@4 @623723 SetConsoleCP = _ OS2SetConsoleCP@4 @624724 ; SetConsoleCommandHistoryMode = _ OS2SetConsoleCommandHistoryMode@?? ;NT725 SetConsoleCtrlHandler = _ OS2SetConsoleCtrlHandler@8 @625726 ; SetConsoleCursor = _ OS2SetConsoleCursor@?? ;NT727 SetConsoleCursorInfo = _ OS2SetConsoleCursorInfo@8 @626728 SetConsoleCursorPosition = _ OS2SetConsoleCursorPosition@8 @627729 ; SetConsoleDisplayMode = _ OS2SetConsoleDisplayMode@?? ;NT730 ; SetConsoleFont = _ OS2SetConsoleFont@?? ;NT731 ; SetConsoleHardwareState = _ OS2SetConsoleHardwareState@?? ;NT732 ; SetConsoleIcon = _ OS2SetConsoleIcon@?? ;NT733 ; SetConsoleInputExeNameA = _ OS2SetConsoleInputExeNameA@?? ;NT734 ; SetConsoleInputExeNameW = _ OS2SetConsoleInputExeNameW@?? ;NT735 ; SetConsoleKeyShortcuts = _ OS2SetConsoleKeyShortcuts@?? ;NT736 ; SetConsoleMaximumWindowSize = _ OS2SetConsoleMaximumWindowSize@?? ;NT737 ; SetConsoleMenuClose = _ OS2SetConsoleMenuClose@?? ;NT738 SetConsoleMode = _ OS2SetConsoleMode@8 @628739 ; SetConsoleNumberOfCommandsA = _ OS2SetConsoleNumberOfCommandsA@?? ;NT740 ; SetConsoleNumberOfCommandsW = _ OS2SetConsoleNumberOfCommandsW@?? ;NT741 SetConsoleOutputCP = _ OS2SetConsoleOutputCP@4 @629742 ; SetConsolePalette = _ OS2SetConsolePalette@?? ;NT743 SetConsoleScreenBufferSize = _ OS2SetConsoleScreenBufferSize@8 @630744 SetConsoleTextAttribute = _ OS2SetConsoleTextAttribute@8 @631745 SetConsoleTitleA = _ OS2SetConsoleTitleA@4 @632746 SetConsoleTitleW = _ OS2SetConsoleTitleW@4 @633747 SetConsoleWindowInfo = _ OS2SetConsoleWindowInfo@12 @634725 SetConsoleActiveScreenBuffer = _SetConsoleActiveScreenBuffer@4 @623 726 SetConsoleCP = _SetConsoleCP@4 @624 727 ; SetConsoleCommandHistoryMode = _SetConsoleCommandHistoryMode@?? ;NT 728 SetConsoleCtrlHandler = _SetConsoleCtrlHandler@8 @625 729 ; SetConsoleCursor = _SetConsoleCursor@?? ;NT 730 SetConsoleCursorInfo = _SetConsoleCursorInfo@8 @626 731 SetConsoleCursorPosition = _SetConsoleCursorPosition@8 @627 732 ; SetConsoleDisplayMode = _SetConsoleDisplayMode@?? ;NT 733 ; SetConsoleFont = _SetConsoleFont@?? ;NT 734 ; SetConsoleHardwareState = _SetConsoleHardwareState@?? ;NT 735 ; SetConsoleIcon = _SetConsoleIcon@?? ;NT 736 ; SetConsoleInputExeNameA = _SetConsoleInputExeNameA@?? ;NT 737 ; SetConsoleInputExeNameW = _SetConsoleInputExeNameW@?? ;NT 738 ; SetConsoleKeyShortcuts = _SetConsoleKeyShortcuts@?? ;NT 739 ; SetConsoleMaximumWindowSize = _SetConsoleMaximumWindowSize@?? ;NT 740 ; SetConsoleMenuClose = _SetConsoleMenuClose@?? ;NT 741 SetConsoleMode = _SetConsoleMode@8 @628 742 ; SetConsoleNumberOfCommandsA = _SetConsoleNumberOfCommandsA@?? ;NT 743 ; SetConsoleNumberOfCommandsW = _SetConsoleNumberOfCommandsW@?? ;NT 744 SetConsoleOutputCP = _SetConsoleOutputCP@4 @629 745 ; SetConsolePalette = _SetConsolePalette@?? ;NT 746 SetConsoleScreenBufferSize = _SetConsoleScreenBufferSize@8 @630 747 SetConsoleTextAttribute = _SetConsoleTextAttribute@8 @631 748 SetConsoleTitleA = _SetConsoleTitleA@4 @632 749 SetConsoleTitleW = _SetConsoleTitleW@4 @633 750 SetConsoleWindowInfo = _SetConsoleWindowInfo@12 @634 748 751 ; SetCriticalSectionSpinCount = _SetCriticalSectionSpinCount@?? ;NT 749 752 SetCurrentDirectoryA = _SetCurrentDirectoryA@4 @635 … … 766 769 SetHandleCount = _SetHandleCount@4 @652 767 770 SetHandleInformation = _SetHandleInformation@12 @653 768 ; SetLastConsoleEventActive = _ OS2SetLastConsoleEventActive@?? ;NT771 ; SetLastConsoleEventActive = _SetLastConsoleEventActive@?? ;NT 769 772 SetLastError = _SetLastError@4 @654 770 773 SetLocalTime = _SetLocalTime@4 @655 … … 797 800 ; SetWaitableTimer = _SetWaitableTimer@?? ;NT 798 801 SetupComm = _SetupComm@12 @677 799 ; ShowConsoleCursor = _ OS2ShowConsoleCursor@?? ;NT802 ; ShowConsoleCursor = _ShowConsoleCursor@?? ;NT 800 803 ; SignalObjectAndWait = _SignalObjectAndWait@?? ;NT 801 804 SizeofResource = _SizeofResource@8 @678 … … 834 837 UpdateResourceA = _UpdateResourceA@24 @707 835 838 UpdateResourceW = _UpdateResourceW@24 @708 836 ; VDMConsoleOperation = _ OS2VDMConsoleOperation@?? ;NT837 ; VDMOperationStarted = _ OS2VDMOperationStarted@?? ;NT839 ; VDMConsoleOperation = _VDMConsoleOperation@?? ;NT 840 ; VDMOperationStarted = _VDMOperationStarted@?? ;NT 838 841 VerLanguageNameA = _VerLanguageNameA@12 @709 839 842 VerLanguageNameW = _VerLanguageNameW@12 @710 840 ; VerifyConsoleToHandle = _ OS2VerifyConsoleToHandle@?? ;NT843 ; VerifyConsoleToHandle = _VerifyConsoleToHandle@?? ;NT 841 844 VirtualAlloc = _VirtualAlloc@16 @711 842 845 ; VirtualAllocEx = _VirtualAllocEx@?? ;NT … … 860 863 WideCharToMultiByte = _WideCharToMultiByte@32 @727 861 864 WinExec = _WinExec@8 @728 862 WriteConsoleA = _ OS2WriteConsoleA@20 @729863 WriteConsoleInputA = _ OS2WriteConsoleInputA@16 @730864 ; WriteConsoleInputVDMA = _ OS2WriteConsoleInputVDMA@?? ;NT865 ; WriteConsoleInputVDMW = _ OS2WriteConsoleInputVDMW@?? ;NT866 WriteConsoleInputW = _ OS2WriteConsoleInputW@16 @731867 WriteConsoleOutputA = _ OS2WriteConsoleOutputA@20 @732868 WriteConsoleOutputAttribute = _ OS2WriteConsoleOutputAttribute@20 @733869 WriteConsoleOutputCharacterA = _ OS2WriteConsoleOutputCharacterA@20 @734870 WriteConsoleOutputCharacterW = _ OS2WriteConsoleOutputCharacterW@20 @735871 WriteConsoleOutputW = _ OS2WriteConsoleOutputW@20 @736872 WriteConsoleW = _ OS2WriteConsoleW@20 @737865 WriteConsoleA = _WriteConsoleA@20 @729 866 WriteConsoleInputA = _WriteConsoleInputA@16 @730 867 ; WriteConsoleInputVDMA = _WriteConsoleInputVDMA@?? ;NT 868 ; WriteConsoleInputVDMW = _WriteConsoleInputVDMW@?? ;NT 869 WriteConsoleInputW = _WriteConsoleInputW@16 @731 870 WriteConsoleOutputA = _WriteConsoleOutputA@20 @732 871 WriteConsoleOutputAttribute = _WriteConsoleOutputAttribute@20 @733 872 WriteConsoleOutputCharacterA = _WriteConsoleOutputCharacterA@20 @734 873 WriteConsoleOutputCharacterW = _WriteConsoleOutputCharacterW@20 @735 874 WriteConsoleOutputW = _WriteConsoleOutputW@20 @736 875 WriteConsoleW = _WriteConsoleW@20 @737 873 876 WriteFile = _WriteFile@20 @738 874 877 WriteFileEx = _WriteFileEx@20 @739 … … 954 957 955 958 Win32QueryModuleName = Win32QueryModuleName @1225 959 960 GetFS = GetFS @1226 961 SetFS = SetFS @1227
Note:
See TracChangeset
for help on using the changeset viewer.
