IMSVidWebDVD2::put_Bookmark method (segment.h)

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 put_Bookmark(
  BYTE  *pData,
  DWORD dwDataLength
);

Parameters

pData

dwDataLength

Return value

None

Requirements

Requirement Value
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