NT Components
The NT Components package contains the following NT specific components:
- The TComputerAccessRights component allows you to grant privileges to NT
users and groups using the only recently documented LSA APIs.
- The TNTEventLog component allows you to read the NT Event Log.
- The TPerformanceData and TPerformanceDataResult components allows you to
access NT Performance Data. They read the data directly from the
HKEY_PERFORMANCE_DATA area of the registry - no additional DLLs are
required.
- The TFileSecurity component allows you to obtain security details for
files and directories. The unit also includes objects for obtaining security
details for registry keys. I still doesn't allow to set security
details - but it's coming Real Soon Now (tm)!
*New - 20/01/2002
Although TFileSecurity is still in the NT Components package, it has become
obsolete. Instead try the TFileObject component in my NT
Utilities package. It's much more powerful, and includes methods to
set security details.