mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
sys/windows: add RegSetKeyValueW
This commit is contained in:
@@ -119,4 +119,13 @@ foreign advapi32 {
|
||||
lpData: ^BYTE,
|
||||
cbData: DWORD,
|
||||
) -> LSTATUS ---
|
||||
|
||||
RegSetKeyValueW :: proc(
|
||||
hKey: HKEY,
|
||||
lpSubKey: LPCWSTR,
|
||||
lpValueName: LPCWSTR,
|
||||
dwType: DWORD,
|
||||
lpData: LPCVOID,
|
||||
cbData: DWORD,
|
||||
) -> LSTATUS ---
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user