MCIWNDM_NOTIFYPOS

The MCIWNDM_NOTIFYPOS message notifies the parent window of an application that the window position has changed.

MCIWNDM_NOTIFYPOS 
wParam = (WPARAM) (HWND) hwnd; 
lParam = (LPARAM) (LONG) pos; 

Parameters

hwnd

Handle to the MCIWnd window.

pos

Describes the new position.

Remarks

You can enable notification of changes in the position of an MCIWnd window by specifying the MCIWNDF_NOTIFYPOS window style.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.