BOOPSI class libraries structure
Source position: intuition.pas line 2944
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.