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

import KernelEx-4.5-Beta1

This commit is contained in:
UzixLS
2018-11-03 16:21:13 +03:00
parent d6aad6c6c5
commit 09929b2b7d
392 changed files with 17832 additions and 2491 deletions

7
apilibs/kexbases/Advapi32/_advapi32_stubs.c Normal file → Executable file
View File

@ -44,3 +44,10 @@ UNIMPL_FUNC(ConvertSecurityDescriptorToStringSecurityDescriptorA, 5);
UNIMPL_FUNC(ConvertSecurityDescriptorToStringSecurityDescriptorW, 5);
UNIMPL_FUNC(QueryServiceStatusEx, 5);
UNIMPL_FUNC(NotifyBootConfigStatus, 1);
UNIMPL_FUNC(QueryWindows31FilesMigration,2);
UNIMPL_FUNC(SynchronizeWindows31FilesAndWindowsNTRegistry,4);
UNIMPL_FUNC(EnumServicesStatusExA, 10);
UNIMPL_FUNC(EnumServicesStatusExW, 10);