1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-19 07:21:20 +03:00

import KernelEx-4.0-Final

This commit is contained in:
UzixLS
2018-11-03 16:20:02 +03:00
parent 339353cce8
commit 30df122aba
339 changed files with 11011 additions and 1945 deletions

16
apilibs/kexbases/User32/_user32_apilist.c Executable file → Normal file
View File

@ -55,6 +55,16 @@ static const apilib_named_api user32_named_apis[] =
DECL_API("AllowSetForegroundWindow", AllowSetForegroundWindow_98),
DECL_API("CallMsgFilterW", CallMsgFilterA),
DECL_API("CallWindowProcA", CallWindowProcA_fix),
DECL_API("CharLowerBuffW", CharLowerBuffW_new),
DECL_API("CharLowerW", CharLowerW_new),
DECL_API("CharNextExW", CharNextExW_new),
DECL_API("CharNextW", CharNextW_new),
DECL_API("CharPrevExW", CharPrevExW_new),
DECL_API("CharPrevW", CharPrevW_new),
DECL_API("CharToOemBuffW", CharToOemBuffW_new),
DECL_API("CharToOemW", CharToOemW_new),
DECL_API("CharUpperBuffW", CharUpperBuffW_new),
DECL_API("CharUpperW", CharUpperW_new),
DECL_API("CopyAcceleratorTableW", CopyAcceleratorTableA),
DECL_API("CreateAcceleratorTableW", CreateAcceleratorTableA),
DECL_API("DisableProcessWindowsGhosting", DisableProcessWindowsGhosting_new),
@ -67,6 +77,10 @@ static const apilib_named_api user32_named_apis[] =
DECL_API("GetMessageW", GetMessageW_new),
DECL_API("GetMouseMovePointsEx", GetMouseMovePointsEx_98),
DECL_API("GetWindowLongA", GetWindowLongA_new),
DECL_API("IsCharAlphaNumericW", IsCharAlphaNumericW_new),
DECL_API("IsCharAlphaW", IsCharAlphaW_new),
DECL_API("IsCharLowerW", IsCharLowerW_new),
DECL_API("IsCharUpperW", IsCharUpperW_new),
DECL_API("IsDialogMessageW", IsDialogMessageA),
DECL_API("IsHungAppWindow", IsHungAppWindow_new),
DECL_API("LoadStringW", LoadStringW_new),
@ -74,6 +88,8 @@ static const apilib_named_api user32_named_apis[] =
DECL_API("LockWorkStation", LockWorkStation_new),
DECL_API("MapVirtualKeyA", MapVirtualKeyA_new),
DECL_API("MapVirtualKeyExA", MapVirtualKeyExA_new),
DECL_API("OemToCharBuffW", OemToCharBuffW_new),
DECL_API("OemToCharW", OemToCharW_new),
DECL_API("PeekMessageW", PeekMessageA),
DECL_API("RealGetWindowClassA", RealGetWindowClass),
DECL_API("RealGetWindowClassW", RealGetWindowClassW_new),