include: Add more well known sid types.

oldstable
André Hentschel 2010-12-04 16:37:42 +01:00 committed by Alexandre Julliard
parent a03da22965
commit e230d88d74
1 changed files with 6 additions and 0 deletions

View File

@ -4239,6 +4239,12 @@ typedef enum {
WinEnterpriseReadonlyControllersSid = 74,
WinAccountReadonlyControllersSid = 75,
WinBuiltinEventLogReadersGroup = 76,
WinNewEnterpriseReadonlyControllersSid = 77,
WinBuiltinCertSvcDComAccessGroup = 78,
WinMediumPlusLabelSid = 79,
WinLocalLogonSid = 80,
WinConsoleLogonSid = 81,
WinThisOrganizationCertificateSid = 82,
} WELL_KNOWN_SID_TYPE;
/*