MCIWNDM_NOTIFYERROR message
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 to the MCIWnd window.
-
errorCode
-
Numerical code for the MCI error.
Remarks
You can enable MCI error notification by specifying the MCIWNDF_NOTIFYERROR window style.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|