int pascal MonitorSetRoutine(void (*f)()) This function must be called by the user if multiple monitors will be used. The user must pass the address of the user-defined routine which will be used to switch monitors. Parameters f is the address of the monitor-switching routine. Returns Nothing.