The NT Specific components encapsulate various elements of the Windows NT APIs. The download also comes with interface units for the Local Security Authority APIs (lsaapi), and the SNMP APIs (mgmtapi)
The TNTEventLog component allows you to read NT event
logs.
24/9/2000
Now caches SIDS for faster 'User' retrieval.
The TPerformanceData component allows you to access data
held in NT performance counters. This is an all new component.
It is not the same as the performance data components on my old
website! It no longer relies on the Microsoft performance data helper
DLL (PDH.DLL)
The TSNMPSession component allows you to raise SNMP traps to
query information on SNMP compliant machines.
The TFileSecurity and TRegistry components allow you to view
file, directory and registry object owners and Access Control Lists (ACLS).
I've recently been modifying this to allow you to modiy the ACLs too, so
I'll update this website soon with the new version.
The TComputerAccessRights component allows you to grant and
revoke access rights for an account on a computer.
The TPrinterEnumerator allows you to list details for your
printers. It uses SNMP to gather additional printer information, as
well as using the usual printer APIs .
The TNTProcessList component allows you to list all processes on an NT computer, together with the modules that they use. The NTProcess unit also exports an EnableNTPrivilege function.
If you use this package you will also need to download the NT Utilities and Low Level Utilities packages