Following describes the files and messages that are processed in in the AUDIOMCT.DLL.
File
On an MCI_CUE, a streaming MCD should perform the following actions: 1.
Check flags and validate pointers.
2. Check to see if the stream is already in cue state. If it is, then
just return success.
3. If the caller wants to cue for output, execute the following:
a. stop any in process commands.
b. If the stream is going in the wrong direction (that is, record),
destroy it.
c. Create the stream if necessary.
d. Preroll start the stream.
4. If the caller wants to cue for input, execute the following:
a. Stop any in process commands.
b. If the stream is going in the wrong direction, destroy it.
c. Create the stream if necessary.
d. Preroll start the stream.
ADMCSEEK.C
ADMCSAVE.C