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;
You can enable notification of changes in the position of an MCIWnd window by specifying the MCIWNDF_NOTIFYPOS window style.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
MCIWnd Window Class Overview, MCIWnd Messages