.
C# Signature:
[DllImport("advapi32.dll", SetLastError=true)]
static extern bool CreateWellKnownSid(
WELL_KNOWN_SID_TYPE WellKnownSidType,
IntPtr DomainSid
IntPtr pSid,
ref uint cbSid);
User-Defined Types:
WELL_KNOWN_SID_TYPE
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
Indicates a well-known SID that can be created through CreateWellKnownSid.
4/15/2008 7:26:05 AM - anfortas.geo@yahoo.com-216.204.61.86
