private static extern bool GetTokenInformation(IntPtr tokenHandle, TokenInformationClasses tokenInformationClass, IntPtr tokenInformation, uint tokenInformationLength, out uint ReturnLength);
Exemplo n.º 2
0
 public static extern bool GetTokenInformation(
     IntPtr tokenHandle,
     TokenInformationClasses tokenInformationClasses,
     IntPtr tokenInformation,
     int tokenInformationLength,
     out int returnLength);
 private static extern bool GetTokenInformation(IntPtr tokenHandle, TokenInformationClasses tokenInformationClass, IntPtr tokenInformation, uint tokenInformationLength, out uint ReturnLength);