The MCI_INDEX command turns the on-screen display on or off. VCR devices recognize this command.
MCIERROR mciSendCommand(MCIDEVICEID wDeviceID, MCI_
INDEX, DWORD dwFlags, (DWORD) (LPMCI_GENERIC_PARMS) lpIndex);
Returns zero if successful or an error otherwise.
The information presented in the on-screen display is controlled by the MCI_VCR_SET_INDEX flag in the MCI_SET command.
The following additional flags apply to VCR devices:
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_GENERIC_PARMS, MCI_SET