Skip to content

Commit 5fd72a8

Browse files
committed
Add flag.
1 parent 16e863e commit 5fd72a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NtApiDotNet/NtKeyNative.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public enum LoadKeyFlags
2424
None = 0,
2525
AppKey = 0x10,
2626
Exclusive = 0x20,
27+
DisableResourceManager = 0x100,
2728
Unknown800 = 0x800,
2829
ReadOnly = 0x2000,
2930
DontCheckAccess = 0x8000,

0 commit comments

Comments
 (0)