From 775ed816d035ca16582453ffc8745ef0dd63274a Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 14 Jul 2022 20:52:05 -0600 Subject: [PATCH] Fixed bad XML docs --- PInvoke/Security/AdvApi32/WinNT.RegSvc.cs | 10 +++++----- PInvoke/Security/AdvApi32/WinSvc.cs | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) 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,