object

      Object associated with this media control interface command. The object can be one of the following:

      • Device type
      • Device name
      • Filename
      • Alias
      REVERSE
        The seek direction on CAV discs is backwards. This modifier is invalid if TO is specified.
      TO pos
        Specifies the final position to stop the seek. If TO is not specified, the seek continues until the end of the media is reached.
      TO START
        Seeks to the start of the disc.
      TO END
        Seeks to the end of the disc.
      WAIT
        The command is executed synchronously. The function waits until the requested action is complete before returning to the application.
      NOTIFY
        The command is executed asynchronously, allowing control to be returned immediately to the application. When the requested action is complete, an MM_MCINOTIFY message is sent to the application window procedure.


      [Back] [Next]