[W32KDLL]

Use new macro based syscall mechanism for w32kdll_xpsp2. Fix exports

svn path=/trunk/; revision=62588
This commit is contained in:
Timo Kreuzer 2014-03-30 17:34:56 +00:00
parent 5f0ac6952a
commit f6d147a5e1
7 changed files with 685 additions and 6025 deletions

View file

@ -2,7 +2,7 @@ spec2def(w32kdll_xpsp2.dll w32kdll_xpsp2.spec ADD_IMPORTLIB)
add_library(w32kdll_xpsp2 SHARED
main.c
w32kdll_xpsp2.S
sys-stubs.S
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_xpsp2.def)
set_entrypoint(w32kdll_xpsp2 0)

View file

@ -0,0 +1,12 @@
#include <asm.inc>
#include <syscalls.inc>
.code
SyscallId = HEX(1000)
#define SVC_(name, argcount) STUB_U name, argcount
#include "win32ksvc-xp.h"
END

View file

@ -1,670 +0,0 @@
#
# win32k systemcalls taken from Windows XP SP2 x86
#
NtGdiAbortDoc 1
NtGdiAbortPath 1
NtGdiAddFontResourceW 6
NtGdiAddRemoteFontToDC 4
NtGdiAddFontMemResourceEx 5
NtGdiRemoveMergeFont 2
NtGdiAddRemoteMMInstanceToDC 3
NtGdiAlphaBlend 12
NtGdiAngleArc 6
NtGdiAnyLinkedFonts 0
NtGdiFontIsLinked 1
NtGdiArcInternal 10
NtGdiBeginPath 1
NtGdiBitBlt 11
NtGdiCancelDC 1
NtGdiCheckBitmapBits 8
NtGdiCloseFigure 1
NtGdiClearBitmapAttributes 2
NtGdiClearBrushAttributes 2
NtGdiColorCorrectPalette 6
NtGdiCombineRgn 4
NtGdiCombineTransform 3
NtGdiComputeXformCoefficients 1
NtGdiConsoleTextOut 4
NtGdiConvertMetafileRect 2
NtGdiCreateBitmap 5
NtGdiCreateClientObj 1
NtGdiCreateColorSpace 1
NtGdiCreateColorTransform 8
NtGdiCreateCompatibleBitmap 3
NtGdiCreateCompatibleDC 1
NtGdiCreateDIBBrush 6
NtGdiCreateDIBitmapInternal 11
NtGdiCreateDIBSection 9
NtGdiCreateEllipticRgn 4
NtGdiCreateHalftonePalette 1
NtGdiCreateHatchBrushInternal 3
NtGdiCreateMetafileDC 1
NtGdiCreatePaletteInternal 2
NtGdiCreatePatternBrushInternal 3
NtGdiCreatePen 4
NtGdiCreateRectRgn 4
NtGdiCreateRoundRectRgn 6
NtGdiCreateServerMetaFile 6
NtGdiCreateSolidBrush 2
NtGdiD3dContextCreate 4
NtGdiD3dContextDestroy 1
NtGdiD3dContextDestroyAll 1
NtGdiD3dValidateTextureStageState 1
NtGdiD3dDrawPrimitives2 7
NtGdiDdGetDriverState 1
NtGdiDdAddAttachedSurface 3
NtGdiDdAlphaBlt 3
NtGdiDdAttachSurface 2
NtGdiDdBeginMoCompFrame 2
NtGdiDdBlt 3
NtGdiDdCanCreateSurface 2
NtGdiDdCanCreateD3DBuffer 2
NtGdiDdColorControl 2
NtGdiDdCreateDirectDrawObject 1
NtGdiDdCreateSurface 8
NtGdiDdCreateD3DBuffer 8
NtGdiDdCreateMoComp 2
NtGdiDdCreateSurfaceObject 6
NtGdiDdDeleteDirectDrawObject 1
NtGdiDdDeleteSurfaceObject 1
NtGdiDdDestroyMoComp 2
NtGdiDdDestroySurface 2
NtGdiDdDestroyD3DBuffer 1
NtGdiDdEndMoCompFrame 2
NtGdiDdFlip 5
NtGdiDdFlipToGDISurface 2
NtGdiDdGetAvailDriverMemory 2
NtGdiDdGetBltStatus 2
NtGdiDdGetDC 2
NtGdiDdGetDriverInfo 2
NtGdiDdGetDxHandle 3
NtGdiDdGetFlipStatus 2
NtGdiDdGetInternalMoCompInfo 2
NtGdiDdGetMoCompBuffInfo 2
NtGdiDdGetMoCompGuids 2
NtGdiDdGetMoCompFormats 2
NtGdiDdGetScanLine 2
NtGdiDdLock 3
NtGdiDdLockD3D 2
NtGdiDdQueryDirectDrawObject 11
NtGdiDdQueryMoCompStatus 2
NtGdiDdReenableDirectDrawObject 2
NtGdiDdReleaseDC 1
NtGdiDdRenderMoComp 2
NtGdiDdResetVisrgn 2
NtGdiDdSetColorKey 2
NtGdiDdSetExclusiveMode 2
NtGdiDdSetGammaRamp 3
NtGdiDdCreateSurfaceEx 3
NtGdiDdSetOverlayPosition 3
NtGdiDdUnattachSurface 2
NtGdiDdUnlock 2
NtGdiDdUnlockD3D 2
NtGdiDdUpdateOverlay 3
NtGdiDdWaitForVerticalBlank 2
NtGdiDvpCanCreateVideoPort 2
NtGdiDvpColorControl 2
NtGdiDvpCreateVideoPort 2
NtGdiDvpDestroyVideoPort 2
NtGdiDvpFlipVideoPort 4
NtGdiDvpGetVideoPortBandwidth 2
NtGdiDvpGetVideoPortField 2
NtGdiDvpGetVideoPortFlipStatus 2
NtGdiDvpGetVideoPortInputFormats 2
NtGdiDvpGetVideoPortLine 2
NtGdiDvpGetVideoPortOutputFormats 2
NtGdiDvpGetVideoPortConnectInfo 2
NtGdiDvpGetVideoSignalStatus 2
NtGdiDvpUpdateVideoPort 4
NtGdiDvpWaitForVideoPortSync 2
NtGdiDvpAcquireNotification 3
NtGdiDvpReleaseNotification 2
NtGdiDxgGenericThunk 6
NtGdiDeleteClientObj 1
NtGdiDeleteColorSpace 1
NtGdiDeleteColorTransform 2
NtGdiDeleteObjectApp 1
NtGdiDescribePixelFormat 4
NtGdiGetPerBandInfo 2
NtGdiDoBanding 4
NtGdiDoPalette 6
NtGdiDrawEscape 4
NtGdiEllipse 5
NtGdiEnableEUDC 1
NtGdiEndDoc 1
NtGdiEndPage 1
NtGdiEndPath 1
NtGdiEnumFontChunk 5
NtGdiEnumFontClose 1
NtGdiEnumFontOpen 7
NtGdiEnumObjects 4
NtGdiEqualRgn 2
NtGdiEudcLoadUnloadLink 7
NtGdiExcludeClipRect 5
NtGdiExtCreatePen 11
NtGdiExtCreateRegion 3
NtGdiExtEscape 8
NtGdiExtFloodFill 5
NtGdiExtGetObjectW 3
NtGdiExtSelectClipRgn 3
NtGdiExtTextOutW 9
NtGdiFillPath 1
NtGdiFillRgn 3
NtGdiFlattenPath 1
NtGdiFlushUserBatch 0
NtGdiFlush 0
NtGdiForceUFIMapping 2
NtGdiFrameRgn 5
NtGdiFullscreenControl 5
NtGdiGetAndSetDCDword 4
NtGdiGetAppClipBox 2
NtGdiGetBitmapBits 3
NtGdiGetBitmapDimension 2
NtGdiGetBoundsRect 3
NtGdiGetCharABCWidthsW 6
NtGdiGetCharacterPlacementW 6
NtGdiGetCharSet 1
NtGdiGetCharWidthW 6
NtGdiGetCharWidthInfo 2
NtGdiGetColorAdjustment 2
NtGdiGetColorSpaceforBitmap 1
NtGdiGetDCDword 3
NtGdiGetDCforBitmap 1
NtGdiGetDCObject 2
NtGdiGetDCPoint 3
NtGdiGetDeviceCaps 2
NtGdiGetDeviceGammaRamp 2
NtGdiGetDeviceCapsAll 2
NtGdiGetDIBitsInternal 9
NtGdiGetETM 2
NtGdiGetEudcTimeStampEx 3
NtGdiGetFontData 5
NtGdiGetFontResourceInfoInternalW 7
NtGdiGetGlyphIndicesW 5
NtGdiGetGlyphIndicesWInternal 6
NtGdiGetGlyphOutline 8
NtGdiGetKerningPairs 3
NtGdiGetLinkedUFIs 3
NtGdiGetMiterLimit 2
NtGdiGetMonitorID 3
NtGdiGetNearestColor 2
NtGdiGetNearestPaletteIndex 2
NtGdiGetObjectBitmapHandle 2
NtGdiGetOutlineTextMetricsInternalW 4
NtGdiGetPath 4
NtGdiGetPixel 3
NtGdiGetRandomRgn 3
NtGdiGetRasterizerCaps 2
NtGdiGetRealizationInfo 3
NtGdiGetRegionData 3
NtGdiGetRgnBox 2
NtGdiGetServerMetaFileBits 7
NtGdiGetSpoolMessage 4
NtGdiGetStats 5
NtGdiGetStockObject 1
NtGdiGetStringBitmapW 5
NtGdiGetSystemPaletteUse 1
NtGdiGetTextCharsetInfo 3
NtGdiGetTextExtent 5
NtGdiGetTextExtentExW 8
NtGdiGetTextFaceW 4
NtGdiGetTextMetricsW 3
NtGdiGetTransform 3
NtGdiGetUFI 6
NtGdiGetEmbUFI 7
NtGdiGetUFIPathname 10
NtGdiGetEmbedFonts 0
NtGdiChangeGhostFont 2
NtGdiAddEmbFontToDC 2
NtGdiGetFontUnicodeRanges 2
NtGdiGetWidthTable 7
NtGdiGradientFill 6
NtGdiHfontCreate 5
NtGdiIcmBrushInfo 8
NtGdiInit 0
NtGdiInitSpool 0
NtGdiIntersectClipRect 5
NtGdiInvertRgn 2
NtGdiLineTo 3
NtGdiMakeFontDir 5
NtGdiMakeInfoDC 2
NtGdiMaskBlt 13
NtGdiModifyWorldTransform 3
NtGdiMonoBitmap 1
NtGdiMoveTo 4
NtGdiOffsetClipRgn 3
NtGdiOffsetRgn 3
NtGdiOpenDCW 7
NtGdiPatBlt 6
NtGdiPolyPatBlt 5
NtGdiPathToRegion 1
NtGdiPlgBlt 11
NtGdiPolyDraw 4
NtGdiPolyPolyDraw 5
NtGdiPolyTextOutW 4
NtGdiPtInRegion 3
NtGdiPtVisible 3
NtGdiQueryFonts 3
NtGdiQueryFontAssocInfo 1
NtGdiRectangle 5
NtGdiRectInRegion 2
NtGdiRectVisible 2
NtGdiRemoveFontResourceW 6
NtGdiRemoveFontMemResourceEx 1
NtGdiResetDC 5
NtGdiResizePalette 2
NtGdiRestoreDC 2
NtGdiRoundRect 7
NtGdiSaveDC 1
NtGdiScaleViewportExtEx 6
NtGdiScaleWindowExtEx 6
NtGdiSelectBitmap 2
NtGdiSelectBrush 2
NtGdiSelectClipPath 2
NtGdiSelectFont 2
NtGdiSelectPen 2
NtGdiSetBitmapAttributes 2
NtGdiSetBitmapBits 3
NtGdiSetBitmapDimension 4
NtGdiSetBoundsRect 3
NtGdiSetBrushAttributes 2
NtGdiSetBrushOrg 4
NtGdiSetColorAdjustment 2
NtGdiSetColorSpace 2
NtGdiSetDeviceGammaRamp 2
NtGdiSetDIBitsToDeviceInternal 16
NtGdiSetFontEnumeration 1
NtGdiSetFontXform 3
NtGdiSetIcmMode 3
NtGdiSetLinkedUFIs 3
NtGdiSetMagicColors 3
NtGdiSetMetaRgn 1
NtGdiSetMiterLimit 3
NtGdiGetDeviceWidth 1
NtGdiMirrorWindowOrg 1
NtGdiSetLayout 3
NtGdiSetPixel 4
NtGdiSetPixelFormat 2
NtGdiSetRectRgn 5
NtGdiSetSystemPaletteUse 2
NtGdiSetTextJustification 3
NtGdiSetupPublicCFONT 3
NtGdiSetVirtualResolution 5
NtGdiSetSizeDevice 3
NtGdiStartDoc 4
NtGdiStartPage 1
NtGdiStretchBlt 12
NtGdiStretchDIBitsInternal 16
NtGdiStrokeAndFillPath 1
NtGdiStrokePath 1
NtGdiSwapBuffers 1
NtGdiTransformPoints 5
NtGdiTransparentBlt 11
NtGdiUnloadPrinterDriver 2
NtGdiUnmapMemFont 1
NtGdiUnrealizeObject 1
NtGdiUpdateColors 1
NtGdiWidenPath 1
NtUserActivateKeyboardLayout 2
NtUserAlterWindowStyle 3
NtUserAssociateInputContext 3
NtUserAttachThreadInput 3
NtUserBeginPaint 2
NtUserBitBltSysBmp 8
NtUserBlockInput 1
NtUserBuildHimcList 4
NtUserBuildHwndList 7
NtUserBuildNameList 4
NtUserBuildPropList 4
NtUserCallHwnd 2
NtUserCallHwndLock 2
NtUserCallHwndOpt 2
NtUserCallHwndParam 3
NtUserCallHwndParamLock 3
NtUserCallMsgFilter 2
NtUserCallNextHookEx 4
NtUserCallNoParam 1
NtUserCallOneParam 2
NtUserCallTwoParam 3
NtUserChangeClipboardChain 2
NtUserChangeDisplaySettings 5
NtUserCheckImeHotKey 2
NtUserCheckMenuItem 3
NtUserChildWindowFromPointEx 4
NtUserClipCursor 1
NtUserCloseClipboard 0
NtUserCloseDesktop 1
NtUserCloseWindowStation 1
NtUserConsoleControl 3
NtUserConvertMemHandle 2
NtUserCopyAcceleratorTable 3
NtUserCountClipboardFormats 0
NtUserCreateAcceleratorTable 2
NtUserCreateCaret 4
NtUserCreateDesktop 5
NtUserCreateInputContext 1
NtUserCreateLocalMemHandle 4
NtUserCreateWindowEx 15
NtUserCreateWindowStation 7
NtUserDdeGetQualityOfService 3
NtUserDdeInitialize 5
NtUserDdeSetQualityOfService 3
NtUserDeferWindowPos 8
NtUserDefSetText 2
NtUserDeleteMenu 3
NtUserDestroyAcceleratorTable 1
NtUserDestroyCursor 2
NtUserDestroyInputContext 1
NtUserDestroyMenu 1
NtUserDestroyWindow 1
NtUserDisableThreadIme 1
NtUserDispatchMessage 1
NtUserDragDetect 3
NtUserDragObject 5
NtUserDrawAnimatedRects 4
NtUserDrawCaption 4
NtUserDrawCaptionTemp 7
NtUserDrawIconEx 11
NtUserDrawMenuBarTemp 5
NtUserEmptyClipboard 0
NtUserEnableMenuItem 3
NtUserEnableScrollBar 3
NtUserEndDeferWindowPosEx 2
NtUserEndMenu 0
NtUserEndPaint 2
NtUserEnumDisplayDevices 4
NtUserEnumDisplayMonitors 4
NtUserEnumDisplaySettings 4
NtUserEvent 1
NtUserExcludeUpdateRgn 2
NtUserFillWindow 4
NtUserFindExistingCursorIcon 3
NtUserFindWindowEx 5
NtUserFlashWindowEx 1
NtUserGetAltTabInfo 6
NtUserGetAncestor 2
NtUserGetAppImeLevel 1
NtUserGetAsyncKeyState 1
NtUserGetAtomName 2
NtUserGetCaretBlinkTime 0
NtUserGetCaretPos 1
NtUserGetClassInfo 5
NtUserGetClassName 3
NtUserGetClipboardData 2
NtUserGetClipboardFormatName 3
NtUserGetClipboardOwner 0
NtUserGetClipboardSequenceNumber 0
NtUserGetClipboardViewer 0
NtUserGetClipCursor 1
NtUserGetComboBoxInfo 2
NtUserGetControlBrush 3
NtUserGetControlColor 4
NtUserGetCPD 3
NtUserGetCursorFrameInfo 4
NtUserGetCursorInfo 1
NtUserGetDC 1
NtUserGetDCEx 3
NtUserGetDoubleClickTime 0
NtUserGetForegroundWindow 0
NtUserGetGuiResources 2
NtUserGetGUIThreadInfo 2
NtUserGetIconInfo 6
NtUserGetIconSize 4
NtUserGetImeHotKey 4
NtUserGetImeInfoEx 2
NtUserGetInternalWindowPos 3
NtUserGetKeyboardLayoutList 2
NtUserGetKeyboardLayoutName 1
NtUserGetKeyboardState 1
NtUserGetKeyNameText 3
NtUserGetKeyState 1
NtUserGetListBoxInfo 1
NtUserGetMenuBarInfo 4
NtUserGetMenuIndex 2
NtUserGetMenuItemRect 4
NtUserGetMessage 4
NtUserGetMouseMovePointsEx 5
NtUserGetObjectInformation 5
NtUserGetOpenClipboardWindow 0
NtUserGetPriorityClipboardFormat 2
NtUserGetProcessWindowStation 0
NtUserGetRawInputBuffer 3
NtUserGetRawInputData 5
NtUserGetRawInputDeviceInfo 4
NtUserGetRawInputDeviceList 3
NtUserGetRegisteredRawInputDevices 3
NtUserGetScrollBarInfo 3
NtUserGetSystemMenu 2
NtUserGetThreadDesktop 2
NtUserGetThreadState 1
NtUserGetTitleBarInfo 2
NtUserGetUpdateRect 3
NtUserGetUpdateRgn 3
NtUserGetWindowDC 1
NtUserGetWindowPlacement 2
NtUserGetWOWClass 2
NtUserHardErrorControl 3
NtUserHideCaret 1
NtUserHiliteMenuItem 4
NtUserImpersonateDdeClientWindow 2
NtUserInitialize 3
NtUserInitializeClientPfnArrays 4
NtUserInitTask 12
NtUserInternalGetWindowText 3
NtUserInvalidateRect 3
NtUserInvalidateRgn 3
NtUserIsClipboardFormatAvailable 1
NtUserKillTimer 2
NtUserLoadKeyboardLayoutEx 7
NtUserLockWindowStation 1
NtUserLockWindowUpdate 1
NtUserLockWorkStation 0
NtUserMapVirtualKeyEx 4
NtUserMenuItemFromPoint 4
NtUserMessageCall 7
NtUserMinMaximize 3
NtUserMNDragLeave 0
NtUserMNDragOver 2
NtUserModifyUserStartupInfoFlags 2
NtUserMoveWindow 6
NtUserNotifyIMEStatus 3
NtUserNotifyProcessCreate 4
NtUserNotifyWinEvent 4
NtUserOpenClipboard 2
NtUserOpenDesktop 3
NtUserOpenInputDesktop 3
NtUserOpenWindowStation 2
NtUserPaintDesktop 1
NtUserPeekMessage 5
NtUserPostMessage 4
NtUserPostThreadMessage 4
NtUserPrintWindow 3
NtUserProcessConnect 3
NtUserQueryInformationThread 5
NtUserQueryInputContext 2
NtUserQuerySendMessage 1
NtUserQueryUserCounters 5
NtUserQueryWindow 2
NtUserRealChildWindowFromPoint 3
NtUserRealInternalGetMessage 6
NtUserRealWaitMessageEx 2
NtUserRedrawWindow 4
NtUserRegisterClassExWOW 7
NtUserRegisterUserApiHook 2
NtUserRegisterHotKey 4
NtUserRegisterRawInputDevices 3
NtUserRegisterTasklist 1
NtUserRegisterWindowMessage 1
NtUserRemoveMenu 3
NtUserRemoveProp 2
NtUserResolveDesktop 4
NtUserResolveDesktopForWOW 1
NtUserSBGetParms 4
NtUserScrollDC 7
NtUserScrollWindowEx 8
NtUserSelectPalette 3
NtUserSendInput 3
NtUserSetActiveWindow 1
NtUserSetAppImeLevel 2
NtUserSetCapture 1
NtUserSetClassLong 4
NtUserSetClassWord 3
NtUserSetClipboardData 3
NtUserSetClipboardViewer 1
NtUserSetConsoleReserveKeys 2
NtUserSetCursor 1
NtUserSetCursorContents 2
NtUserSetCursorIconData 4
NtUserSetDbgTag 2
NtUserSetFocus 1
NtUserSetImeHotKey 5
NtUserSetImeInfoEx 1
NtUserSetImeOwnerWindow 2
NtUserSetInformationProcess 4
NtUserSetInformationThread 4
NtUserSetInternalWindowPos 4
NtUserSetKeyboardState 1
NtUserSetLogonNotifyWindow 1
NtUserSetMenu 3
NtUserSetMenuContextHelpId 2
NtUserSetMenuDefaultItem 3
NtUserSetMenuFlagRtoL 1
NtUserSetObjectInformation 4
NtUserSetParent 2
NtUserSetProcessWindowStation 1
NtUserSetProp 3
NtUserSetRipFlags 2
NtUserSetScrollInfo 4
NtUserSetShellWindowEx 2
NtUserSetSysColors 4
NtUserSetSystemCursor 2
NtUserSetSystemMenu 2
NtUserSetSystemTimer 4
NtUserSetThreadDesktop 1
NtUserSetThreadLayoutHandles 2
NtUserSetThreadState 2
NtUserSetTimer 4
NtUserSetWindowFNID 2
NtUserSetWindowLong 4
NtUserSetWindowPlacement 2
NtUserSetWindowPos 7
NtUserSetWindowRgn 3
NtUserSetWindowsHookAW 3
NtUserSetWindowsHookEx 6
NtUserSetWindowStationUser 4
NtUserSetWindowWord 3
NtUserSetWinEventHook 8
NtUserShowCaret 1
NtUserShowScrollBar 3
NtUserShowWindow 2
NtUserShowWindowAsync 2
NtUserSoundSentry 0
NtUserSwitchDesktop 1
NtUserSystemParametersInfo 4
NtUserTestForInteractiveUser 1
NtUserThunkedMenuInfo 2
NtUserThunkedMenuItemInfo 6
NtUserToUnicodeEx 7
NtUserTrackMouseEvent 1
NtUserTrackPopupMenuEx 6
NtUserCalcMenuBar 5
NtUserPaintMenuBar 6
NtUserTranslateAccelerator 3
NtUserTranslateMessage 2
NtUserUnhookWindowsHookEx 1
NtUserUnhookWinEvent 1
NtUserUnloadKeyboardLayout 1
NtUserUnlockWindowStation 1
NtUserUnregisterClass 3
NtUserUnregisterUserApiHook 0
NtUserUnregisterHotKey 2
NtUserUpdateInputContext 3
NtUserUpdateInstance 3
NtUserUpdateLayeredWindow 9
NtUserGetLayeredWindowAttributes 4
NtUserSetLayeredWindowAttributes 4
NtUserUpdatePerUserSystemParameters 2
NtUserUserHandleGrantAccess 3
NtUserValidateHandleSecure 1
NtUserValidateRect 2
NtUserValidateTimerCallback 3
NtUserVkKeyScanEx 3
NtUserWaitForInputIdle 3
NtUserWaitForMsgAndEvent 1
NtUserWaitMessage 0
NtUserWin32PoolAllocationStats 6
NtUserWindowFromPoint 2
NtUserYieldTask 0
NtUserRemoteConnect 3
NtUserRemoteRedrawRectangle 4
NtUserRemoteRedrawScreen 0
NtUserRemoteStopScreenUpdates 0
NtUserCtxDisplayIOCtl 3
NtGdiEngAssociateSurface 3
NtGdiEngCreateBitmap 6
NtGdiEngCreateDeviceSurface 4
NtGdiEngCreateDeviceBitmap 4
NtGdiEngCreatePalette 6
NtGdiEngComputeGlyphSet 3
NtGdiEngCopyBits 6
NtGdiEngDeletePalette 1
NtGdiEngDeleteSurface 1
NtGdiEngEraseSurface 3
NtGdiEngUnlockSurface 1
NtGdiEngLockSurface 1
NtGdiEngBitBlt 11
NtGdiEngStretchBlt 11
NtGdiEngPlgBlt 11
NtGdiEngMarkBandingSurface 1
NtGdiEngStrokePath 8
NtGdiEngFillPath 7
NtGdiEngStrokeAndFillPath 10
NtGdiEngPaint 5
NtGdiEngLineTo 9
NtGdiEngAlphaBlend 7
NtGdiEngGradientFill 10
NtGdiEngTransparentBlt 8
NtGdiEngTextOut 10
NtGdiEngStretchBltROP 13
NtGdiXLATEOBJ_cGetPalette 4
NtGdiXLATEOBJ_iXlate 2
NtGdiXLATEOBJ_hGetColorTransform 1
NtGdiCLIPOBJ_bEnum 3
NtGdiCLIPOBJ_cEnumStart 5
NtGdiCLIPOBJ_ppoGetPath 1
NtGdiEngDeletePath 1
NtGdiEngCreateClip 0
NtGdiEngDeleteClip 1
NtGdiBRUSHOBJ_ulGetBrushColor 1
NtGdiBRUSHOBJ_pvAllocRbrush 2
NtGdiBRUSHOBJ_pvGetRbrush 1
NtGdiBRUSHOBJ_hGetColorTransform 1
NtGdiXFORMOBJ_bApplyXform 5
NtGdiXFORMOBJ_iGetXform 2
NtGdiFONTOBJ_vGetInfo 3
NtGdiFONTOBJ_pxoGetXform 1
NtGdiFONTOBJ_cGetGlyphs 5
NtGdiFONTOBJ_pifi 1
NtGdiFONTOBJ_pfdg 1
NtGdiFONTOBJ_pQueryGlyphAttrs 2
NtGdiFONTOBJ_pvTrueTypeFontFile 2
NtGdiFONTOBJ_cGetAllGlyphHandles 2
NtGdiSTROBJ_bEnum 3
NtGdiSTROBJ_bEnumPositionsOnly 3
NtGdiSTROBJ_bGetAdvanceWidths 4
NtGdiSTROBJ_vEnumStart 1
NtGdiSTROBJ_dwGetCodePage 1
NtGdiPATHOBJ_vGetBounds 2
NtGdiPATHOBJ_bEnum 2
NtGdiPATHOBJ_vEnumStart 1
NtGdiPATHOBJ_vEnumStartClipLines 4
NtGdiPATHOBJ_bEnumClipLines 3
NtGdiGetDhpdev 1
NtGdiEngCheckAbort 1
NtGdiHT_Get8BPPFormatPalette 4
NtGdiHT_Get8BPPMaskPalette 6
NtGdiUpdateTransform 1
NtGdiSetPUMPDOBJ 4
NtGdiBRUSHOBJ_DeleteRbrush 2
NtGdiUMPDEngFreeUserMem 1
NtGdiDrawStream 3

