Expand Minimize
This topic has not yet been rated - Rate this topic

MCIWNDM_NOTIFYPOS message

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Vfw.h

 

 

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.