using System; namespace WPinternalsSDK { public enum RegResult { CreatedNewKey = 1, OpenedExistingKey } }