Specifies the result of the last MCI command that requested a notification. This property is not available at design time and is read-only at run time.
Syntax
[form.]MMControl.NotifyValue
Remarks
The following table lists the NotifyValue return values for the Multimedia MCI control.
| Value | Setting/Device mode |
| 1 | mciNotifySuccessful |
| Command completed successfully. | |
| 2 | mciNotifySuperseded |
| Command was superseded by another command. | |
| 4 | mciNotifyAborted |
| Command was aborted by the user. | |
| 8 | mciNotifyFailure |
| Command failed. |
The program can check the Notify code returned in the Done event to determine this value for the most recent MCI command.
Data Type
Integer (Enumerated)