Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
drivermanagement
type TDriverRegistration = record
Driver_Name: PChar;
Identifier: PDeviceIdentifier;
Driver_Load: TDriverLoadCallback;
Loaded: Boolean;
Next: PDriverRegistration;