The MCI_SPIN command starts the device spinning up or down. Videodisc devices recognize this command.
MCIERROR mciSendCommand(MCIDEVICEID wDeviceID, MCI_SPIN, 
    DWORD dwFlags, (DWORD) (LPMCI_GENERIC_PARMS) lpSpin);
 Returns zero if successful or an error otherwise.
The following additional flags apply to videodisc 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