Windows 2000 WIN32K.SYS System Service Calls

It's well known that on Windows NT/2K systems, the interface because user mode code and kernel mode system components are the undocumented system service calls. But much less is known about the fact the Windows NT/2K graphics systems (GDI32, DDRAW) and window manager (USER32) also uses system service calls extensively.

These system service calls are handled by WIN32K.SYS, which lives in kernel mode address space, with the help of display drivers, video port drivers, and printer drivers.

Here is a complete list of 639 system services provided by WIN32K.SYS, on Windows 2000. From this list you can find GDI calls (NtGdixxx), DirectDraw calls (NtGdiDdxxx), Direct3D calls (NtGdiD3dxxx), and USER calls (NtUserxxx).

This list is generated by the SysCall program, from Chapter 2. SysCall is also able to list system services from NTOSKRNL.EXE, and routines making system service calls from user mode system DLLs (NTDLL.DLL, USER32.DLL, GDI32.DLL).


\\WINNT\System32\win32k.sys loaded Tue Nov 30 00:51:03 1999
\\WINNT\symbols\sys\win32k.dbg loaded. Tue Nov 30 00:51:03 1999

  1. syscall(1000) NtGdiAbortDoc
  2. syscall(1001) NtGdiAbortPath
  3. syscall(1002) NtGdiAddFontResourceW
  4. syscall(1003) NtGdiAddRemoteFontToDC
  5. syscall(1004) NtGdiAddFontMemResourceEx
  6. syscall(1005) NtGdiRemoveMergeFont
  7. syscall(1006) NtGdiAddRemoteMMInstanceToDC
  8. syscall(1007) NtGdiAlphaBlend
  9. syscall(1008) NtGdiAngleArc
  10. syscall(1009) NtGdiAnyLinkedFonts
  11. syscall(100a) NtGdiFontIsLinked
  12. syscall(100b) NtGdiArcInternal
  13. syscall(100c) NtGdiBeginPath
  14. syscall(100d) NtGdiBitBlt
  15. syscall(100e) NtGdiCancelDC
  16. syscall(100f) NtGdiCheckBitmapBits
  17. syscall(1010) NtGdiCloseFigure
  18. syscall(1011) NtGdiColorCorrectPalette
  19. syscall(1012) NtGdiCombineRgn
  20. syscall(1013) NtGdiCombineTransform
  21. syscall(1014) NtGdiComputeXformCoefficients
  22. syscall(1015) NtGdiConsoleTextOut
  23. syscall(1016) NtGdiConvertMetafileRect
  24. syscall(1017) NtGdiCreateBitmap
  25. syscall(1018) NtGdiCreateClientObj
  26. syscall(1019) NtGdiCreateColorSpace
  27. syscall(101a) NtGdiCreateColorTransform
  28. syscall(101b) NtGdiCreateCompatibleBitmap
  29. syscall(101c) NtGdiCreateCompatibleDC
  30. syscall(101d) NtGdiCreateDIBBrush
  31. syscall(101e) NtGdiCreateDIBitmapInternal
  32. syscall(101f) NtGdiCreateDIBSection
  33. syscall(1020) NtGdiCreateEllipticRgn
  34. syscall(1021) NtGdiCreateHalftonePalette
  35. syscall(1022) NtGdiCreateHatchBrushInternal
  36. syscall(1023) NtGdiCreateMetafileDC
  37. syscall(1024) NtGdiCreatePaletteInternal
  38. syscall(1025) NtGdiCreatePatternBrushInternal
  39. syscall(1026) NtGdiCreatePen
  40. syscall(1027) NtGdiCreateRectRgn
  41. syscall(1028) NtGdiCreateRoundRectRgn
  42. syscall(1029) NtGdiCreateServerMetaFile
  43. syscall(102a) NtGdiCreateSolidBrush
  44. syscall(102b) NtGdiD3dContextCreate
  45. syscall(102c) NtGdiD3dContextDestroy
  46. syscall(102d) NtGdiD3dContextDestroyAll
  47. syscall(102e) NtGdiD3dValidateTextureStageState
  48. syscall(102f) NtGdiD3dDrawPrimitives2
  49. syscall(1030) NtGdiDdGetDriverState
  50. syscall(1031) NtGdiDdAddAttachedSurface
  51. syscall(1032) NtGdiDdAlphaBlt
  52. syscall(1033) NtGdiDdAttachSurface
  53. syscall(1034) NtGdiDdBeginMoCompFrame
  54. syscall(1035) NtGdiDdBlt
  55. syscall(1036) NtGdiDdCanCreateSurface
  56. syscall(1037) NtGdiDdCanCreateD3DBuffer
  57. syscall(1038) NtGdiDdColorControl
  58. syscall(1039) NtGdiDdCreateDirectDrawObject
  59. syscall(103a) NtGdiDdCreateSurface
  60. syscall(103b) NtGdiDdCreateSurface
  61. syscall(103c) NtGdiDdCreateMoComp
  62. syscall(103d) NtGdiDdCreateSurfaceObject
  63. syscall(103e) NtGdiDdDeleteDirectDrawObject
  64. syscall(103f) NtGdiDdDeleteSurfaceObject
  65. syscall(1040) NtGdiDdDestroyMoComp
  66. syscall(1041) NtGdiDdDestroySurface
  67. syscall(1042) NtGdiDdDestroyD3DBuffer
  68. syscall(1043) NtGdiDdEndMoCompFrame
  69. syscall(1044) NtGdiDdFlip
  70. syscall(1045) NtGdiDdFlipToGDISurface
  71. syscall(1046) NtGdiDdGetAvailDriverMemory
  72. syscall(1047) NtGdiDdGetBltStatus
  73. syscall(1048) NtGdiDdGetDC
  74. syscall(1049) NtGdiDdGetDriverInfo
  75. syscall(104a) NtGdiDdGetDxHandle
  76. syscall(104b) NtGdiDdGetFlipStatus
  77. syscall(104c) NtGdiDdGetInternalMoCompInfo
  78. syscall(104d) NtGdiDdGetMoCompBuffInfo
  79. syscall(104e) NtGdiDdGetMoCompGuids
  80. syscall(104f) NtGdiDdGetMoCompFormats
  81. syscall(1050) NtGdiDdGetScanLine
  82. syscall(1051) NtGdiDdLock
  83. syscall(1052) NtGdiDdLockD3D
  84. syscall(1053) NtGdiDdQueryDirectDrawObject
  85. syscall(1054) NtGdiDdQueryMoCompStatus
  86. syscall(1055) NtGdiDdReenableDirectDrawObject
  87. syscall(1056) NtGdiDdReleaseDC
  88. syscall(1057) NtGdiDdRenderMoComp
  89. syscall(1058) NtGdiDdResetVisrgn
  90. syscall(1059) NtGdiDdSetColorKey
  91. syscall(105a) NtGdiDdSetExclusiveMode
  92. syscall(105b) NtGdiDdSetGammaRamp
  93. syscall(105c) NtGdiDdCreateSurfaceEx
  94. syscall(105d) NtGdiDdSetOverlayPosition
  95. syscall(105e) NtGdiDdUnattachSurface
  96. syscall(105f) NtGdiDdUnlock
  97. syscall(1060) NtGdiDdUnlockD3D
  98. syscall(1061) NtGdiDdUpdateOverlay
  99. syscall(1062) NtGdiDdWaitForVerticalBlank
  100. syscall(1063) NtGdiDvpCanCreateVideoPort
  101. syscall(1064) NtGdiDvpColorControl
  102. syscall(1065) NtGdiDvpCreateVideoPort
  103. syscall(1066) NtGdiDvpDestroyVideoPort
  104. syscall(1067) NtGdiDvpFlipVideoPort
  105. syscall(1068) NtGdiDvpGetVideoPortBandwidth
  106. syscall(1069) NtGdiDvpGetVideoPortField
  107. syscall(106a) NtGdiDvpGetVideoPortFlipStatus
  108. syscall(106b) NtGdiDvpGetVideoPortInputFormats
  109. syscall(106c) NtGdiDvpGetVideoPortLine
  110. syscall(106d) NtGdiDvpGetVideoPortOutputFormats
  111. syscall(106e) NtGdiDvpGetVideoPortConnectInfo
  112. syscall(106f) NtGdiDvpGetVideoSignalStatus
  113. syscall(1070) NtGdiDvpUpdateVideoPort
  114. syscall(1071) NtGdiDvpWaitForVideoPortSync
  115. syscall(1072) NtGdiDeleteClientObj
  116. syscall(1073) NtGdiDeleteColorSpace
  117. syscall(1074) NtGdiDeleteColorTransform
  118. syscall(1075) NtGdiDeleteObjectApp
  119. syscall(1076) NtGdiDescribePixelFormat
  120. syscall(1077) NtGdiGetPerBandInfo
  121. syscall(1078) NtGdiDoBanding
  122. syscall(1079) NtGdiDoPalette
  123. syscall(107a) NtGdiDrawEscape
  124. syscall(107b) NtGdiEllipse
  125. syscall(107c) NtGdiEnableEudc
  126. syscall(107d) NtGdiEndDoc
  127. syscall(107e) NtGdiEndPage
  128. syscall(107f) NtGdiEndPath
  129. syscall(1080) NtGdiEnumFontChunk
  130. syscall(1081) NtGdiEnumFontClose
  131. syscall(1082) NtGdiEnumFontOpen
  132. syscall(1083) NtGdiEnumObjects
  133. syscall(1084) NtGdiEqualRgn
  134. syscall(1085) NtGdiEudcEnumFaceNameLinkW
  135. syscall(1086) NtGdiEudcLoadUnloadLink
  136. syscall(1087) NtGdiExcludeClipRect
  137. syscall(1088) NtGdiExtCreatePen
  138. syscall(1089) NtGdiExtCreateRegion
  139. syscall(108a) NtGdiExtEscape
  140. syscall(108b) NtGdiExtFloodFill
  141. syscall(108c) NtGdiExtGetObjectW
  142. syscall(108d) NtGdiExtSelectClipRgn
  143. syscall(108e) NtGdiExtTextOutW
  144. syscall(108f) NtGdiFillPath
  145. syscall(1090) NtGdiFillRgn
  146. syscall(1091) NtGdiFlattenPath
  147. syscall(1092) NtGdiFlushUserBatch
  148. syscall(1093) GreFlush
  149. syscall(1094) NtGdiForceUFIMapping
  150. syscall(1095) NtGdiFrameRgn
  151. syscall(1096) NtGdiFullscreenControl
  152. syscall(1097) NtGdiGetAndSetDCDword
  153. syscall(1098) NtGdiGetAppClipBox
  154. syscall(1099) NtGdiGetBitmapBits
  155. syscall(109a) NtGdiGetBitmapDimension
  156. syscall(109b) NtGdiGetBoundsRect
  157. syscall(109c) NtGdiGetCharABCWidthsW
  158. syscall(109d) NtGdiGetCharacterPlacementW
  159. syscall(109e) NtGdiGetCharSet
  160. syscall(109f) NtGdiGetCharWidthW
  161. syscall(10a0) NtGdiGetCharWidthInfo
  162. syscall(10a1) NtGdiGetColorAdjustment
  163. syscall(10a2) NtGdiGetColorSpaceforBitmap
  164. syscall(10a3) NtGdiGetDCDword
  165. syscall(10a4) NtGdiGetDCforBitmap
  166. syscall(10a5) NtGdiGetDCObject
  167. syscall(10a6) NtGdiGetDCPoint
  168. syscall(10a7) NtGdiGetDeviceCaps
  169. syscall(10a8) NtGdiGetDeviceGammaRamp
  170. syscall(10a9) NtGdiGetDeviceCapsAll
  171. syscall(10aa) NtGdiGetDIBitsInternal
  172. syscall(10ab) NtGdiGetETM
  173. syscall(10ac) NtGdiGetEudcTimeStampEx
  174. syscall(10ad) NtGdiGetFontData
  175. syscall(10ae) NtGdiGetFontResourceInfoInternalW
  176. syscall(10af) NtGdiGetGlyphIndicesW
  177. syscall(10b0) NtGdiGetGlyphIndicesWInternal
  178. syscall(10b1) NtGdiGetGlyphOutline
  179. syscall(10b2) NtGdiGetKerningPairs
  180. syscall(10b3) NtGdiGetLinkedUFIs
  181. syscall(10b4) NtGdiGetMiterLimit
  182. syscall(10b5) NtGdiGetMonitorID
  183. syscall(10b6) NtGdiGetNearestColor
  184. syscall(10b7) NtGdiGetNearestPaletteIndex
  185. syscall(10b8) NtGdiGetObjectBitmapHandle
  186. syscall(10b9) NtGdiGetOutlineTextMetricsInternalW
  187. syscall(10ba) NtGdiGetPath
  188. syscall(10bb) NtGdiGetPixel
  189. syscall(10bc) NtGdiGetRandomRgn
  190. syscall(10bd) NtGdiGetRasterizerCaps
  191. syscall(10be) NtGdiGetRealizationInfo
  192. syscall(10bf) NtGdiGetRegionData
  193. syscall(10c0) NtGdiGetRgnBox
  194. syscall(10c1) NtGdiGetServerMetaFileBits
  195. syscall(10c2) NtGdiGetSpoolMessage
  196. syscall(10c3) NtGdiGetStats
  197. syscall(10c4) NtGdiGetStockObject
  198. syscall(10c5) NtGdiGetStringBitmapW
  199. syscall(10c6) NtGdiGetSystemPaletteUse
  200. syscall(10c7) NtGdiGetTextCharsetInfo
  201. syscall(10c8) NtGdiGetTextExtent
  202. syscall(10c9) NtGdiGetTextExtentExW
  203. syscall(10ca) NtGdiGetTextFaceW
  204. syscall(10cb) NtGdiGetTextMetricsW
  205. syscall(10cc) NtGdiGetTransform
  206. syscall(10cd) NtGdiGetUFI
  207. syscall(10ce) NtGdiGetUFIPathname
  208. syscall(10cf) NtGdiGetFontUnicodeRanges
  209. syscall(10d0) NtGdiGetWidthTable
  210. syscall(10d1) NtGdiGradientFill
  211. syscall(10d2) NtGdiHfontCreate
  212. syscall(10d3) NtGdiIcmBrushInfo
  213. syscall(10d4) NtGdiInit
  214. syscall(10d5) NtGdiInitSpool
  215. syscall(10d6) NtGdiIntersectClipRect
  216. syscall(10d7) NtGdiInvertRgn
  217. syscall(10d8) NtGdiLineTo
  218. syscall(10d9) NtGdiMakeFontDir
  219. syscall(10da) NtGdiMakeInfoDC
  220. syscall(10db) NtGdiMaskBlt
  221. syscall(10dc) NtGdiModifyWorldTransform
  222. syscall(10dd) NtGdiMonoBitmap
  223. syscall(10de) NtGdiMoveTo
  224. syscall(10df) NtGdiOffsetClipRgn
  225. syscall(10e0) NtGdiOffsetRgn
  226. syscall(10e1) NtGdiOpenDCW
  227. syscall(10e2) NtGdiPatBlt
  228. syscall(10e3) NtGdiPolyPatBlt
  229. syscall(10e4) NtGdiPathToRegion
  230. syscall(10e5) NtGdiPlgBlt
  231. syscall(10e6) NtGdiPolyDraw
  232. syscall(10e7) NtGdiPolyPolyDraw
  233. syscall(10e8) NtGdiPolyTextOutW
  234. syscall(10e9) NtGdiPtInRegion
  235. syscall(10ea) NtGdiPtVisible
  236. syscall(10eb) NtGdiQueryFonts
  237. syscall(10ec) NtGdiQueryFontAssocInfo
  238. syscall(10ed) NtGdiRectangle
  239. syscall(10ee) NtGdiRectInRegion
  240. syscall(10ef) NtGdiRectVisible
  241. syscall(10f0) NtGdiRemoveFontResourceW
  242. syscall(10f1) NtGdiRemoveFontMemResourceEx
  243. syscall(10f2) NtGdiResetDC
  244. syscall(10f3) NtGdiResizePalette
  245. syscall(10f4) NtGdiRestoreDC
  246. syscall(10f5) NtGdiRoundRect
  247. syscall(10f6) NtGdiSaveDC
  248. syscall(10f7) NtGdiScaleViewportExtEx
  249. syscall(10f8) NtGdiScaleWindowExtEx
  250. syscall(10f9) NtGdiSelectBitmap
  251. syscall(10fa) NtGdiSelectBrush
  252. syscall(10fb) NtGdiSelectClipPath
  253. syscall(10fc) NtGdiSelectFont
  254. syscall(10fd) NtGdiSelectPen
  255. syscall(10fe) NtGdiSetBitmapBits
  256. syscall(10ff) NtGdiSetBitmapDimension
  257. syscall(1100) NtGdiSetBoundsRect
  258. syscall(1101) NtGdiSetBrushOrg
  259. syscall(1102) NtGdiSetColorAdjustment
  260. syscall(1103) NtGdiSetColorSpace
  261. syscall(1104) NtGdiSetDeviceGammaRamp
  262. syscall(1105) NtGdiSetDIBitsToDeviceInternal
  263. syscall(1106) NtGdiSetFontEnumeration
  264. syscall(1107) NtGdiSetFontXform
  265. syscall(1108) NtGdiSetIcmMode
  266. syscall(1109) NtGdiSetLinkedUFIs
  267. syscall(110a) NtGdiSetMagicColors
  268. syscall(110b) NtGdiSetMetaRgn
  269. syscall(110c) NtGdiSetMiterLimit
  270. syscall(110d) NtGdiGetDeviceWidth
  271. syscall(110e) NtGdiMirrorWindowOrg
  272. syscall(110f) NtGdiSetLayout
  273. syscall(1110) NtGdiSetPixel
  274. syscall(1111) NtGdiSetPixelFormat
  275. syscall(1112) NtGdiSetRectRgn
  276. syscall(1113) NtGdiSetSystemPaletteUse
  277. syscall(1114) NtGdiSetTextJustification
  278. syscall(1115) NtGdiSetupPublicCFONT
  279. syscall(1116) NtGdiSetVirtualResolution
  280. syscall(1117) NtGdiSetSizeDevice
  281. syscall(1118) NtGdiStartDoc
  282. syscall(1119) NtGdiStartPage
  283. syscall(111a) NtGdiStretchBlt
  284. syscall(111b) NtGdiStretchDIBitsInternal
  285. syscall(111c) NtGdiStrokeAndFillPath
  286. syscall(111d) NtGdiStrokePath
  287. syscall(111e) NtGdiSwapBuffers
  288. syscall(111f) NtGdiTransformPoints
  289. syscall(1120) NtGdiTransparentBlt
  290. syscall(1121) NtGdiUnloadPrinterDriver
  291. syscall(1122) NtGdiUnmapMemFont
  292. syscall(1123) NtGdiUnrealizeObject
  293. syscall(1124) NtGdiUpdateColors
  294. syscall(1125) NtGdiWidenPath
  295. syscall(1126) NtUserActivateKeyboardLayout
  296. syscall(1127) NtUserAlterWindowStyle
  297. syscall(1128) NtUserAssociateInputContext
  298. syscall(1129) NtUserAttachThreadInput
  299. syscall(112a) NtUserBeginPaint
  300. syscall(112b) NtUserBitBltSysBmp
  301. syscall(112c) NtUserBlockInput
  302. syscall(112d) NtUserBuildHimcList
  303. syscall(112e) NtUserBuildHwndList
  304. syscall(112f) NtUserBuildNameList
  305. syscall(1130) NtUserBuildPropList
  306. syscall(1131) NtUserCallHwnd
  307. syscall(1132) NtUserCallHwndLock
  308. syscall(1133) NtUserCallHwndOpt
  309. syscall(1134) NtUserCallHwndParam
  310. syscall(1135) NtUserCallHwndParamLock
  311. syscall(1136) NtUserCallMsgFilter
  312. syscall(1137) NtUserCallNextHookEx
  313. syscall(1138) NtUserCallNoParam
  314. syscall(1139) NtUserCallOneParam
  315. syscall(113a) NtUserCallTwoParam
  316. syscall(113b) NtUserChangeClipboardChain
  317. syscall(113c) NtUserChangeDisplaySettings
  318. syscall(113d) NtUserCheckImeHotKey
  319. syscall(113e) NtUserCheckMenuItem
  320. syscall(113f) NtUserChildWindowFromPointEx
  321. syscall(1140) NtUserClipCursor
  322. syscall(1141) NtUserCloseClipboard
  323. syscall(1142) NtUserCloseDesktop
  324. syscall(1143) NtUserCloseWindowStation
  325. syscall(1144) NtUserConsoleControl
  326. syscall(1145) NtUserConvertMemHandle
  327. syscall(1146) NtUserCopyAcceleratorTable
  328. syscall(1147) NtUserCountClipboardFormats
  329. syscall(1148) NtUserCreateAcceleratorTable
  330. syscall(1149) NtUserCreateCaret
  331. syscall(114a) NtUserCreateDesktop
  332. syscall(114b) NtUserCreateInputContext
  333. syscall(114c) NtUserCreateLocalMemHandle
  334. syscall(114d) NtUserCreateWindowEx
  335. syscall(114e) NtUserCreateWindowStation
  336. syscall(114f) NtUserDdeGetQualityOfService
  337. syscall(1150) NtUserDdeInitialize
  338. syscall(1151) NtUserDdeSetQualityOfService
  339. syscall(1152) NtUserDeferWindowPos
  340. syscall(1153) NtUserDefSetText
  341. syscall(1154) NtUserDeleteMenu
  342. syscall(1155) NtUserDestroyAcceleratorTable
  343. syscall(1156) NtUserDestroyCursor
  344. syscall(1157) NtUserDestroyInputContext
  345. syscall(1158) NtUserDestroyMenu
  346. syscall(1159) NtUserDestroyWindow
  347. syscall(115a) NtUserDisableThreadIme
  348. syscall(115b) NtUserDispatchMessage
  349. syscall(115c) NtUserDragDetect
  350. syscall(115d) NtUserDragObject
  351. syscall(115e) NtUserDrawAnimatedRects
  352. syscall(115f) NtUserDrawCaption
  353. syscall(1160) NtUserDrawCaptionTemp
  354. syscall(1161) NtUserDrawIconEx
  355. syscall(1162) NtUserDrawMenuBarTemp
  356. syscall(1163) NtUserEmptyClipboard
  357. syscall(1164) NtUserEnableMenuItem
  358. syscall(1165) NtUserEnableScrollBar
  359. syscall(1166) NtUserEndDeferWindowPosEx
  360. syscall(1167) NtUserEndMenu
  361. syscall(1168) NtUserEndPaint
  362. syscall(1169) NtUserEnumDisplayDevices
  363. syscall(116a) NtUserEnumDisplayMonitors
  364. syscall(116b) NtUserEnumDisplaySettings
  365. syscall(116c) NtUserEvent
  366. syscall(116d) NtUserExcludeUpdateRgn
  367. syscall(116e) NtUserFillWindow
  368. syscall(116f) NtUserFindExistingCursorIcon
  369. syscall(1170) NtUserFindWindowEx
  370. syscall(1171) NtUserFlashWindowEx
  371. syscall(1172) NtUserGetAltTabInfo
  372. syscall(1173) NtUserGetAncestor
  373. syscall(1174) NtUserGetAppImeLevel
  374. syscall(1175) NtUserGetAsyncKeyState
  375. syscall(1176) NtUserGetCaretBlinkTime
  376. syscall(1177) NtUserGetCaretPos
  377. syscall(1178) NtUserGetClassInfo
  378. syscall(1179) NtUserGetClassName
  379. syscall(117a) NtUserGetClipboardData
  380. syscall(117b) NtUserGetClipboardFormatName
  381. syscall(117c) NtUserGetClipboardOwner
  382. syscall(117d) NtUserGetClipboardSequenceNumber
  383. syscall(117e) NtUserGetClipboardViewer
  384. syscall(117f) NtUserGetClipCursor
  385. syscall(1180) NtUserGetComboBoxInfo
  386. syscall(1181) NtUserGetControlBrush
  387. syscall(1182) NtUserGetControlColor
  388. syscall(1183) NtUserGetCPD
  389. syscall(1184) NtUserGetCursorFrameInfo
  390. syscall(1185) NtUserGetCursorInfo
  391. syscall(1186) NtUserGetDC
  392. syscall(1187) NtUserGetDCEx
  393. syscall(1188) NtUserGetDoubleClickTime
  394. syscall(1189) NtUserGetForegroundWindow
  395. syscall(118a) NtUserGetGuiResources
  396. syscall(118b) NtUserGetGUIThreadInfo
  397. syscall(118c) NtUserGetIconInfo
  398. syscall(118d) NtUserGetIconSize
  399. syscall(118e) NtUserGetImeHotKey
  400. syscall(118f) NtUserGetImeInfoEx
  401. syscall(1190) NtUserGetInternalWindowPos
  402. syscall(1191) NtUserGetKeyboardLayoutList
  403. syscall(1192) NtUserGetKeyboardLayoutName
  404. syscall(1193) NtUserGetKeyboardState
  405. syscall(1194) NtUserGetKeyNameText
  406. syscall(1195) NtUserGetKeyState
  407. syscall(1196) NtUserGetListBoxInfo
  408. syscall(1197) NtUserGetMenuBarInfo
  409. syscall(1198) NtUserGetMenuIndex
  410. syscall(1199) NtUserGetMenuItemRect
  411. syscall(119a) NtUserGetMessage
  412. syscall(119b) NtUserGetMouseMovePointsEx
  413. syscall(119c) NtUserGetObjectInformation
  414. syscall(119d) NtUserGetOpenClipboardWindow
  415. syscall(119e) NtUserGetPriorityClipboardFormat
  416. syscall(119f) NtUserGetProcessWindowStation
  417. syscall(11a0) NtUserGetScrollBarInfo
  418. syscall(11a1) NtUserGetSystemMenu
  419. syscall(11a2) NtUserGetThreadDesktop
  420. syscall(11a3) NtUserGetThreadState
  421. syscall(11a4) NtUserGetTitleBarInfo
  422. syscall(11a5) NtUserGetUpdateRect
  423. syscall(11a6) NtUserGetUpdateRgn
  424. syscall(11a7) NtUserGetWindowDC
  425. syscall(11a8) NtUserGetWindowPlacement
  426. syscall(11a9) NtUserGetWOWClass
  427. syscall(11aa) NtUserHardErrorControl
  428. syscall(11ab) NtUserHideCaret
  429. syscall(11ac) NtUserHiliteMenuItem
  430. syscall(11ad) NtUserImpersonateDdeClientWindow
  431. syscall(11ae) NtUserInitialize
  432. syscall(11af) NtUserInitializeClientPfnArrays
  433. syscall(11b0) NtUserInitTask
  434. syscall(11b1) NtUserInternalGetWindowText
  435. syscall(11b2) NtUserInvalidateRect
  436. syscall(11b3) NtUserInvalidateRgn
  437. syscall(11b4) NtUserIsClipboardFormatAvailable
  438. syscall(11b5) NtUserKillTimer
  439. syscall(11b6) NtUserLoadKeyboardLayoutEx
  440. syscall(11b7) NtUserLockWindowStation
  441. syscall(11b8) NtUserLockWindowUpdate
  442. syscall(11b9) NtUserLockWorkStation
  443. syscall(11ba) NtUserMapVirtualKeyEx
  444. syscall(11bb) NtUserMenuItemFromPoint
  445. syscall(11bc) NtUserMessageCall
  446. syscall(11bd) NtUserMinMaximize
  447. syscall(11be) NtUserMNDragLeave
  448. syscall(11bf) NtUserMNDragOver
  449. syscall(11c0) NtUserModifyUserStartupInfoFlags
  450. syscall(11c1) NtUserMoveWindow
  451. syscall(11c2) NtUserNotifyIMEStatus
  452. syscall(11c3) NtUserNotifyProcessCreate
  453. syscall(11c4) NtUserNotifyWinEvent
  454. syscall(11c5) NtUserOpenClipboard
  455. syscall(11c6) NtUserOpenDesktop
  456. syscall(11c7) NtUserOpenInputDesktop
  457. syscall(11c8) NtUserOpenWindowStation
  458. syscall(11c9) NtUserPaintDesktop
  459. syscall(11ca) NtUserPeekMessage
  460. syscall(11cb) NtUserPostMessage
  461. syscall(11cc) NtUserPostThreadMessage
  462. syscall(11cd) NtUserProcessConnect
  463. syscall(11ce) NtUserQueryInformationThread
  464. syscall(11cf) NtUserQueryInputContext
  465. syscall(11d0) NtUserQuerySendMessage
  466. syscall(11d1) NtUserQueryUserCounters
  467. syscall(11d2) NtUserQueryWindow
  468. syscall(11d3) NtUserRealChildWindowFromPoint
  469. syscall(11d4) NtUserRedrawWindow
  470. syscall(11d5) NtUserRegisterClassExWOW
  471. syscall(11d6) NtUserRegisterHotKey
  472. syscall(11d7) NtUserRegisterTasklist
  473. syscall(11d8) NtUserRegisterWindowMessage
  474. syscall(11d9) NtUserRemoveMenu
  475. syscall(11da) NtUserRemoveProp
  476. syscall(11db) NtUserResolveDesktop
  477. syscall(11dc) NtUserResolveDesktopForWOW
  478. syscall(11dd) NtUserSBGetParms
  479. syscall(11de) NtUserScrollDC
  480. syscall(11df) NtUserScrollWindowEx
  481. syscall(11e0) NtUserSelectPalette
  482. syscall(11e1) NtUserSendInput
  483. syscall(11e2) NtUserSendMessageCallback
  484. syscall(11e3) NtUserSendNotifyMessage
  485. syscall(11e4) NtUserSetActiveWindow
  486. syscall(11e5) NtUserSetAppImeLevel
  487. syscall(11e6) NtUserSetCapture
  488. syscall(11e7) NtUserSetClassLong
  489. syscall(11e8) NtUserSetClassWord
  490. syscall(11e9) NtUserSetClipboardData
  491. syscall(11ea) NtUserSetClipboardViewer
  492. syscall(11eb) NtUserSetConsoleReserveKeys
  493. syscall(11ec) NtUserSetCursor
  494. syscall(11ed) NtUserSetCursorContents
  495. syscall(11ee) NtUserSetCursorIconData
  496. syscall(11ef) NtUserSetDbgTag
  497. syscall(11f0) NtUserSetFocus
  498. syscall(11f1) NtUserSetImeHotKey
  499. syscall(11f2) NtUserSetImeInfoEx
  500. syscall(11f3) NtUserSetImeOwnerWindow
  501. syscall(11f4) NtUserSetInformationProcess
  502. syscall(11f5) NtUserSetInformationThread
  503. syscall(11f6) NtUserSetInternalWindowPos
  504. syscall(11f7) NtUserSetKeyboardState
  505. syscall(11f8) NtUserSetLogonNotifyWindow
  506. syscall(11f9) NtUserSetMenu
  507. syscall(11fa) NtUserSetMenuContextHelpId
  508. syscall(11fb) NtUserSetMenuDefaultItem
  509. syscall(11fc) NtUserSetMenuFlagRtoL
  510. syscall(11fd) NtUserSetObjectInformation
  511. syscall(11fe) NtUserSetParent
  512. syscall(11ff) NtUserSetProcessWindowStation
  513. syscall(1200) NtUserSetProp
  514. syscall(1201) NtUserSetRipFlags
  515. syscall(1202) NtUserSetScrollInfo
  516. syscall(1203) NtUserSetShellWindowEx
  517. syscall(1204) NtUserSetSysColors
  518. syscall(1205) NtUserSetSystemCursor
  519. syscall(1206) NtUserSetSystemMenu
  520. syscall(1207) NtUserSetSystemTimer
  521. syscall(1208) NtUserSetThreadDesktop
  522. syscall(1209) NtUserSetThreadLayoutHandles
  523. syscall(120a) NtUserSetThreadState
  524. syscall(120b) NtUserSetTimer
  525. syscall(120c) NtUserSetWindowFNID
  526. syscall(120d) NtUserSetWindowLong
  527. syscall(120e) NtUserSetWindowPlacement
  528. syscall(120f) NtUserSetWindowPos
  529. syscall(1210) NtUserSetWindowRgn
  530. syscall(1211) NtUserSetWindowsHookAW
  531. syscall(1212) NtUserSetWindowsHookEx
  532. syscall(1213) NtUserSetWindowStationUser
  533. syscall(1214) NtUserSetWindowWord
  534. syscall(1215) NtUserSetWinEventHook
  535. syscall(1216) NtUserShowCaret
  536. syscall(1217) NtUserShowScrollBar
  537. syscall(1218) NtUserShowWindow
  538. syscall(1219) NtUserShowWindowAsync
  539. syscall(121a) NtUserSoundSentry
  540. syscall(121b) NtUserSwitchDesktop
  541. syscall(121c) NtUserSystemParametersInfo
  542. syscall(121d) NtUserTestForInteractiveUser
  543. syscall(121e) NtUserThunkedMenuInfo
  544. syscall(121f) NtUserThunkedMenuItemInfo
  545. syscall(1220) NtUserToUnicodeEx
  546. syscall(1221) NtUserTrackMouseEvent
  547. syscall(1222) NtUserTrackPopupMenuEx
  548. syscall(1223) NtUserTranslateAccelerator
  549. syscall(1224) NtUserTranslateMessage
  550. syscall(1225) NtUserUnhookWindowsHookEx
  551. syscall(1226) NtUserUnhookWinEvent
  552. syscall(1227) NtUserUnloadKeyboardLayout
  553. syscall(1228) NtUserUnlockWindowStation
  554. syscall(1229) NtUserUnregisterClass
  555. syscall(122a) NtUserUnregisterHotKey
  556. syscall(122b) NtUserUpdateInputContext
  557. syscall(122c) NtUserUpdateInstance
  558. syscall(122d) NtUserUpdateLayeredWindow
  559. syscall(122e) NtUserSetLayeredWindowAttributes
  560. syscall(122f) NtUserUpdatePerUserSystemParameters
  561. syscall(1230) NtUserUserHandleGrantAccess
  562. syscall(1231) NtUserValidateHandleSecure
  563. syscall(1232) NtUserValidateRect
  564. syscall(1233) NtUserVkKeyScanEx
  565. syscall(1234) NtUserWaitForInputIdle
  566. syscall(1235) NtUserWaitForMsgAndEvent
  567. syscall(1236) NtUserWaitMessage
  568. syscall(1237) NtUserWin32PoolAllocationStats
  569. syscall(1238) NtUserWindowFromPoint
  570. syscall(1239) NtUserYieldTask
  571. syscall(123a) NtUserRemoteConnect
  572. syscall(123b) NtUserRemoteRedrawRectangle
  573. syscall(123c) NtUserRemoteRedrawScreen
  574. syscall(123d) NtUserRemoteStopScreenUpdates
  575. syscall(123e) NtUserCtxDisplayIOCtl
  576. syscall(123f) NtGdiEngAssociateSurface
  577. syscall(1240) NtGdiEngCreateBitmap
  578. syscall(1241) NtGdiEngCreateDeviceSurface
  579. syscall(1242) NtGdiEngCreateDeviceBitmap
  580. syscall(1243) NtGdiEngCreatePalette
  581. syscall(1244) NtGdiEngComputeGlyphSet
  582. syscall(1245) NtGdiEngCopyBits
  583. syscall(1246) NtGdiEngDeletePalette
  584. syscall(1247) NtGdiEngDeleteSurface
  585. syscall(1248) NtGdiEngEraseSurface
  586. syscall(1249) NtGdiEngUnlockSurface
  587. syscall(124a) NtGdiEngLockSurface
  588. syscall(124b) NtGdiEngBitBlt
  589. syscall(124c) NtGdiEngStretchBlt
  590. syscall(124d) NtGdiEngPlgBlt
  591. syscall(124e) NtGdiEngMarkBandingSurface
  592. syscall(124f) NtGdiEngStrokePath
  593. syscall(1250) NtGdiEngFillPath
  594. syscall(1251) NtGdiEngStrokeAndFillPath
  595. syscall(1252) NtGdiEngPaint
  596. syscall(1253) NtGdiEngLineTo
  597. syscall(1254) NtGdiEngAlphaBlend
  598. syscall(1255) NtGdiEngGradientFill
  599. syscall(1256) NtGdiEngTransparentBlt
  600. syscall(1257) NtGdiEngTextOut
  601. syscall(1258) NtGdiEngStretchBltROP
  602. syscall(1259) NtGdiXLATEOBJ_cGetPalette
  603. syscall(125a) NtGdiXLATEOBJ_iXlate
  604. syscall(125b) NtGdiXLATEOBJ_hGetColorTransform
  605. syscall(125c) NtGdiCLIPOBJ_bEnum
  606. syscall(125d) NtGdiCLIPOBJ_cEnumStart
  607. syscall(125e) NtGdiCLIPOBJ_ppoGetPath
  608. syscall(125f) NtGdiEngDeletePath
  609. syscall(1260) NtGdiEngCreateClip
  610. syscall(1261) NtGdiEngDeleteClip
  611. syscall(1262) NtGdiBRUSHOBJ_ulGetBrushColor
  612. syscall(1263) NtGdiBRUSHOBJ_pvAllocRbrush
  613. syscall(1264) NtGdiBRUSHOBJ_pvGetRbrush
  614. syscall(1265) NtGdiBRUSHOBJ_hGetColorTransform
  615. syscall(1266) NtGdiXFORMOBJ_bApplyXform
  616. syscall(1267) NtGdiXFORMOBJ_iGetXform
  617. syscall(1268) NtGdiFONTOBJ_vGetInfo
  618. syscall(1269) NtGdiFONTOBJ_pxoGetXform
  619. syscall(126a) NtGdiFONTOBJ_cGetGlyphs
  620. syscall(126b) NtGdiFONTOBJ_pifi
  621. syscall(126c) NtGdiFONTOBJ_pfdg
  622. syscall(126d) NtGdiFONTOBJ_pQueryGlyphAttrs
  623. syscall(126e) NtGdiFONTOBJ_pvTrueTypeFontFile
  624. syscall(126f) NtGdiFONTOBJ_cGetAllGlyphHandles
  625. syscall(1270) NtGdiSTROBJ_bEnum
  626. syscall(1271) NtGdiSTROBJ_bEnumPositionsOnly
  627. syscall(1272) NtGdiSTROBJ_bGetAdvanceWidths
  628. syscall(1273) NtGdiSTROBJ_vEnumStart
  629. syscall(1274) NtGdiSTROBJ_dwGetCodePage
  630. syscall(1275) NtGdiPATHOBJ_vGetBounds
  631. syscall(1276) NtGdiPATHOBJ_bEnum
  632. syscall(1277) NtGdiPATHOBJ_vEnumStart
  633. syscall(1278) NtGdiPATHOBJ_vEnumStartClipLines
  634. syscall(1279) NtGdiPATHOBJ_bEnumClipLines
  635. syscall(127a) NtGdiGetDhpdev
  636. syscall(127b) NtGdiEngCheckAbort
  637. syscall(127c) NtGdiHT_Get8BPPFormatPalette
  638. syscall(127d) NtGdiHT_Get8BPPMaskPalette
  639. syscall(127e) NtGdiUpdateTransform

639 system calls found