mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
sys/windows: add RegSetValueExW
This commit is contained in:
@@ -110,4 +110,13 @@ foreign advapi32 {
|
|||||||
pvData: PVOID,
|
pvData: PVOID,
|
||||||
pcbData: LPDWORD,
|
pcbData: LPDWORD,
|
||||||
) -> LSTATUS ---
|
) -> LSTATUS ---
|
||||||
|
|
||||||
|
RegSetValueExW :: proc(
|
||||||
|
hKey: HKEY,
|
||||||
|
lpValueName: LPCWSTR,
|
||||||
|
Reserved: DWORD,
|
||||||
|
dwType: DWORD,
|
||||||
|
lpData: ^BYTE,
|
||||||
|
cbData: DWORD,
|
||||||
|
) -> LSTATUS ---
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user