mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[ADVAPI32] Add some missing Vista+ exports
This commit is contained in:
@@ -482,6 +482,8 @@
|
||||
@ stub RegConnectRegistryExA
|
||||
@ stub RegConnectRegistryExW
|
||||
@ stdcall RegConnectRegistryW(wstr long ptr)
|
||||
@ stdcall -version=0x600+ RegCopyTreeA(ptr str ptr)
|
||||
@ stdcall -version=0x600+ RegCopyTreeW(ptr wstr ptr)
|
||||
@ stdcall RegCreateKeyA(long str ptr)
|
||||
@ stdcall RegCreateKeyExA(long str long ptr long long ptr ptr ptr)
|
||||
@ stdcall RegCreateKeyExW(long wstr long ptr long long ptr ptr ptr)
|
||||
@@ -490,6 +492,8 @@
|
||||
@ stdcall RegDeleteKeyExA(long str long long)
|
||||
@ stdcall RegDeleteKeyExW(long wstr long long)
|
||||
@ stdcall RegDeleteKeyW(long wstr)
|
||||
@ stdcall -version=0x600+ RegDeleteTreeA(long str)
|
||||
@ stdcall -version=0x600+ RegDeleteTreeW(long wstr)
|
||||
@ stdcall RegDeleteValueA(long str)
|
||||
@ stdcall RegDeleteValueW(long wstr)
|
||||
@ stdcall RegDisablePredefinedCache()
|
||||
@@ -533,6 +537,8 @@
|
||||
@ stdcall RegSaveKeyExW(long str ptr long)
|
||||
@ stdcall RegSaveKeyW(long ptr ptr)
|
||||
@ stdcall RegSetKeySecurity(long long ptr)
|
||||
@ stdcall -version=0x600+ RegSetKeyValueA(long str str long ptr long)
|
||||
@ stdcall -version=0x600+ RegSetKeyValueW(long wstr wstr long ptr long)
|
||||
@ stdcall RegSetValueA(long str long ptr long)
|
||||
@ stdcall RegSetValueExA(long str long long ptr long)
|
||||
@ stdcall RegSetValueExW(long wstr long long ptr long)
|
||||
|
||||
Reference in New Issue
Block a user