Occurs when an MCI command for which the Notify property is True finishes.
Syntax
Private Sub MMControl_Done (NotifyCode As Integer)
Remarks
The NotifyCode argument indicates whether the MCI command succeeded. It can take any of the following settings.
| Value | Setting/Result |
| 1 | mciSuccessful Command completed successfully. |
| 2 | mciSuperseded Command was superseded by another command. |
| 4 | mciAborted Command was aborted by the user. |
| 8 | mciFailure Command failed. |