| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: device status device-id
This is the default notification method. It will call the user's error-function if they have put a function name into the error-function slot of the device. Otherwise it prints a notification. The error-function should take the parameters shown here (device, status, and device-id).
The status is either :success, :superseded, :aborted, or :failure.
An alternate approach is to define this method for whole subclasses, and not pass in an error-function to individual instances.
See cg-mci.htm for information about MCI support in Common Graphics.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |