mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
core:sys/info: iterate over registry nodes to enumerate GPUs
This commit is contained in:
@@ -167,6 +167,13 @@ foreign advapi32 {
|
||||
lpftLastWriteTime: ^FILETIME,
|
||||
) -> LSTATUS ---
|
||||
|
||||
RegEnumKeyW :: proc(
|
||||
hKey: HKEY,
|
||||
dwIndex: DWORD,
|
||||
lpName: LPWSTR,
|
||||
lpcchName: LPDWORD,
|
||||
) -> LSTATUS ---
|
||||
|
||||
RegEnumKeyExW :: proc(
|
||||
hKey: HKEY,
|
||||
dwIndex: DWORD,
|
||||
|
||||
Reference in New Issue
Block a user