| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |