Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
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
See Also