BelhardTraining.LessonMultithreading.NativeMethods.GetSidSubAuthority C# (CSharp) Метод

GetSidSubAuthority() приватный Метод

private GetSidSubAuthority ( IntPtr pSid, UInt32 nSubAuthority ) : IntPtr
pSid System.IntPtr
nSubAuthority System.UInt32
Результат System.IntPtr
        public static extern IntPtr GetSidSubAuthority(
            IntPtr pSid,
            UInt32 nSubAuthority);