diff --git a/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs b/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs index 3b5c79ed..25806e03 100644 --- a/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs +++ b/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs @@ -288,8 +288,8 @@ namespace Vanara.PInvoke } /// - /// Used by the - /// function. + /// Used by the function. /// public enum ServiceErrorControlType : uint { @@ -316,10 +316,10 @@ namespace Vanara.PInvoke } /// - /// Used by the - /// function. + /// Used by the function. /// - ]public enum ServiceStartType : uint + public enum ServiceStartType : uint { /// Makes no change for this setting. SERVICE_NO_CHANGE = 0xFFFFFFFF, @@ -341,10 +341,10 @@ namespace Vanara.PInvoke } /// - /// Used by the - /// function. + /// Used by the function. /// - ][Flags] + [Flags] public enum ServiceTypes : uint { /// Makes no change for this setting.