We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c2f97 commit 544fb0fCopy full SHA for 544fb0f
src/registry.rs
@@ -30,7 +30,7 @@ type REGSAM = u32;
30
31
const ERROR_SUCCESS: DWORD = 0;
32
const ERROR_NO_MORE_ITEMS: DWORD = 259;
33
-// Sign-extend into 64 bits if needed (although it seems to work even if not).
+// Sign-extend into 64 bits if needed.
34
const HKEY_LOCAL_MACHINE: HKEY = 0x80000002u32 as i32 as isize as HKEY;
35
const REG_SZ: DWORD = 1;
36
const KEY_READ: DWORD = 0x20019;
0 commit comments