Object associated with this media
control interface command. The object can be one of the following:
Device type
Device name
Filename
Alias
FROM
pos
The position to start pasting. If FROM is
omitted, the paste starts at the current position.
TO
pos
The position to stop pasting. The pasted
data replaces the data from the FROM position (or the current position
if FROM is not specified) to the TO position.
If TO is omitted, the end of file is assumed and the pasted data is inserted
starting at the FROM position (or the current position if FROM is not
specified).
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.