BOOPSI class libraries structure
Source position: intuition.pas line 1866
| type TClassLibrary = record | ||
| cl_Lib: TLibrary; | 
 | Embedded library | 
| cl_Pad: Word; | 
 | Align the structure | 
| cl_Class: PIClass; | 
 | Class pointer | 
| end; | 
BOOPSI class libraries should use this structure as the base for their library data. This allows developers to obtain the class pointer for performing object-less inquiries.