mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
11 lines
125 B
C#
11 lines
125 B
C#
using System;
|
|
|
|
namespace WPinternalsSDK
|
|
{
|
|
[Flags]
|
|
public enum RegOpenKeyOption
|
|
{
|
|
OpenLink = 8
|
|
}
|
|
}
|