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