Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
3.6 KiB

  1. //////////////////////////////////////////////////////////////////////////////////////
  2. // //
  3. // Entry points for ntcon //
  4. // //
  5. //////////////////////////////////////////////////////////////////////////////////////
  6. //
  7. // streamm.c
  8. //
  9. OpenConsoleWInternal,4
  10. ReadConsoleInternal,8
  11. WriteConsoleInternal,5
  12. CloseConsoleHandle,1
  13. DuplicateConsoleHandle,4
  14. GetConsoleHandleInformation,2
  15. SetConsoleHandleInformation,3
  16. VerifyConsoleIoHandle,1
  17. //
  18. // ctrlcm.c
  19. //
  20. SetLastConsoleEventActiveInternal,0
  21. //
  22. // iostubsm.c
  23. //
  24. GetConsoleInput,6
  25. WriteConsoleInputInternal,6
  26. ReadConsoleOutputInternal,6
  27. WriteConsoleOutputInternal,6
  28. ReadConsoleOutputString,7
  29. WriteConsoleOutputString,7
  30. FillConsoleOutput,6
  31. CreateConsoleScreenBuffer,5
  32. InvalidateConsoleDIBits,2
  33. //
  34. // getsetm.c
  35. //
  36. GetConsoleMode,2
  37. GetConsoleProcessList,2
  38. GetNumberOfConsoleFonts,0
  39. GetNumberOfConsoleInputEvents,2
  40. GetLargestConsoleWindowSize,1
  41. GetConsoleScreenBufferInfo,2
  42. GetConsoleCursorInfo,2
  43. GetConsoleSelectionInfo,1
  44. GetNumberOfConsoleMouseButtons,1
  45. GetConsoleFontInfo,4
  46. GetConsoleFontSize,2
  47. GetCurrentConsoleFont,3
  48. SetConsoleMode,2
  49. GenerateConsoleCtrlEvent,2
  50. SetConsoleActiveScreenBuffer,1
  51. FlushConsoleInputBuffer,1
  52. SetConsoleScreenBufferSize,2
  53. SetConsoleCursorPosition,2
  54. SetConsoleCursorInfo,2
  55. SetConsoleWindowInfo,3
  56. ScrollConsoleScreenBufferInternal,6
  57. SetConsoleTextAttribute,2
  58. SetConsoleFont,2
  59. SetConsoleIcon,1
  60. GetConsoleCP,0
  61. SetConsoleCP,1
  62. GetConsoleOutputCP,0
  63. SetConsoleOutputCPInternal,1
  64. GetConsoleKeyboardLayoutNameWorker,2
  65. GetConsoleWindow,0
  66. //
  67. // privatem.c
  68. //
  69. SetConsoleCursor,2
  70. ShowConsoleCursor,2
  71. ConsoleMenuControl,3
  72. SetConsolePaletteInternal,3
  73. RegisterConsoleVDM,11
  74. SetConsoleDisplayMode,3
  75. GetConsoleHardwareState,3
  76. SetConsoleHardwareState,3
  77. GetConsoleDisplayMode,1
  78. SetConsoleKeyShortcuts,4
  79. SetConsoleMenuClose,1
  80. //
  81. // dllinitm.c
  82. //
  83. ConnectConsoleInternal,3
  84. AllocConsoleInternal,11
  85. FreeConsoleInternal,0
  86. AttachConsoleInternal,4
  87. GetConsoleLangId,1
  88. //
  89. // cmdlinem.c
  90. //
  91. AddConsoleAliasInternal,6
  92. GetConsoleAliasInternal,6
  93. GetConsoleAliasesLengthInternal,2
  94. GetConsoleAliasExesLengthInternal,1
  95. GetConsoleAliasesInternal,4
  96. GetConsoleAliasExesInternal,3
  97. ExpungeConsoleCommandHistoryInternal,2
  98. SetConsoleNumberOfCommandsInternal,3
  99. GetConsoleCommandHistoryLengthInternal,2
  100. GetConsoleCommandHistoryInternal,4
  101. SetConsoleCommandHistoryMode,1
  102. GetConsoleTitleInternal,3
  103. SetConsoleTitleInternal,3
  104. //
  105. // dbcsm.c
  106. //
  107. #ifdef FE_SB
  108. GetConsoleCharType,3
  109. SetConsoleLocalEUDC,4
  110. SetConsoleCursorMode,3
  111. GetConsoleCursorMode,3
  112. RegisterConsoleOS2,1
  113. SetConsoleOS2OemFormat,1
  114. #ifdef FE_IME
  115. GetConsoleNlsMode,2
  116. SetConsoleNlsMode,2
  117. RegisterConsoleIMEInternal,5
  118. UnregisterConsoleIMEInternal,1
  119. #endif //ifdef FE_IME
  120. #endif //FE_IME
  121. //////////////////////////////////////////////////////////////////////////////////////
  122. // //
  123. // Entry points for ntuser //
  124. // //
  125. //////////////////////////////////////////////////////////////////////////////////////
  126. CallUserpExitWindowsEx,2
  127. EndTask,3
  128. Logon,1
  129. CallUserpRegisterLogonProcess,1
  130. RegisterServicesProcess,1
  131. GetThreadDesktop,1
  132. DeviceEventWorker,6
  133. UserConnectToServer,4
  134. #if DBG
  135. CsrWin32HeapFail,2
  136. CsrWin32HeapStat,2
  137. #endif