[DllImport("advapi32.dll", SetLastError=true)]
static extern bool CopySid(uint nDestinationSidLength, IntPtr pDestinationSid,
IntPtr pSourceSid);
Declare Function CopySid Lib "advapi32.dll" (ByVal nDestinationSidLength As Integer, _
ByVal pDestinationSid As IntPtr, ByVal pSourceSid As IntPtr) As Boolean
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!
