BelhardTraining.LessonMultithreading.NativeMethods.GetSidSubAuthority C# (CSharp) Method

GetSidSubAuthority() private method

private GetSidSubAuthority ( IntPtr pSid, UInt32 nSubAuthority ) : IntPtr
pSid System.IntPtr
nSubAuthority System.UInt32
return System.IntPtr
        public static extern IntPtr GetSidSubAuthority(
            IntPtr pSid,
            UInt32 nSubAuthority);