Microsoft DirectX 9.0

IDvdControl::Resume

Note   The IDvdControl interface is deprecated. Use IDvdControl2 instread.

Returns to playing back a title from a menu.

Syntax

HRESULT Resume(void);

Return Value

Returns an HRESULT value.

Remarks

If the file is stopped or already running, this method does nothing.

This method returns to title playback in DVD_DOMAIN_Title. Applications typically call this method after MenuCall which puts the DVD Navigator in DVD_DOMAIN_VideoTitleSetMenu or DVD_DOMAIN_VideoManagerMenu.

This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu or DVD_DOMAIN_VideoTitleSetMenu. For more information, see DVD_DOMAIN.

See Also