mciDriverNotify

Syntax

BOOL WINAPI mciDriverNotify(hCallback, uDeviceID, uStatus)

This function is used by a driver to post a notification message.

Parameters

HANDLE hCallback

Specifies the handle of the window to notify.

UINT wDeviceID

Specifies the device ID which triggered the callback.

UINT wStatus

Specifies the status of the callback. Status values include: MCI_NOTIFY_SUCCESSFUL, MCI_NOTIFY_SUPERSEDED, MCI_NOTIFY_ABORTED, and MCI_NOTIFY_FAILURE.

Return Value

Returns TRUE if a notification was successfully sent; otherwise, it returns FALSE.

Comments

This function is callable at interrupt time.