Command Completion/Error Notifications

An MM_MCINOTIFY line notifies an application when a device successfully completes the action indicated by a media message or when an error occurs.

+MM_MCINOTIFY  notify-code[#x]
┌────────────────────┬──────────────────────────────────────────────────┐
│Keyword             │Description                                       │
├────────────────────┼──────────────────────────────────────────────────┤
│notify-code         │Specifies the notification message code, for      │
│                    │example, MCI_NOTIFY_SUCCESSFUL.  The spelling must│
│                    │be the same as the #defines in the OS2ME.H file   │
│                    │for the notify codes.                             │
├────────────────────┼──────────────────────────────────────────────────┤
│message             │Specifies the media control interface message that│
│                    │caused the notification, for example, MCI_PLAY.   │
│                    │The spelling must be the same as the #defines in  │
│                    │the OS2ME.H file for MCI messages.                │
├────────────────────┼──────────────────────────────────────────────────┤
│x                   │Specifies a unique number (x) used to associate   │
│                    │@WAIT_NOTIFY directives with particular           │
│                    │notifications.  This number has nothing to do with│
│                    │the order in which strings are sent.  The number  │
│                    │must be unique and in the range 1-99.             │
└────────────────────┴──────────────────────────────────────────────────┘


[Back: Expected Notification Messages]
[Next: Event Notifications]