mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
std.os.windows: Add HKEY_CLASSES_ROOT
This commit is contained in:
parent
d42418d614
commit
2c326d4390
@ -3527,7 +3527,8 @@ pub const SEC_LARGE_PAGES = 0x80000000;
|
||||
|
||||
pub const HKEY = *opaque {};
|
||||
|
||||
pub const HKEY_LOCAL_MACHINE: HKEY = @as(HKEY, @ptrFromInt(0x80000002));
|
||||
pub const HKEY_CLASSES_ROOT: HKEY = @ptrFromInt(0x80000000);
|
||||
pub const HKEY_LOCAL_MACHINE: HKEY = @ptrFromInt(0x80000002);
|
||||
|
||||
/// Combines the STANDARD_RIGHTS_REQUIRED, KEY_QUERY_VALUE, KEY_SET_VALUE, KEY_CREATE_SUB_KEY,
|
||||
/// KEY_ENUMERATE_SUB_KEYS, KEY_NOTIFY, and KEY_CREATE_LINK access rights.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user