File diff suppressed because it is too large Load diff

View file

@ -1,677 +0,0 @@
;
; ReactOS Operating System
;
; This file contains all win32k native api functions from win xp
;
LIBRARY w32kdll.dll
EXPORTS
NtGdiAbortDoc@4
NtGdiAbortPath@4
NtGdiAddFontResourceW@24
NtGdiAddRemoteFontToDC@16
NtGdiAddFontMemResourceEx@20
NtGdiRemoveMergeFont@8
NtGdiAddRemoteMMInstanceToDC@12
NtGdiAlphaBlend@48
NtGdiAngleArc@24
NtGdiAnyLinkedFonts@0
NtGdiFontIsLinked@4
NtGdiArcInternal@40
NtGdiBeginPath@4
NtGdiBitBlt@44
NtGdiCancelDC@4
NtGdiCheckBitmapBits@32
NtGdiCloseFigure@4
NtGdiClearBitmapAttributes@8
NtGdiClearBrushAttributes@8
NtGdiColorCorrectPalette@24
NtGdiCombineRgn@16
NtGdiCombineTransform@12
NtGdiComputeXformCoefficients@4
NtGdiConsoleTextOut@16
NtGdiConvertMetafileRect@8
NtGdiCreateBitmap@20
NtGdiCreateClientObj@4
NtGdiCreateColorSpace@4
NtGdiCreateColorTransform@32
NtGdiCreateCompatibleBitmap@12
NtGdiCreateCompatibleDC@4
NtGdiCreateDIBBrush@24
NtGdiCreateDIBitmapInternal@44
NtGdiCreateDIBSection@36
NtGdiCreateEllipticRgn@16
NtGdiCreateHalftonePalette@4
NtGdiCreateHatchBrushInternal@12
NtGdiCreateMetafileDC@4
NtGdiCreatePaletteInternal@8
NtGdiCreatePatternBrushInternal@12
NtGdiCreatePen@16
NtGdiCreateRectRgn@16
NtGdiCreateRoundRectRgn@24
NtGdiCreateServerMetaFile@24
NtGdiCreateSolidBrush@8
NtGdiD3dContextCreate@16
NtGdiD3dContextDestroy@4
NtGdiD3dContextDestroyAll@4
NtGdiD3dValidateTextureStageState@4
NtGdiD3dDrawPrimitives2@28
NtGdiDdGetDriverState@4
NtGdiDdAddAttachedSurface@12
NtGdiDdAlphaBlt@12
NtGdiDdAttachSurface@8
NtGdiDdBeginMoCompFrame@8
NtGdiDdBlt@12
NtGdiDdCanCreateSurface@8
NtGdiDdCanCreateD3DBuffer@8
NtGdiDdColorControl@8
NtGdiDdCreateDirectDrawObject@4
NtGdiDdCreateSurface@32
NtGdiDdCreateD3DBuffer@32
NtGdiDdCreateMoComp@8
NtGdiDdCreateSurfaceObject@24
NtGdiDdDeleteDirectDrawObject@4
NtGdiDdDeleteSurfaceObject@4
NtGdiDdDestroyMoComp@8
NtGdiDdDestroySurface@8
NtGdiDdDestroyD3DBuffer@4
NtGdiDdEndMoCompFrame@8
NtGdiDdFlip@20
NtGdiDdFlipToGDISurface@8
NtGdiDdGetAvailDriverMemory@8
NtGdiDdGetBltStatus@8
NtGdiDdGetDC@8
NtGdiDdGetDriverInfo@8
NtGdiDdGetDxHandle@12
NtGdiDdGetFlipStatus@8
NtGdiDdGetInternalMoCompInfo@8
NtGdiDdGetMoCompBuffInfo@8
NtGdiDdGetMoCompGuids@8
NtGdiDdGetMoCompFormats@8
NtGdiDdGetScanLine@8
NtGdiDdLock@12
NtGdiDdLockD3D@8
NtGdiDdQueryDirectDrawObject@44
NtGdiDdQueryMoCompStatus@8
NtGdiDdReenableDirectDrawObject@8
NtGdiDdReleaseDC@4
NtGdiDdRenderMoComp@8
NtGdiDdResetVisrgn@8
NtGdiDdSetColorKey@8
NtGdiDdSetExclusiveMode@8
NtGdiDdSetGammaRamp@12
NtGdiDdCreateSurfaceEx@12
NtGdiDdSetOverlayPosition@12
NtGdiDdUnattachSurface@8
NtGdiDdUnlock@8
NtGdiDdUnlockD3D@8
NtGdiDdUpdateOverlay@12
NtGdiDdWaitForVerticalBlank@8
NtGdiDvpCanCreateVideoPort@8
NtGdiDvpColorControl@8
NtGdiDvpCreateVideoPort@8
NtGdiDvpDestroyVideoPort@8
NtGdiDvpFlipVideoPort@16
NtGdiDvpGetVideoPortBandwidth@8
NtGdiDvpGetVideoPortField@8
NtGdiDvpGetVideoPortFlipStatus@8
NtGdiDvpGetVideoPortInputFormats@8
NtGdiDvpGetVideoPortLine@8
NtGdiDvpGetVideoPortOutputFormats@8
NtGdiDvpGetVideoPortConnectInfo@8
NtGdiDvpGetVideoSignalStatus@8
NtGdiDvpUpdateVideoPort@16
NtGdiDvpWaitForVideoPortSync@8
NtGdiDvpAcquireNotification@12
NtGdiDvpReleaseNotification@8
NtGdiDxgGenericThunk@24
NtGdiDeleteClientObj@4
NtGdiDeleteColorSpace@4
NtGdiDeleteColorTransform@8
NtGdiDeleteObjectApp@4
NtGdiDescribePixelFormat@16
NtGdiGetPerBandInfo@8
NtGdiDoBanding@16
NtGdiDoPalette@24
NtGdiDrawEscape@16
NtGdiEllipse@20
NtGdiEnableEUDC@4
NtGdiEndDoc@4
NtGdiEndPage@4
NtGdiEndPath@4
NtGdiEnumFontChunk@20
NtGdiEnumFontClose@4
NtGdiEnumFontOpen@28
NtGdiEnumObjects@16
NtGdiEqualRgn@8
NtGdiEudcLoadUnloadLink@28
NtGdiExcludeClipRect@20
NtGdiExtCreatePen@44
NtGdiExtCreateRegion@12
NtGdiExtEscape@32
NtGdiExtFloodFill@20
NtGdiExtGetObjectW@12
NtGdiExtSelectClipRgn@12
NtGdiExtTextOutW@36
NtGdiFillPath@4
NtGdiFillRgn@12
NtGdiFlattenPath@4
NtGdiFlushUserBatch@0
NtGdiFlush@0
NtGdiForceUFIMapping@8
NtGdiFrameRgn@20
NtGdiFullscreenControl@20
NtGdiGetAndSetDCDword@16
NtGdiGetAppClipBox@8
NtGdiGetBitmapBits@12
NtGdiGetBitmapDimension@8
NtGdiGetBoundsRect@12
NtGdiGetCharABCWidthsW@24
NtGdiGetCharacterPlacementW@24
NtGdiGetCharSet@4
NtGdiGetCharWidthW@24
NtGdiGetCharWidthInfo@8
NtGdiGetColorAdjustment@8
NtGdiGetColorSpaceforBitmap@4
NtGdiGetDCDword@12
NtGdiGetDCforBitmap@4
NtGdiGetDCObject@8
NtGdiGetDCPoint@12
NtGdiGetDeviceCaps@8
NtGdiGetDeviceGammaRamp@8
NtGdiGetDeviceCapsAll@8
NtGdiGetDIBitsInternal@36
NtGdiGetETM@8
NtGdiGetEudcTimeStampEx@12
NtGdiGetFontData@20
NtGdiGetFontResourceInfoInternalW@28
NtGdiGetGlyphIndicesW@20
NtGdiGetGlyphIndicesWInternal@24
NtGdiGetGlyphOutline@32
NtGdiGetKerningPairs@12
NtGdiGetLinkedUFIs@12
NtGdiGetMiterLimit@8
NtGdiGetMonitorID@12
NtGdiGetNearestColor@8
NtGdiGetNearestPaletteIndex@8
NtGdiGetObjectBitmapHandle@8
NtGdiGetOutlineTextMetricsInternalW@16
NtGdiGetPath@16
NtGdiGetPixel@12
NtGdiGetRandomRgn@12
NtGdiGetRasterizerCaps@8
NtGdiGetRealizationInfo@12
NtGdiGetRegionData@12
NtGdiGetRgnBox@8
NtGdiGetServerMetaFileBits@28
NtGdiGetSpoolMessage@16
NtGdiGetStats@20
NtGdiGetStockObject@4
NtGdiGetStringBitmapW@20
NtGdiGetSystemPaletteUse@4
NtGdiGetTextCharsetInfo@12
NtGdiGetTextExtent@20
NtGdiGetTextExtentExW@32
NtGdiGetTextFaceW@16
NtGdiGetTextMetricsW@12
NtGdiGetTransform@12
NtGdiGetUFI@24
NtGdiGetEmbUFI@28
NtGdiGetUFIPathname@40
NtGdiGetEmbedFonts@0
NtGdiChangeGhostFont@8
NtGdiAddEmbFontToDC@8
NtGdiGetFontUnicodeRanges@8
NtGdiGetWidthTable@28
NtGdiGradientFill@24
NtGdiHfontCreate@20
NtGdiIcmBrushInfo@32
NtGdiInit@0
NtGdiInitSpool@0
NtGdiIntersectClipRect@20
NtGdiInvertRgn@8
NtGdiLineTo@12
NtGdiMakeFontDir@20
NtGdiMakeInfoDC@8
NtGdiMaskBlt@52
NtGdiModifyWorldTransform@12
NtGdiMonoBitmap@4
NtGdiMoveTo@16
NtGdiOffsetClipRgn@12
NtGdiOffsetRgn@12
NtGdiOpenDCW@28
NtGdiPatBlt@24
NtGdiPolyPatBlt@20
NtGdiPathToRegion@4
NtGdiPlgBlt@44
NtGdiPolyDraw@16
NtGdiPolyPolyDraw@20
NtGdiPolyTextOutW@16
NtGdiPtInRegion@12
NtGdiPtVisible@12
NtGdiQueryFonts@12
NtGdiQueryFontAssocInfo@4
NtGdiRectangle@20
NtGdiRectInRegion@8
NtGdiRectVisible@8
NtGdiRemoveFontResourceW@24
NtGdiRemoveFontMemResourceEx@4
NtGdiResetDC@20
NtGdiResizePalette@8
NtGdiRestoreDC@8
NtGdiRoundRect@28
NtGdiSaveDC@4
NtGdiScaleViewportExtEx@24
NtGdiScaleWindowExtEx@24
NtGdiSelectBitmap@8
NtGdiSelectBrush@8
NtGdiSelectClipPath@8
NtGdiSelectFont@8
NtGdiSelectPen@8
NtGdiSetBitmapAttributes@8
NtGdiSetBitmapBits@12
NtGdiSetBitmapDimension@16
NtGdiSetBoundsRect@12
NtGdiSetBrushAttributes@8
NtGdiSetBrushOrg@16
NtGdiSetColorAdjustment@8
NtGdiSetColorSpace@8
NtGdiSetDeviceGammaRamp@8
NtGdiSetDIBitsToDeviceInternal@64
NtGdiSetFontEnumeration@4
NtGdiSetFontXform@12
NtGdiSetIcmMode@12
NtGdiSetLinkedUFIs@12
NtGdiSetMagicColors@12
NtGdiSetMetaRgn@4
NtGdiSetMiterLimit@12
NtGdiGetDeviceWidth@4
NtGdiMirrorWindowOrg@4
NtGdiSetLayout@12
NtGdiSetPixel@16
NtGdiSetPixelFormat@8
NtGdiSetRectRgn@20
NtGdiSetSystemPaletteUse@8
NtGdiSetTextJustification@12
NtGdiSetupPublicCFONT@12
NtGdiSetVirtualResolution@20
NtGdiSetSizeDevice@12
NtGdiStartDoc@16
NtGdiStartPage@4
NtGdiStretchBlt@48
NtGdiStretchDIBitsInternal@64
NtGdiStrokeAndFillPath@4
NtGdiStrokePath@4
NtGdiSwapBuffers@4
NtGdiTransformPoints@20
NtGdiTransparentBlt@44
NtGdiUnloadPrinterDriver@8
NtGdiUnmapMemFont@4
NtGdiUnrealizeObject@4
NtGdiUpdateColors@4
NtGdiWidenPath@4
NtUserActivateKeyboardLayout@8
NtUserAlterWindowStyle@12
NtUserAssociateInputContext@12
NtUserAttachThreadInput@12
NtUserBeginPaint@8
NtUserBitBltSysBmp@32
NtUserBlockInput@4
NtUserBuildHimcList@16
NtUserBuildHwndList@28
NtUserBuildNameList@16
NtUserBuildPropList@16
NtUserCallHwnd@8
NtUserCallHwndLock@8
NtUserCallHwndOpt@8
NtUserCallHwndParam@12
NtUserCallHwndParamLock@12
NtUserCallMsgFilter@8
NtUserCallNextHookEx@16
NtUserCallNoParam@4
NtUserCallOneParam@8
NtUserCallTwoParam@12
NtUserChangeClipboardChain@8
NtUserChangeDisplaySettings@20
NtUserCheckImeHotKey@8
NtUserCheckMenuItem@12
NtUserChildWindowFromPointEx@16
NtUserClipCursor@4
NtUserCloseClipboard@0
NtUserCloseDesktop@4
NtUserCloseWindowStation@4
NtUserConsoleControl@12
NtUserConvertMemHandle@8
NtUserCopyAcceleratorTable@12
NtUserCountClipboardFormats@0
NtUserCreateAcceleratorTable@8
NtUserCreateCaret@16
NtUserCreateDesktop@20
NtUserCreateInputContext@4
NtUserCreateLocalMemHandle@16
NtUserCreateWindowEx@60
NtUserCreateWindowStation@28
NtUserDdeGetQualityOfService@12
NtUserDdeInitialize@20
NtUserDdeSetQualityOfService@12
NtUserDeferWindowPos@32
NtUserDefSetText@8
NtUserDeleteMenu@12
NtUserDestroyAcceleratorTable@4
NtUserDestroyCursor@8
NtUserDestroyInputContext@4
NtUserDestroyMenu@4
NtUserDestroyWindow@4
NtUserDisableThreadIme@4
NtUserDispatchMessage@4
NtUserDragDetect@12
NtUserDragObject@20
NtUserDrawAnimatedRects@16
NtUserDrawCaption@16
NtUserDrawCaptionTemp@28
NtUserDrawIconEx@44
NtUserDrawMenuBarTemp@20
NtUserEmptyClipboard@0
NtUserEnableMenuItem@12
NtUserEnableScrollBar@12
NtUserEndDeferWindowPosEx@8
NtUserEndMenu@0
NtUserEndPaint@8
NtUserEnumDisplayDevices@16
NtUserEnumDisplayMonitors@16
NtUserEnumDisplaySettings@16
NtUserEvent@4
NtUserExcludeUpdateRgn@8
NtUserFillWindow@16
NtUserFindExistingCursorIcon@12
NtUserFindWindowEx@20
NtUserFlashWindowEx@4
NtUserGetAltTabInfo@24
NtUserGetAncestor@8
NtUserGetAppImeLevel@4
NtUserGetAsyncKeyState@4
NtUserGetAtomName@8
NtUserGetCaretBlinkTime@0
NtUserGetCaretPos@4
NtUserGetClassInfo@20
NtUserGetClassName@12
NtUserGetClipboardData@8
NtUserGetClipboardFormatName@12
NtUserGetClipboardOwner@0
NtUserGetClipboardSequenceNumber@0
NtUserGetClipboardViewer@0
NtUserGetClipCursor@4
NtUserGetComboBoxInfo@8
NtUserGetControlBrush@12
NtUserGetControlColor@16
NtUserGetCPD@12
NtUserGetCursorFrameInfo@16
NtUserGetCursorInfo@4
NtUserGetDC@4
NtUserGetDCEx@12
NtUserGetDoubleClickTime@0
NtUserGetForegroundWindow@0
NtUserGetGuiResources@8
NtUserGetGUIThreadInfo@8
NtUserGetIconInfo@24
NtUserGetIconSize@16
NtUserGetImeHotKey@16
NtUserGetImeInfoEx@8
NtUserGetInternalWindowPos@12
NtUserGetKeyboardLayoutList@8
NtUserGetKeyboardLayoutName@4
NtUserGetKeyboardState@4
NtUserGetKeyNameText@12
NtUserGetKeyState@4
NtUserGetListBoxInfo@4
NtUserGetMenuBarInfo@16
NtUserGetMenuIndex@8
NtUserGetMenuItemRect@16
NtUserGetMessage@16
NtUserGetMouseMovePointsEx@20
NtUserGetObjectInformation@20
NtUserGetOpenClipboardWindow@0
NtUserGetPriorityClipboardFormat@8
NtUserGetProcessWindowStation@0
NtUserGetRawInputBuffer@12
NtUserGetRawInputData@20
NtUserGetRawInputDeviceInfo@16
NtUserGetRawInputDeviceList@12
NtUserGetRegisteredRawInputDevices@12
NtUserGetScrollBarInfo@12
NtUserGetSystemMenu@8
NtUserGetThreadDesktop@8
NtUserGetThreadState@4
NtUserGetTitleBarInfo@8
NtUserGetUpdateRect@12
NtUserGetUpdateRgn@12
NtUserGetWindowDC@4
NtUserGetWindowPlacement@8
NtUserGetWOWClass@8
NtUserHardErrorControl@12
NtUserHideCaret@4
NtUserHiliteMenuItem@16
NtUserImpersonateDdeClientWindow@8
NtUserInitialize@12
NtUserInitializeClientPfnArrays@16
NtUserInitTask@48
NtUserInternalGetWindowText@12
NtUserInvalidateRect@12
NtUserInvalidateRgn@12
NtUserIsClipboardFormatAvailable@4
NtUserKillTimer@8
NtUserLoadKeyboardLayoutEx@28
NtUserLockWindowStation@4
NtUserLockWindowUpdate@4
NtUserLockWorkStation@0
NtUserMapVirtualKeyEx@16
NtUserMenuItemFromPoint@16
NtUserMessageCall@28
NtUserMinMaximize@12
NtUserMNDragLeave@0
NtUserMNDragOver@8
NtUserModifyUserStartupInfoFlags@8
NtUserMoveWindow@24
NtUserNotifyIMEStatus@12
NtUserNotifyProcessCreate@16
NtUserNotifyWinEvent@16
NtUserOpenClipboard@8
NtUserOpenDesktop@12
NtUserOpenInputDesktop@12
NtUserOpenWindowStation@8
NtUserPaintDesktop@4
NtUserPeekMessage@20
NtUserPostMessage@16
NtUserPostThreadMessage@16
NtUserPrintWindow@12
NtUserProcessConnect@12
NtUserQueryInformationThread@20
NtUserQueryInputContext@8
NtUserQuerySendMessage@4
NtUserQueryUserCounters@20
NtUserQueryWindow@8
NtUserRealChildWindowFromPoint@12
NtUserRealInternalGetMessage@24
NtUserRealWaitMessageEx@8
NtUserRedrawWindow@16
NtUserRegisterClassExWOW@28
NtUserRegisterUserApiHook@8
NtUserRegisterHotKey@16
NtUserRegisterRawInputDevices@12
NtUserRegisterTasklist@4
NtUserRegisterWindowMessage@4
NtUserRemoveMenu@12
NtUserRemoveProp@8
NtUserResolveDesktop@16
NtUserResolveDesktopForWOW@4
NtUserSBGetParms@16
NtUserScrollDC@28
NtUserScrollWindowEx@32
NtUserSelectPalette@12
NtUserSendInput@12
NtUserSetActiveWindow@4
NtUserSetAppImeLevel@8
NtUserSetCapture@4
NtUserSetClassLong@16
NtUserSetClassWord@12
NtUserSetClipboardData@12
NtUserSetClipboardViewer@4
NtUserSetConsoleReserveKeys@8
NtUserSetCursor@4
NtUserSetCursorContents@8
NtUserSetCursorIconData@16
NtUserSetDbgTag@8
NtUserSetFocus@4
NtUserSetImeHotKey@20
NtUserSetImeInfoEx@4
NtUserSetImeOwnerWindow@8
NtUserSetInformationProcess@16
NtUserSetInformationThread@16
NtUserSetInternalWindowPos@16
NtUserSetKeyboardState@4
NtUserSetLogonNotifyWindow@4
NtUserSetMenu@12
NtUserSetMenuContextHelpId@8
NtUserSetMenuDefaultItem@12
NtUserSetMenuFlagRtoL@4
NtUserSetObjectInformation@16
NtUserSetParent@8
NtUserSetProcessWindowStation@4
NtUserSetProp@12
NtUserSetRipFlags@8
NtUserSetScrollInfo@16
NtUserSetShellWindowEx@8
NtUserSetSysColors@16
NtUserSetSystemCursor@8
NtUserSetSystemMenu@8
NtUserSetSystemTimer@16
NtUserSetThreadDesktop@4
NtUserSetThreadLayoutHandles@8
NtUserSetThreadState@8
NtUserSetTimer@16
NtUserSetWindowFNID@8
NtUserSetWindowLong@16
NtUserSetWindowPlacement@8
NtUserSetWindowPos@28
NtUserSetWindowRgn@12
NtUserSetWindowsHookAW@12
NtUserSetWindowsHookEx@24
NtUserSetWindowStationUser@16
NtUserSetWindowWord@12
NtUserSetWinEventHook@32
NtUserShowCaret@4
NtUserShowScrollBar@12
NtUserShowWindow@8
NtUserShowWindowAsync@8
NtUserSoundSentry@0
NtUserSwitchDesktop@4
NtUserSystemParametersInfo@16
NtUserTestForInteractiveUser@4
NtUserThunkedMenuInfo@8
NtUserThunkedMenuItemInfo@24
NtUserToUnicodeEx@28
NtUserTrackMouseEvent@4
NtUserTrackPopupMenuEx@24
NtUserCalcMenuBar@20
NtUserPaintMenuBar@24
NtUserTranslateAccelerator@12
NtUserTranslateMessage@8
NtUserUnhookWindowsHookEx@4
NtUserUnhookWinEvent@4
NtUserUnloadKeyboardLayout@4
NtUserUnlockWindowStation@4
NtUserUnregisterClass@12
NtUserUnregisterUserApiHook@0
NtUserUnregisterHotKey@8
NtUserUpdateInputContext@12
NtUserUpdateInstance@12
NtUserUpdateLayeredWindow@36
NtUserGetLayeredWindowAttributes@16
NtUserSetLayeredWindowAttributes@16
NtUserUpdatePerUserSystemParameters@8
NtUserUserHandleGrantAccess@12
NtUserValidateHandleSecure@8
NtUserValidateRect@8
NtUserValidateTimerCallback@12
NtUserVkKeyScanEx@12
NtUserWaitForInputIdle@12
NtUserWaitForMsgAndEvent@4
NtUserWaitMessage@0
NtUserWin32PoolAllocationStats@24
NtUserWindowFromPoint@8
NtUserYieldTask@0
NtUserRemoteConnect@12
NtUserRemoteRedrawRectangle@16
NtUserRemoteRedrawScreen@0
NtUserRemoteStopScreenUpdates@0
NtUserCtxDisplayIOCtl@12
NtGdiEngAssociateSurface@12
NtGdiEngCreateBitmap@24
NtGdiEngCreateDeviceSurface@16
NtGdiEngCreateDeviceBitmap@16
NtGdiEngCreatePalette@24
NtGdiEngComputeGlyphSet@12
NtGdiEngCopyBits@24
NtGdiEngDeletePalette@4
NtGdiEngDeleteSurface@4
NtGdiEngEraseSurface@12
NtGdiEngUnlockSurface@4
NtGdiEngLockSurface@4
NtGdiEngBitBlt@44
NtGdiEngStretchBlt@44
NtGdiEngPlgBlt@44
NtGdiEngMarkBandingSurface@4
NtGdiEngStrokePath@32
NtGdiEngFillPath@28
NtGdiEngStrokeAndFillPath@40
NtGdiEngPaint@20
NtGdiEngLineTo@36
NtGdiEngAlphaBlend@28
NtGdiEngGradientFill@40
NtGdiEngTransparentBlt@32
NtGdiEngTextOut@40
NtGdiEngStretchBltROP@52
NtGdiXLATEOBJ_cGetPalette@16
NtGdiXLATEOBJ_iXlate@8
NtGdiXLATEOBJ_hGetColorTransform@4
NtGdiCLIPOBJ_bEnum@12
NtGdiCLIPOBJ_cEnumStart@20
NtGdiCLIPOBJ_ppoGetPath@4
NtGdiEngDeletePath@4
NtGdiEngCreateClip@0
NtGdiEngDeleteClip@4
NtGdiBRUSHOBJ_ulGetBrushColor@4
NtGdiBRUSHOBJ_pvAllocRbrush@8
NtGdiBRUSHOBJ_pvGetRbrush@4
NtGdiBRUSHOBJ_hGetColorTransform@4
NtGdiXFORMOBJ_bApplyXform@20
NtGdiXFORMOBJ_iGetXform@8
NtGdiFONTOBJ_vGetInfo@12
NtGdiFONTOBJ_pxoGetXform@4
NtGdiFONTOBJ_cGetGlyphs@20
NtGdiFONTOBJ_pifi@4
NtGdiFONTOBJ_pfdg@4
NtGdiFONTOBJ_pQueryGlyphAttrs@8
NtGdiFONTOBJ_pvTrueTypeFontFile@8
NtGdiFONTOBJ_cGetAllGlyphHandles@8
NtGdiSTROBJ_bEnum@12
NtGdiSTROBJ_bEnumPositionsOnly@12
NtGdiSTROBJ_bGetAdvanceWidths@16
NtGdiSTROBJ_vEnumStart@4
NtGdiSTROBJ_dwGetCodePage@4
NtGdiPATHOBJ_vGetBounds@8
NtGdiPATHOBJ_bEnum@8
NtGdiPATHOBJ_vEnumStart@4
NtGdiPATHOBJ_vEnumStartClipLines@16
NtGdiPATHOBJ_bEnumClipLines@12
NtGdiGetDhpdev@4
NtGdiEngCheckAbort@4
NtGdiHT_Get8BPPFormatPalette@16
NtGdiHT_Get8BPPMaskPalette@24
NtGdiUpdateTransform@4
NtGdiSetPUMPDOBJ@16
NtGdiBRUSHOBJ_DeleteRbrush@8
NtGdiUMPDEngFreeUserMem@4
NtGdiUnmapMemFont@4
NtGdiDrawStream@12

