username and privilege lookups are now done through the internal LSA API

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1894 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-09-18 07:43:43 +00:00
parent 24d91ea845
commit 4abb473f0b
4 changed files with 61 additions and 56 deletions
+4
View File
@@ -827,6 +827,10 @@ namespace ProcessHacker
else
info.AppendLine("KProcessHacker: " + KProcessHacker.Instance.Features.ToString());
info.AppendLine();
info.AppendLine("PERFORMANCE COUNTERS");
info.AppendLine("LSA lookup policy handle misses: " + LsaPolicyHandle.LookupPolicyHandleMisses.ToString());
info.AppendLine();
info.AppendLine("OBJECTS");
info.AppendLine("Created: " + BaseObject.CreatedCount.ToString());