◄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 -♦-