View file

@ -133,7 +133,7 @@
@ stdcall NtGdiDoPalette(ptr long long ptr long long)
@ stdcall NtGdiDrawEscape(ptr long long ptr)
@ stdcall NtGdiEllipse(ptr long long long long)
@ stdcall NtGdiEnableEUDC(long)
@ stdcall NtGdiEnableEudc(long)
@ stdcall NtGdiEndDoc(ptr)
@ stdcall NtGdiEndPage(ptr)
@ stdcall NtGdiEndPath(ptr)
@ -670,5 +670,4 @@
@ stdcall NtGdiSetPUMPDOBJ(ptr long ptr ptr)
@ stdcall NtGdiBRUSHOBJ_DeleteRbrush(ptr ptr)
@ stdcall NtGdiUMPDEngFreeUserMem(ptr)
@ stdcall NtGdiUnmapMemFont(ptr)
@ stdcall NtGdiDrawStream(ptr long ptr)

View file

@ -0,0 +1,671 @@
// SVC_(<NAME>, <ARG_COUNT>)
//
// Syscall list for Windows XP SP0 - SP3
//
SVC_(GdiAbortDoc, 1)
SVC_(GdiAbortPath, 1)
SVC_(GdiAddFontResourceW, 6)
SVC_(GdiAddRemoteFontToDC, 4)
SVC_(GdiAddFontMemResourceEx, 5)
SVC_(GdiRemoveMergeFont, 2)
SVC_(GdiAddRemoteMMInstanceToDC, 3)
SVC_(GdiAlphaBlend, 12)
SVC_(GdiAngleArc, 6)
SVC_(GdiAnyLinkedFonts, 0)
SVC_(GdiFontIsLinked, 1)
SVC_(GdiArcInternal, 10)
SVC_(GdiBeginPath, 1)
SVC_(GdiBitBlt, 11)
SVC_(GdiCancelDC, 1)
SVC_(GdiCheckBitmapBits, 8)
SVC_(GdiCloseFigure, 1)
SVC_(GdiClearBitmapAttributes, 2)
SVC_(GdiClearBrushAttributes, 2)
SVC_(GdiColorCorrectPalette, 6)
SVC_(GdiCombineRgn, 4)
SVC_(GdiCombineTransform, 3)
SVC_(GdiComputeXformCoefficients, 1)
SVC_(GdiConsoleTextOut, 4)
SVC_(GdiConvertMetafileRect, 2)
SVC_(GdiCreateBitmap, 5)
SVC_(GdiCreateClientObj, 1)
SVC_(GdiCreateColorSpace, 1)
SVC_(GdiCreateColorTransform, 8)
SVC_(GdiCreateCompatibleBitmap, 3)
SVC_(GdiCreateCompatibleDC, 1)
SVC_(GdiCreateDIBBrush, 6)
SVC_(GdiCreateDIBitmapInternal, 11)
SVC_(GdiCreateDIBSection, 9)
SVC_(GdiCreateEllipticRgn, 4)
SVC_(GdiCreateHalftonePalette, 1)
SVC_(GdiCreateHatchBrushInternal, 3)
SVC_(GdiCreateMetafileDC, 1)
SVC_(GdiCreatePaletteInternal, 2)
SVC_(GdiCreatePatternBrushInternal, 3)
SVC_(GdiCreatePen, 4)
SVC_(GdiCreateRectRgn, 4)
SVC_(GdiCreateRoundRectRgn, 6)
SVC_(GdiCreateServerMetaFile, 6)
SVC_(GdiCreateSolidBrush, 2)
SVC_(GdiD3dContextCreate, 4)
SVC_(GdiD3dContextDestroy, 1)
SVC_(GdiD3dContextDestroyAll, 1)
SVC_(GdiD3dValidateTextureStageState, 1)
SVC_(GdiD3dDrawPrimitives2, 7)
SVC_(GdiDdGetDriverState, 1)
SVC_(GdiDdAddAttachedSurface, 3)
SVC_(GdiDdAlphaBlt, 3)
SVC_(GdiDdAttachSurface, 2)
SVC_(GdiDdBeginMoCompFrame, 2)
SVC_(GdiDdBlt, 3)
SVC_(GdiDdCanCreateSurface, 2)
SVC_(GdiDdCanCreateD3DBuffer, 2)
SVC_(GdiDdColorControl, 2)
SVC_(GdiDdCreateDirectDrawObject, 1)
SVC_(GdiDdCreateSurface, 8)
SVC_(GdiDdCreateD3DBuffer, 8)
SVC_(GdiDdCreateMoComp, 2)
SVC_(GdiDdCreateSurfaceObject, 6)
SVC_(GdiDdDeleteDirectDrawObject, 1)
SVC_(GdiDdDeleteSurfaceObject, 1)
SVC_(GdiDdDestroyMoComp, 2)
SVC_(GdiDdDestroySurface, 2)
SVC_(GdiDdDestroyD3DBuffer, 1)
SVC_(GdiDdEndMoCompFrame, 2)
SVC_(GdiDdFlip, 5)
SVC_(GdiDdFlipToGDISurface, 2)
SVC_(GdiDdGetAvailDriverMemory, 2)
SVC_(GdiDdGetBltStatus, 2)
SVC_(GdiDdGetDC, 2)
SVC_(GdiDdGetDriverInfo, 2)
SVC_(GdiDdGetDxHandle, 3)
SVC_(GdiDdGetFlipStatus, 2)
SVC_(GdiDdGetInternalMoCompInfo, 2)
SVC_(GdiDdGetMoCompBuffInfo, 2)
SVC_(GdiDdGetMoCompGuids, 2)
SVC_(GdiDdGetMoCompFormats, 2)
SVC_(GdiDdGetScanLine, 2)
SVC_(GdiDdLock, 3)
SVC_(GdiDdLockD3D, 2)
SVC_(GdiDdQueryDirectDrawObject, 11)
SVC_(GdiDdQueryMoCompStatus, 2)
SVC_(GdiDdReenableDirectDrawObject, 2)
SVC_(GdiDdReleaseDC, 1)
SVC_(GdiDdRenderMoComp, 2)
SVC_(GdiDdResetVisrgn, 2)
SVC_(GdiDdSetColorKey, 2)
SVC_(GdiDdSetExclusiveMode, 2)
SVC_(GdiDdSetGammaRamp, 3)
SVC_(GdiDdCreateSurfaceEx, 3)
SVC_(GdiDdSetOverlayPosition, 3)
SVC_(GdiDdUnattachSurface, 2)
SVC_(GdiDdUnlock, 2)
SVC_(GdiDdUnlockD3D, 2)
SVC_(GdiDdUpdateOverlay, 3)
SVC_(GdiDdWaitForVerticalBlank, 2)
SVC_(GdiDvpCanCreateVideoPort, 2)
SVC_(GdiDvpColorControl, 2)
SVC_(GdiDvpCreateVideoPort, 2)
SVC_(GdiDvpDestroyVideoPort, 2)
SVC_(GdiDvpFlipVideoPort, 4)
SVC_(GdiDvpGetVideoPortBandwidth, 2)
SVC_(GdiDvpGetVideoPortField, 2)
SVC_(GdiDvpGetVideoPortFlipStatus, 2)
SVC_(GdiDvpGetVideoPortInputFormats, 2)
SVC_(GdiDvpGetVideoPortLine, 2)
SVC_(GdiDvpGetVideoPortOutputFormats, 2)
SVC_(GdiDvpGetVideoPortConnectInfo, 2)
SVC_(GdiDvpGetVideoSignalStatus, 2)
SVC_(GdiDvpUpdateVideoPort, 4)
SVC_(GdiDvpWaitForVideoPortSync, 2)
SVC_(GdiDvpAcquireNotification, 3)
SVC_(GdiDvpReleaseNotification, 2)
SVC_(GdiDxgGenericThunk, 6)
SVC_(GdiDeleteClientObj, 1)
SVC_(GdiDeleteColorSpace, 1)
SVC_(GdiDeleteColorTransform, 2)
SVC_(GdiDeleteObjectApp, 1)
SVC_(GdiDescribePixelFormat, 4)
SVC_(GdiGetPerBandInfo, 2)
SVC_(GdiDoBanding, 4)
SVC_(GdiDoPalette, 6)
SVC_(GdiDrawEscape, 4)
SVC_(GdiEllipse, 5)
SVC_(GdiEnableEudc, 1)
SVC_(GdiEndDoc, 1)
SVC_(GdiEndPage, 1)
SVC_(GdiEndPath, 1)
SVC_(GdiEnumFontChunk, 5)
SVC_(GdiEnumFontClose, 1)
SVC_(GdiEnumFontOpen, 7)
SVC_(GdiEnumObjects, 4)
SVC_(GdiEqualRgn, 2)
SVC_(GdiEudcLoadUnloadLink, 7)
SVC_(GdiExcludeClipRect, 5)
SVC_(GdiExtCreatePen, 11)
SVC_(GdiExtCreateRegion, 3)
SVC_(GdiExtEscape, 8)
SVC_(GdiExtFloodFill, 5)
SVC_(GdiExtGetObjectW, 3)
SVC_(GdiExtSelectClipRgn, 3)
SVC_(GdiExtTextOutW, 9)
SVC_(GdiFillPath, 1)
SVC_(GdiFillRgn, 3)
SVC_(GdiFlattenPath, 1)
SVC_(GdiFlushUserBatch, 0)
SVC_(GdiFlush, 0)
SVC_(GdiForceUFIMapping, 2)
SVC_(GdiFrameRgn, 5)
SVC_(GdiFullscreenControl, 5)
SVC_(GdiGetAndSetDCDword, 4)
SVC_(GdiGetAppClipBox, 2)
SVC_(GdiGetBitmapBits, 3)
SVC_(GdiGetBitmapDimension, 2)
SVC_(GdiGetBoundsRect, 3)
SVC_(GdiGetCharABCWidthsW, 6)
SVC_(GdiGetCharacterPlacementW, 6)
SVC_(GdiGetCharSet, 1)
SVC_(GdiGetCharWidthW, 6)
SVC_(GdiGetCharWidthInfo, 2)
SVC_(GdiGetColorAdjustment, 2)
SVC_(GdiGetColorSpaceforBitmap, 1)
SVC_(GdiGetDCDword, 3)
SVC_(GdiGetDCforBitmap, 1)
SVC_(GdiGetDCObject, 2)
SVC_(GdiGetDCPoint, 3)
SVC_(GdiGetDeviceCaps, 2)
SVC_(GdiGetDeviceGammaRamp, 2)
SVC_(GdiGetDeviceCapsAll, 2)
SVC_(GdiGetDIBitsInternal, 9)
SVC_(GdiGetETM, 2)
SVC_(GdiGetEudcTimeStampEx, 3)
SVC_(GdiGetFontData, 5)
SVC_(GdiGetFontResourceInfoInternalW, 7)
SVC_(GdiGetGlyphIndicesW, 5)
SVC_(GdiGetGlyphIndicesWInternal, 6)
SVC_(GdiGetGlyphOutline, 8)
SVC_(GdiGetKerningPairs, 3)
SVC_(GdiGetLinkedUFIs, 3)
SVC_(GdiGetMiterLimit, 2)
SVC_(GdiGetMonitorID, 3)
SVC_(GdiGetNearestColor, 2)
SVC_(GdiGetNearestPaletteIndex, 2)
SVC_(GdiGetObjectBitmapHandle, 2)
SVC_(GdiGetOutlineTextMetricsInternalW, 4)
SVC_(GdiGetPath, 4)
SVC_(GdiGetPixel, 3)
SVC_(GdiGetRandomRgn, 3)
SVC_(GdiGetRasterizerCaps, 2)
SVC_(GdiGetRealizationInfo, 3)
SVC_(GdiGetRegionData, 3)
SVC_(GdiGetRgnBox, 2)
SVC_(GdiGetServerMetaFileBits, 7)
SVC_(GdiGetSpoolMessage, 4)
SVC_(GdiGetStats, 5)
SVC_(GdiGetStockObject, 1)
SVC_(GdiGetStringBitmapW, 5)
SVC_(GdiGetSystemPaletteUse, 1)
SVC_(GdiGetTextCharsetInfo, 3)
SVC_(GdiGetTextExtent, 5)
SVC_(GdiGetTextExtentExW, 8)
SVC_(GdiGetTextFaceW, 4)
SVC_(GdiGetTextMetricsW, 3)
SVC_(GdiGetTransform, 3)
SVC_(GdiGetUFI, 6)
SVC_(GdiGetEmbUFI, 7)
SVC_(GdiGetUFIPathname, 10)
SVC_(GdiGetEmbedFonts, 0)
SVC_(GdiChangeGhostFont, 2)
SVC_(GdiAddEmbFontToDC, 2)
SVC_(GdiGetFontUnicodeRanges, 2)
SVC_(GdiGetWidthTable, 7)
SVC_(GdiGradientFill, 6)
SVC_(GdiHfontCreate, 5)
SVC_(GdiIcmBrushInfo, 8)
SVC_(GdiInit, 0)
SVC_(GdiInitSpool, 0)
SVC_(GdiIntersectClipRect, 5)
SVC_(GdiInvertRgn, 2)
SVC_(GdiLineTo, 3)
SVC_(GdiMakeFontDir, 5)
SVC_(GdiMakeInfoDC, 2)
SVC_(GdiMaskBlt, 13)
SVC_(GdiModifyWorldTransform, 3)
SVC_(GdiMonoBitmap, 1)
SVC_(GdiMoveTo, 4)
SVC_(GdiOffsetClipRgn, 3)
SVC_(GdiOffsetRgn, 3)
SVC_(GdiOpenDCW, 7)
SVC_(GdiPatBlt, 6)
SVC_(GdiPolyPatBlt, 5)
SVC_(GdiPathToRegion, 1)
SVC_(GdiPlgBlt, 11)
SVC_(GdiPolyDraw, 4)
SVC_(GdiPolyPolyDraw, 5)
SVC_(GdiPolyTextOutW, 4)
SVC_(GdiPtInRegion, 3)
SVC_(GdiPtVisible, 3)
SVC_(GdiQueryFonts, 3)
SVC_(GdiQueryFontAssocInfo, 1)
SVC_(GdiRectangle, 5)
SVC_(GdiRectInRegion, 2)
SVC_(GdiRectVisible, 2)
SVC_(GdiRemoveFontResourceW, 6)
SVC_(GdiRemoveFontMemResourceEx, 1)
SVC_(GdiResetDC, 5)
SVC_(GdiResizePalette, 2)
SVC_(GdiRestoreDC, 2)
SVC_(GdiRoundRect, 7)
SVC_(GdiSaveDC, 1)
SVC_(GdiScaleViewportExtEx, 6)
SVC_(GdiScaleWindowExtEx, 6)
SVC_(GdiSelectBitmap, 2)
SVC_(GdiSelectBrush, 2)
SVC_(GdiSelectClipPath, 2)
SVC_(GdiSelectFont, 2)
SVC_(GdiSelectPen, 2)
SVC_(GdiSetBitmapAttributes, 2)
SVC_(GdiSetBitmapBits, 3)
SVC_(GdiSetBitmapDimension, 4)
SVC_(GdiSetBoundsRect, 3)
SVC_(GdiSetBrushAttributes, 2)
SVC_(GdiSetBrushOrg, 4)
SVC_(GdiSetColorAdjustment, 2)
SVC_(GdiSetColorSpace, 2)
SVC_(GdiSetDeviceGammaRamp, 2)
SVC_(GdiSetDIBitsToDeviceInternal, 16)
SVC_(GdiSetFontEnumeration, 1)
SVC_(GdiSetFontXform, 3)
SVC_(GdiSetIcmMode, 3)
SVC_(GdiSetLinkedUFIs, 3)
SVC_(GdiSetMagicColors, 3)
SVC_(GdiSetMetaRgn, 1)
SVC_(GdiSetMiterLimit, 3)
SVC_(GdiGetDeviceWidth, 1)
SVC_(GdiMirrorWindowOrg, 1)
SVC_(GdiSetLayout, 3)
SVC_(GdiSetPixel, 4)
SVC_(GdiSetPixelFormat, 2)
SVC_(GdiSetRectRgn, 5)
SVC_(GdiSetSystemPaletteUse, 2)
SVC_(GdiSetTextJustification, 3)
SVC_(GdiSetupPublicCFONT, 3)
SVC_(GdiSetVirtualResolution, 5)
SVC_(GdiSetSizeDevice, 3)
SVC_(GdiStartDoc, 4)
SVC_(GdiStartPage, 1)
SVC_(GdiStretchBlt, 12)
SVC_(GdiStretchDIBitsInternal, 16)
SVC_(GdiStrokeAndFillPath, 1)
SVC_(GdiStrokePath, 1)
SVC_(GdiSwapBuffers, 1)
SVC_(GdiTransformPoints, 5)
SVC_(GdiTransparentBlt, 11)
SVC_(GdiUnloadPrinterDriver, 2)
SVC_(GdiUnmapMemFont, 1)
SVC_(GdiUnrealizeObject, 1)
SVC_(GdiUpdateColors, 1)
SVC_(GdiWidenPath, 1)
SVC_(UserActivateKeyboardLayout, 2)
SVC_(UserAlterWindowStyle, 3)
SVC_(UserAssociateInputContext, 3)
SVC_(UserAttachThreadInput, 3)
SVC_(UserBeginPaint, 2)
SVC_(UserBitBltSysBmp, 8)
SVC_(UserBlockInput, 1)
SVC_(UserBuildHimcList, 4)
SVC_(UserBuildHwndList, 7)
SVC_(UserBuildNameList, 4)
SVC_(UserBuildPropList, 4)
SVC_(UserCallHwnd, 2)
SVC_(UserCallHwndLock, 2)
SVC_(UserCallHwndOpt, 2)
SVC_(UserCallHwndParam, 3)
SVC_(UserCallHwndParamLock, 3)
SVC_(UserCallMsgFilter, 2)
SVC_(UserCallNextHookEx, 4)
SVC_(UserCallNoParam, 1)
SVC_(UserCallOneParam, 2)
SVC_(UserCallTwoParam, 3)
SVC_(UserChangeClipboardChain, 2)
SVC_(UserChangeDisplaySettings, 5)
SVC_(UserCheckImeHotKey, 2)
SVC_(UserCheckMenuItem, 3)
SVC_(UserChildWindowFromPointEx, 4)
SVC_(UserClipCursor, 1)
SVC_(UserCloseClipboard, 0)
SVC_(UserCloseDesktop, 1)
SVC_(UserCloseWindowStation, 1)
SVC_(UserConsoleControl, 3)
SVC_(UserConvertMemHandle, 2)
SVC_(UserCopyAcceleratorTable, 3)
SVC_(UserCountClipboardFormats, 0)
SVC_(UserCreateAcceleratorTable, 2)
SVC_(UserCreateCaret, 4)
SVC_(UserCreateDesktop, 5)
SVC_(UserCreateInputContext, 1)
SVC_(UserCreateLocalMemHandle, 4)
SVC_(UserCreateWindowEx, 15)
SVC_(UserCreateWindowStation, 7)
SVC_(UserDdeGetQualityOfService, 3)
SVC_(UserDdeInitialize, 5)
SVC_(UserDdeSetQualityOfService, 3)
SVC_(UserDeferWindowPos, 8)
SVC_(UserDefSetText, 2)
SVC_(UserDeleteMenu, 3)
SVC_(UserDestroyAcceleratorTable, 1)
SVC_(UserDestroyCursor, 2)
SVC_(UserDestroyInputContext, 1)
SVC_(UserDestroyMenu, 1)
SVC_(UserDestroyWindow, 1)
SVC_(UserDisableThreadIme, 1)
SVC_(UserDispatchMessage, 1)
SVC_(UserDragDetect, 3)
SVC_(UserDragObject, 5)
SVC_(UserDrawAnimatedRects, 4)
SVC_(UserDrawCaption, 4)
SVC_(UserDrawCaptionTemp, 7)
SVC_(UserDrawIconEx, 11)
SVC_(UserDrawMenuBarTemp, 5)
SVC_(UserEmptyClipboard, 0)
SVC_(UserEnableMenuItem, 3)
SVC_(UserEnableScrollBar, 3)
SVC_(UserEndDeferWindowPosEx, 2)
SVC_(UserEndMenu, 0)
SVC_(UserEndPaint, 2)
SVC_(UserEnumDisplayDevices, 4)
SVC_(UserEnumDisplayMonitors, 4)
SVC_(UserEnumDisplaySettings, 4)
SVC_(UserEvent, 1)
SVC_(UserExcludeUpdateRgn, 2)
SVC_(UserFillWindow, 4)
SVC_(UserFindExistingCursorIcon, 3)
SVC_(UserFindWindowEx, 5)
SVC_(UserFlashWindowEx, 1)
SVC_(UserGetAltTabInfo, 6)
SVC_(UserGetAncestor, 2)
SVC_(UserGetAppImeLevel, 1)
SVC_(UserGetAsyncKeyState, 1)
SVC_(UserGetAtomName, 2)
SVC_(UserGetCaretBlinkTime, 0)
SVC_(UserGetCaretPos, 1)
SVC_(UserGetClassInfo, 5)
SVC_(UserGetClassName, 3)
SVC_(UserGetClipboardData, 2)
SVC_(UserGetClipboardFormatName, 3)
SVC_(UserGetClipboardOwner, 0)
SVC_(UserGetClipboardSequenceNumber, 0)
SVC_(UserGetClipboardViewer, 0)
SVC_(UserGetClipCursor, 1)
SVC_(UserGetComboBoxInfo, 2)
SVC_(UserGetControlBrush, 3)
SVC_(UserGetControlColor, 4)
SVC_(UserGetCPD, 3)
SVC_(UserGetCursorFrameInfo, 4)
SVC_(UserGetCursorInfo, 1)
SVC_(UserGetDC, 1)
SVC_(UserGetDCEx, 3)
SVC_(UserGetDoubleClickTime, 0)
SVC_(UserGetForegroundWindow, 0)
SVC_(UserGetGuiResources, 2)
SVC_(UserGetGUIThreadInfo, 2)
SVC_(UserGetIconInfo, 6)
SVC_(UserGetIconSize, 4)
SVC_(UserGetImeHotKey, 4)
SVC_(UserGetImeInfoEx, 2)
SVC_(UserGetInternalWindowPos, 3)
SVC_(UserGetKeyboardLayoutList, 2)
SVC_(UserGetKeyboardLayoutName, 1)
SVC_(UserGetKeyboardState, 1)
SVC_(UserGetKeyNameText, 3)
SVC_(UserGetKeyState, 1)
SVC_(UserGetListBoxInfo, 1)
SVC_(UserGetMenuBarInfo, 4)
SVC_(UserGetMenuIndex, 2)
SVC_(UserGetMenuItemRect, 4)
SVC_(UserGetMessage, 4)
SVC_(UserGetMouseMovePointsEx, 5)
SVC_(UserGetObjectInformation, 5)
SVC_(UserGetOpenClipboardWindow, 0)
SVC_(UserGetPriorityClipboardFormat, 2)
SVC_(UserGetProcessWindowStation, 0)
SVC_(UserGetRawInputBuffer, 3)
SVC_(UserGetRawInputData, 5)
SVC_(UserGetRawInputDeviceInfo, 4)
SVC_(UserGetRawInputDeviceList, 3)
SVC_(UserGetRegisteredRawInputDevices, 3)
SVC_(UserGetScrollBarInfo, 3)
SVC_(UserGetSystemMenu, 2)
SVC_(UserGetThreadDesktop, 2)
SVC_(UserGetThreadState, 1)
SVC_(UserGetTitleBarInfo, 2)
SVC_(UserGetUpdateRect, 3)
SVC_(UserGetUpdateRgn, 3)
SVC_(UserGetWindowDC, 1)
SVC_(UserGetWindowPlacement, 2)
SVC_(UserGetWOWClass, 2)
SVC_(UserHardErrorControl, 3)
SVC_(UserHideCaret, 1)
SVC_(UserHiliteMenuItem, 4)
SVC_(UserImpersonateDdeClientWindow, 2)
SVC_(UserInitialize, 3)
SVC_(UserInitializeClientPfnArrays, 4)
SVC_(UserInitTask, 12)
SVC_(UserInternalGetWindowText, 3)
SVC_(UserInvalidateRect, 3)
SVC_(UserInvalidateRgn, 3)
SVC_(UserIsClipboardFormatAvailable, 1)
SVC_(UserKillTimer, 2)
SVC_(UserLoadKeyboardLayoutEx, 7)
SVC_(UserLockWindowStation, 1)
SVC_(UserLockWindowUpdate, 1)
SVC_(UserLockWorkStation, 0)
SVC_(UserMapVirtualKeyEx, 4)
SVC_(UserMenuItemFromPoint, 4)
SVC_(UserMessageCall, 7)
SVC_(UserMinMaximize, 3)
SVC_(UserMNDragLeave, 0)
SVC_(UserMNDragOver, 2)
SVC_(UserModifyUserStartupInfoFlags, 2)
SVC_(UserMoveWindow, 6)
SVC_(UserNotifyIMEStatus, 3)
SVC_(UserNotifyProcessCreate, 4)
SVC_(UserNotifyWinEvent, 4)
SVC_(UserOpenClipboard, 2)
SVC_(UserOpenDesktop, 3)
SVC_(UserOpenInputDesktop, 3)
SVC_(UserOpenWindowStation, 2)
SVC_(UserPaintDesktop, 1)
SVC_(UserPeekMessage, 5)
SVC_(UserPostMessage, 4)
SVC_(UserPostThreadMessage, 4)
SVC_(UserPrintWindow, 3)
SVC_(UserProcessConnect, 3)
SVC_(UserQueryInformationThread, 5)
SVC_(UserQueryInputContext, 2)
SVC_(UserQuerySendMessage, 1)
SVC_(UserQueryUserCounters, 5)
SVC_(UserQueryWindow, 2)
SVC_(UserRealChildWindowFromPoint, 3)
SVC_(UserRealInternalGetMessage, 6)
SVC_(UserRealWaitMessageEx, 2)
SVC_(UserRedrawWindow, 4)
SVC_(UserRegisterClassExWOW, 7)
SVC_(UserRegisterUserApiHook, 2)
SVC_(UserRegisterHotKey, 4)
SVC_(UserRegisterRawInputDevices, 3)
SVC_(UserRegisterTasklist, 1)
SVC_(UserRegisterWindowMessage, 1)
SVC_(UserRemoveMenu, 3)
SVC_(UserRemoveProp, 2)
SVC_(UserResolveDesktop, 4)
SVC_(UserResolveDesktopForWOW, 1)
SVC_(UserSBGetParms, 4)
SVC_(UserScrollDC, 7)
SVC_(UserScrollWindowEx, 8)
SVC_(UserSelectPalette, 3)
SVC_(UserSendInput, 3)
SVC_(UserSetActiveWindow, 1)
SVC_(UserSetAppImeLevel, 2)
SVC_(UserSetCapture, 1)
SVC_(UserSetClassLong, 4)
SVC_(UserSetClassWord, 3)
SVC_(UserSetClipboardData, 3)
SVC_(UserSetClipboardViewer, 1)
SVC_(UserSetConsoleReserveKeys, 2)
SVC_(UserSetCursor, 1)
SVC_(UserSetCursorContents, 2)
SVC_(UserSetCursorIconData, 4)
SVC_(UserSetDbgTag, 2)
SVC_(UserSetFocus, 1)
SVC_(UserSetImeHotKey, 5)
SVC_(UserSetImeInfoEx, 1)
SVC_(UserSetImeOwnerWindow, 2)
SVC_(UserSetInformationProcess, 4)
SVC_(UserSetInformationThread, 4)
SVC_(UserSetInternalWindowPos, 4)
SVC_(UserSetKeyboardState, 1)
SVC_(UserSetLogonNotifyWindow, 1)
SVC_(UserSetMenu, 3)
SVC_(UserSetMenuContextHelpId, 2)
SVC_(UserSetMenuDefaultItem, 3)
SVC_(UserSetMenuFlagRtoL, 1)
SVC_(UserSetObjectInformation, 4)
SVC_(UserSetParent, 2)
SVC_(UserSetProcessWindowStation, 1)
SVC_(UserSetProp, 3)
SVC_(UserSetRipFlags, 2)
SVC_(UserSetScrollInfo, 4)
SVC_(UserSetShellWindowEx, 2)
SVC_(UserSetSysColors, 4)
SVC_(UserSetSystemCursor, 2)
SVC_(UserSetSystemMenu, 2)
SVC_(UserSetSystemTimer, 4)
SVC_(UserSetThreadDesktop, 1)
SVC_(UserSetThreadLayoutHandles, 2)
SVC_(UserSetThreadState, 2)
SVC_(UserSetTimer, 4)
SVC_(UserSetWindowFNID, 2)
SVC_(UserSetWindowLong, 4)
SVC_(UserSetWindowPlacement, 2)
SVC_(UserSetWindowPos, 7)
SVC_(UserSetWindowRgn, 3)
SVC_(UserSetWindowsHookAW, 3)
SVC_(UserSetWindowsHookEx, 6)
SVC_(UserSetWindowStationUser, 4)
SVC_(UserSetWindowWord, 3)
SVC_(UserSetWinEventHook, 8)
SVC_(UserShowCaret, 1)
SVC_(UserShowScrollBar, 3)
SVC_(UserShowWindow, 2)
SVC_(UserShowWindowAsync, 2)
SVC_(UserSoundSentry, 0)
SVC_(UserSwitchDesktop, 1)
SVC_(UserSystemParametersInfo, 4)
SVC_(UserTestForInteractiveUser, 1)
SVC_(UserThunkedMenuInfo, 2)
SVC_(UserThunkedMenuItemInfo, 6)
SVC_(UserToUnicodeEx, 7)
SVC_(UserTrackMouseEvent, 1)
SVC_(UserTrackPopupMenuEx, 6)
SVC_(UserCalcMenuBar, 5)
SVC_(UserPaintMenuBar, 6)
SVC_(UserTranslateAccelerator, 3)
SVC_(UserTranslateMessage, 2)
SVC_(UserUnhookWindowsHookEx, 1)
SVC_(UserUnhookWinEvent, 1)
SVC_(UserUnloadKeyboardLayout, 1)
SVC_(UserUnlockWindowStation, 1)
SVC_(UserUnregisterClass, 3)
SVC_(UserUnregisterUserApiHook, 0)
SVC_(UserUnregisterHotKey, 2)
SVC_(UserUpdateInputContext, 3)
SVC_(UserUpdateInstance, 3)
SVC_(UserUpdateLayeredWindow, 9)
SVC_(UserGetLayeredWindowAttributes, 4)
SVC_(UserSetLayeredWindowAttributes, 4)
SVC_(UserUpdatePerUserSystemParameters, 2)
SVC_(UserUserHandleGrantAccess, 3)
SVC_(UserValidateHandleSecure, 2)
SVC_(UserValidateRect, 2)
SVC_(UserValidateTimerCallback, 3)
SVC_(UserVkKeyScanEx, 3)
SVC_(UserWaitForInputIdle, 3)
SVC_(UserWaitForMsgAndEvent, 1)
SVC_(UserWaitMessage, 0)
SVC_(UserWin32PoolAllocationStats, 6)
SVC_(UserWindowFromPoint, 2)
SVC_(UserYieldTask, 0)
SVC_(UserRemoteConnect, 3)
SVC_(UserRemoteRedrawRectangle, 4)
SVC_(UserRemoteRedrawScreen, 0)
SVC_(UserRemoteStopScreenUpdates, 0)
SVC_(UserCtxDisplayIOCtl, 3)
SVC_(GdiEngAssociateSurface, 3)
SVC_(GdiEngCreateBitmap, 6)
SVC_(GdiEngCreateDeviceSurface, 4)
SVC_(GdiEngCreateDeviceBitmap, 4)
SVC_(GdiEngCreatePalette, 6)
SVC_(GdiEngComputeGlyphSet, 3)
SVC_(GdiEngCopyBits, 6)
SVC_(GdiEngDeletePalette, 1)
SVC_(GdiEngDeleteSurface, 1)
SVC_(GdiEngEraseSurface, 3)
SVC_(GdiEngUnlockSurface, 1)
SVC_(GdiEngLockSurface, 1)
SVC_(GdiEngBitBlt, 11)
SVC_(GdiEngStretchBlt, 11)
SVC_(GdiEngPlgBlt, 11)
SVC_(GdiEngMarkBandingSurface, 1)
SVC_(GdiEngStrokePath, 8)
SVC_(GdiEngFillPath, 7)
SVC_(GdiEngStrokeAndFillPath, 10)
SVC_(GdiEngPaint, 5)
SVC_(GdiEngLineTo, 9)
SVC_(GdiEngAlphaBlend, 7)
SVC_(GdiEngGradientFill, 10)
SVC_(GdiEngTransparentBlt, 8)
SVC_(GdiEngTextOut, 10)
SVC_(GdiEngStretchBltROP, 13)
SVC_(GdiXLATEOBJ_cGetPalette, 4)
SVC_(GdiXLATEOBJ_iXlate, 2)
SVC_(GdiXLATEOBJ_hGetColorTransform, 1)
SVC_(GdiCLIPOBJ_bEnum, 3)
SVC_(GdiCLIPOBJ_cEnumStart, 5)
SVC_(GdiCLIPOBJ_ppoGetPath, 1)
SVC_(GdiEngDeletePath, 1)
SVC_(GdiEngCreateClip, 0)
SVC_(GdiEngDeleteClip, 1)
SVC_(GdiBRUSHOBJ_ulGetBrushColor, 1)
SVC_(GdiBRUSHOBJ_pvAllocRbrush, 2)
SVC_(GdiBRUSHOBJ_pvGetRbrush, 1)
SVC_(GdiBRUSHOBJ_hGetColorTransform, 1)
SVC_(GdiXFORMOBJ_bApplyXform, 5)
SVC_(GdiXFORMOBJ_iGetXform, 2)
SVC_(GdiFONTOBJ_vGetInfo, 3)
SVC_(GdiFONTOBJ_pxoGetXform, 1)
SVC_(GdiFONTOBJ_cGetGlyphs, 5)
SVC_(GdiFONTOBJ_pifi, 1)
SVC_(GdiFONTOBJ_pfdg, 1)
SVC_(GdiFONTOBJ_pQueryGlyphAttrs, 2)
SVC_(GdiFONTOBJ_pvTrueTypeFontFile, 2)
SVC_(GdiFONTOBJ_cGetAllGlyphHandles, 2)
SVC_(GdiSTROBJ_bEnum, 3)
SVC_(GdiSTROBJ_bEnumPositionsOnly, 3)
SVC_(GdiSTROBJ_bGetAdvanceWidths, 4)
SVC_(GdiSTROBJ_vEnumStart, 1)
SVC_(GdiSTROBJ_dwGetCodePage, 1)
SVC_(GdiPATHOBJ_vGetBounds, 2)
SVC_(GdiPATHOBJ_bEnum, 2)
SVC_(GdiPATHOBJ_vEnumStart, 1)
SVC_(GdiPATHOBJ_vEnumStartClipLines, 4)
SVC_(GdiPATHOBJ_bEnumClipLines, 3)
SVC_(GdiGetDhpdev, 1)
SVC_(GdiEngCheckAbort, 1)
SVC_(GdiHT_Get8BPPFormatPalette, 4)
SVC_(GdiHT_Get8BPPMaskPalette, 6)
SVC_(GdiUpdateTransform, 1)
SVC_(GdiSetPUMPDOBJ, 4)
SVC_(GdiBRUSHOBJ_DeleteRbrush, 2)
SVC_(GdiUMPDEngFreeUserMem, 1)
SVC_(GdiDrawStream, 3)