diff --git a/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs b/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs index 963bf910..3b5c79ed 100644 --- a/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs +++ b/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs @@ -289,7 +289,7 @@ namespace Vanara.PInvoke /// /// Used by the - /// function. + /// function. /// public enum ServiceErrorControlType : uint { @@ -317,9 +317,9 @@ namespace Vanara.PInvoke /// /// Used by the - /// function. + /// function. /// - public enum ServiceStartType : uint + ]public enum ServiceStartType : uint { /// Makes no change for this setting. SERVICE_NO_CHANGE = 0xFFFFFFFF, @@ -342,9 +342,9 @@ namespace Vanara.PInvoke /// /// Used by the - /// function. + /// function. /// - [Flags] + ][Flags] public enum ServiceTypes : uint { /// Makes no change for this setting. diff --git a/PInvoke/Security/AdvApi32/WinSvc.cs b/PInvoke/Security/AdvApi32/WinSvc.cs index 73b5747c..8c415257 100644 --- a/PInvoke/Security/AdvApi32/WinSvc.cs +++ b/PInvoke/Security/AdvApi32/WinSvc.cs @@ -920,9 +920,10 @@ namespace Vanara.PInvoke SERVICE_QUERY_CONFIG = 0x0001, /// - /// Required to call the or function to change the service - /// configuration. Because this grants the caller the right to change the executable file that the system runs, it should be - /// granted only to administrators. + /// Required to call the or function to change the + /// service configuration. Because this grants the caller the right to change the executable file that the system runs, it should + /// be granted only to administrators. /// SERVICE_CHANGE_CONFIG = 0x0002,