Share via


MSVidWebDVD.DeleteBookmark Method

 
Microsoft DirectShow 9.0

MSVidWebDVD.DeleteBookmark Method

This topic applies to Windows XP Service Pack 1 or later.

The DeleteBookmark method deletes the saved bookmark.

Syntax

  VidWebDVD
  .DeleteBookmark

Parameters

This property takes no parameters.

Return Values

If the property fails, Err.Number may be set to one of the following values.

Value Description
E_FAIL Unspecified error.

Remarks

There can only be one bookmark at a time, so the bookmark need not be specified.

Example

  oVidWebDVD
  .DeleteBookmark

Requirements

Reference: Add a reference to MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library.

Library: Quartz.dll.

See Also