Overview
Group
Quick Info

MCIWNDM_NOTIFYERROR

The MCIWNDM_NOTIFYERROR message notifies the parent window of an application that an MCI error occurred.

MCIWNDM_NOTIFYERROR

wParam = (WPARAM) (HWND) hwnd;

lParam = (LPARAM) (LONG) errorCode;

Parameters

hwnd

Handle of the MCIWnd window.

errorCode

Numerical code for the MCI error.

Remarks

You can enable MCI error notification by specifying the MCIWNDF_NOTIFYERROR window style.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples