We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e863e commit 5fd72a8Copy full SHA for 5fd72a8
1 file changed
NtApiDotNet/NtKeyNative.cs
@@ -24,6 +24,7 @@ public enum LoadKeyFlags
24
None = 0,
25
AppKey = 0x10,
26
Exclusive = 0x20,
27
+ DisableResourceManager = 0x100,
28
Unknown800 = 0x800,
29
ReadOnly = 0x2000,
30
DontCheckAccess = 0x8000,
0 commit comments