Windows Multimedia DDK (mddkqh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
mciDriverNotify
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
mciDriverNotify
 
        BOOL WINAPI mciDriverNotify(hCallback, uDeviceID, uStatus)
 
        Used by a driver to send a notification message.
 
Parameters
        HANDLE hCallback
            Specifies the window to notify.
 
        UINT uDeviceID
            Specifies the device ID if the device that triggered the
            callback.
 
        UINT uStatus
            The status of the callback. May be one of
            MCI_NOTIFY_SUCCESSFUL or MCI_NOTIFY_SUPERSEDED or
            MCI_NOTIFY_ABORTED or MCI_NOTIFY_FAILURE
 
Return value
        returns TRUE if notify was successfully sent, FALSE otherwise.
 
Comments
        This function is callable at interrupt time
 
                                       -♦-