SaveBookmark Method

 
Microsoft DirectShow 9.0

SaveBookmark Method

This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.

The SaveBookmark method saves the current disc position and state of the MSWebDVD object so the user can return to the same place later.

Syntax

  MSWebDVD
  .SaveBookmark();

Return Values

No return value.

Remarks

A bookmark is a snapshot of the DVD Navigator's current state. This includes information such as where it is playing on the disc, and which audio and subpictures streams are selected. By saving a bookmark, the user can close the application, shut down the computer, and come back later to continue viewing the disc right where he or she left off, with all settings just as they were before. Only one bookmark can be saved at any given time. When you call SaveBookmark, the old bookmark is overwritten.

See Also