Microsoft DirectX 8.1 (C++) |
Note The IDvdControl interface is deprecated.
Halts playback of the current chapter and starts playback from the specified chapter within the same title.
Syntax
HRESULT ChapterSearch(
ULONG Chapter
);
Parameters
Chapter
Chapter value that specifies the point where playback will begin.
Return Value
Returns an HRESULT value.
Remarks
This method returns an error unless the domain is DVD_DOMAIN_Title. For more information, see DVD_DOMAIN.
See Also