MCIWNDM_SETOWNER message

The MCIWNDM_SETOWNER message sets the window to receive notification messages associated with the MCIWnd window. You can send this message explicitly or by using the MCIWndSetOwner macro.

MCIWNDM_SETOWNER 
wParam = (WPARAM) hwndP; 
lParam = 0; 

Parameters

hwndP

Handle to the window to receive the notification messages.

Return Value

Returns zero.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Vfw.h

See also

MCIWndSetOwner