Added missing value to SID_ENUM_TYPE (#74)

pull/83/head
David Hall 2019-11-27 07:58:18 -07:00
parent 6192335362
commit 142d0d6a41
1 changed files with 4 additions and 1 deletions

View File

@ -629,7 +629,10 @@ namespace Vanara.PInvoke
SidTypeComputer,
/// <summary>A mandatory integrity label SID.</summary>
SidTypeLabel
SidTypeLabel,
/// <summary/>
SidTypeLogonSession
}
/// <summary>