Share via


IMSVidWebDVD2::get_Bookmark method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Saves or loads the playback position and state information for a DVD.

  • To create a DVD bookmark and save it to a buffer, call get_Bookmark.
  • To load a bookmark from a buffer, call put_Bookmark. Loading the bookmark restores the DVD playback state to its original state.
This property is read/write.

Syntax

HRESULT get_Bookmark(
  BYTE  **ppData,
  DWORD *pDataLength
);

Parameters

ppData

pDataLength

Return value

None

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidWebDVD2