| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |