3 libbasetype struct SysexpBase
7 #include "sysexp_intern.h"
8 #include "sysexp_module.h"
14 void RegisterModule(struct SysexpModule *Module, APTR ModBase) (A0, A1)
15 void RegisterBase(CONST_STRPTR BaseID, APTR Base) (A0, A1)
16 APTR GetBase(CONST_STRPTR BaseID) (A0)
18 BOOL RegisterClassHandler(CONST_STRPTR classid, BYTE pri, struct MUI_CustomClass *customwinclass, CLASS_ENUMFUNC enumfunc, CLASS_VALIDFUNC validfunc) (A0, D0, A1, A2, A3)
19 struct ClassHandlerNode *FindClassHandler(CONST_STRPTR classid, struct List *_handlers) (A0, A1)
20 struct ClassHandlerNode *FindObjectHandler(OOP_Object *obj, struct List *_handlers) (A0, A1)