Wolvorine
May 23rd, 2005, 06:23 AM
I need an api function that could give me whole list of SID numbers and their description e.g.
CREATOR OWNER = S-1-3-0
CREATOR GROUP = S-1-3-1
please help
AdaraCD
May 23rd, 2005, 06:43 AM
try this: CreateWellKnownSid (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/createwellknownsid.asp) , ConvertSidToStringSid (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/convertsidtostringsid.asp) and LookupAccountSid (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/lookupaccountsid.asp)