Important: The information in this document is obsolete and should not be used for new development.
Unimplemented
TheUnimplemented
procedure triggers a system error when called.
PROCEDURE Unimplemented;DESCRIPTION
The address of theUnimplemented
procedure 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, theUnimplemented
procedure triggers the system error 12,dsCoreErr
, which crashes the currently running application.
- WARNING
- Your application should never use this procedure.