mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
d559ca9c98
RegLoadMUIStringW/A is part of advapi32.dll . shell32.dll and desk.cpl contained exact line-by-line copy of that function.
6 lines
249 B
Python
6 lines
249 B
Python
|
|
@ stdcall RegDeleteTreeA(long str)
|
|
@ stdcall RegDeleteTreeW(long wstr)
|
|
@ stdcall RegSetKeyValueW(long wstr wstr long ptr long)
|
|
@ stdcall RegLoadMUIStringW(ptr wstr wstr long ptr long wstr)
|
|
@ stdcall RegLoadMUIStringA(ptr str str long ptr long str)
|