BelhardTraining.LessonMultithreading.NativeMethods.GetTokenInformation C# (CSharp) 메소드

GetTokenInformation() 개인적인 메소드

private GetTokenInformation ( SafeTokenHandle hToken, TOKEN_INFORMATION_CLASS tokenInfoClass, IntPtr pTokenInfo, Int32 tokenInfoLength, Int32 &returnLength ) : bool
hToken SafeTokenHandle
tokenInfoClass TOKEN_INFORMATION_CLASS
pTokenInfo System.IntPtr
tokenInfoLength System.Int32
returnLength System.Int32
리턴 bool
        public static extern bool GetTokenInformation(
            SafeTokenHandle hToken,
            TOKEN_INFORMATION_CLASS tokenInfoClass,
            IntPtr pTokenInfo,
            Int32 tokenInfoLength,
            out Int32 returnLength);