IDVDHighlightInfo::GetPTMs (Windows Embedded CE 6.0)
1/6/2010
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).
Syntax
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 Value
This method always succeeds.
The return value is S_OK.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |