Re: advapi32: Add CreateWellKnownSid.
16 Jul
2006
16 Jul
'06
9:47 a.m.
Robert Reif wrote:
+static const WELLKNOWNSID WellKnownSids[] = +{ + { {' ',' '}, WinNullSid, SID_REVISION, 1, { SECURITY_NULL_SID_AUTHORITY }, { SECURITY_NULL_RID } },
Two spaces isn't a very good way of making the entry not be parsed by ParseStringSidToSid. Might I suggest using two nuls instead? -- Rob Shearman
7091
Age (days ago)
7091
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Shearman