DVDResume

C Specification

#include <revolution/dvd.h>
void DVDResume(void);

Arguments

None.

Return Values

None.

Description

When the queue is in the pause state from a call to the DVDPause function, the DVDResume function tells the DVD device driver to resume processing commands in the queue. You can call this function when the device driver is not in the pause state. In this case, DVDResume does nothing.

See Also

DVDPause

Revision History

2006/03/01 Initial version.


CONFIDENTIAL