equalsid (advapi32)
Last changed: -213.84.149.28

.
Summary
Tests two SID values for equality

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool EqualSid(IntPtr pSid1, IntPtr pSid2);

VB.Net Signature:

    Private Declare Function EqualSid Lib "advapi32.dll" ( _
    ByVal pSid1 As IntPtr, _
    ByVal pSid2 As IntPtr _
    ) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation