Microsoft DirectX 9.0

MSVidWebDVDAdm.BookmarkOnStop Property

This topic applies to Windows XP Service Pack 1 only.

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.

Syntax

VidWebDVDAdm.BookmarkOnStop As Boolean

Parameters

This property takes no parameters.

Return Values

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. 

Example

' Setting the property.
oVidWebDVDAdm.BookmarkOnStop = bSaveBookmark
' Returning the property.
bSaveBookmark = oVidWebDVDAdm.BookmarkOnStop

See Also