Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note This topic applies to Windows XP Service Pack 1 or later.
The BookmarkOnStop property sets or retrieves a value that tells the MSVidWebDVD object whether to automatically save a bookmark of the current location and settings when the user clicks the Stop button.
VidWebDVDAdm.BookmarkOnStop As Boolean
Parameters
This property takes no parameters.
Return Value
Returns a Boolean value indicating whether the MSVidWebDVDAdm object will save a bookmark of all DVD settings, including position on disc, parental level, and parental country/region.
Error Codes
If the property fails, Err.Number may be set to one of the following values.
Value | Description |
---|---|
E_UNEXPECTED | Unspecified error |
Remarks
This property is read/write with a default value of False.
Bookmarks are valid only for a particular machine. A user cannot save a bookmark and then send it to someone else to read on a different machine.
Examples
' Setting the property.
oVidWebDVDAdm.BookmarkOnStop = bSaveBookmark
' Returning the property.
bSaveBookmark = oVidWebDVDAdm.BookmarkOnStop
Requirements
Type Library |
MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library |
DLL |
Quartz.dll |
See Also
Saving and Restoring Bookmarks
Send comments about this topic to Microsoft
Build date: 7/6/2010