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