Important: The information in this document is obsolete and should not be used for new development.
Unimplemented
TheUnimplementedprocedure triggers a system error when called.
PROCEDURE Unimplemented;DESCRIPTION
The address of theUnimplementedprocedure is at system startup time placed into all entries of each trap dispatch table that do not contain an address of a system software routine. When called, theUnimplementedprocedure triggers the system error 12,dsCoreErr, which crashes the currently running application.
- WARNING
- Your application should never use this procedure.
![]()