Share via


IDVDHighlightInfo::GetPTMs (Windows CE 5.0)

Send Feedback

This method returns start, end, and button selection end presentation times for highlight information (HLI_S_PTM, HLI_E_PTM, and BTN_SL_E_PTM). This data is read from the highlight general information (HL_GI).

HRESULT GetPTMs(UINT32* puiStart,UINT32* puiEnd,UINT32* puiSelectionEnd);

Parameters

  • puiStart
    [out] Returns the highlight start presentation time (HLI_S_PTM).
  • puiEnd
    [out] Returns the highlight end presentation time (HLI_E_PTM).
  • puiSelectionEnd
    [out] Returns the button selection end presentation time (BTN_SL_E_PTM).

Return Values

This method always succeeds.

The return value is S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IDVDHighlightInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.