Re: [PATCH v3 0/2] MR3301: Improve trace output
12 Jul
2023
12 Jul
'23
11:43 p.m.
Jeffrey Smith (@whydoubt) commented about dlls/secur32/secur32.c:
}
+static LPCSTR string_NameFormat[] = +{ + "NameUnknown", + "NameFullyQualifiedDN", + "NameSamCompatible", + "NameDisplay", + "NameUniqueId", + "NameCanonical", + "NameUserPrincipal", + "NameCanonicalEx", + "NameServicePrincipal", + "NameDnsDomain", + "NameGivenName", + "NameSurname" The values in the EXTENDED_NAME_FORMAT enumeration are not contiguous, so you need to fill in some gaps.
For instance, NameUniqueId is 6. If passed in, this method would return "NameUserPrincipal". -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3301#note_38852
891
Age (days ago)
891
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeffrey Smith (@whydoubt)