The MCI_MONITOR command specifies the presentation source. Digital-video devices recognize this command.
MCIERROR mciSendCommand(MCIDEVICEID wDeviceID, MCI_MONITOR,
DWORD dwFlags, (DWORD) (LPMCI_DGV_MONITOR_PARMS) lpMonitor);
Returns zero if successful or an error otherwise.
The following additional flags apply to digital-video devices:
When the MCI_DGV_MONITOR_INPUT flag is used in the dwSource member, this selects the method of monitoring. Typically, different monitoring methods have different implications on how the hardware is used. The default monitoring method is selected by the device.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mmsystem.h.
MCI Overview, MCI Commands, MCI_DGV_MONITOR_PARMS