mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-18 13:20:11 +10:00
Project: Add SDK
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace WPinternalsSDK
|
||||
{
|
||||
[Flags]
|
||||
public enum RegCreateKeyOption
|
||||
{
|
||||
NonVolatile = 0,
|
||||
Volatile = 1,
|
||||
CreateLink = 2,
|
||||
BackupRestore = 4,
|
||||
OpenLink = 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user