MCIWndValidateMedia

The MCIWndValidateMedia macro updates the starting and ending locations of the content, the current position in the content, and the trackbar according to the current time format. You can use this macro or explicitly send the MCIWNDM_VALIDATEMEDIA message.

VOID MCIWndValidateMedia(
  hwnd  
);

Parameters

hwnd

Handle of the MCIWnd window.

Return Values

This macro does not return a value.

Remarks

Typically, you should not need to use this macro; however, if your application changes the time format of a device without using MCIWnd; the starting and ending locations of the content, as well as the trackbar, continue to use the old format. You can use this macro to update these values.

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.

See Also

MCIWNDM_VALIDATEMEDIA