Share via


IDVDDataSearchInfo::GetNextInterleavedUnit (Windows CE 5.0)

Send Feedback

This method returns the next interleaved unit's start address (NXT_ILVU_SA) and the next interleaved unit's size (NXT_ILVU_SZ) from the seamless playback information (SML_PBI).

HRESULT GetNextInterleavedUnit(UINT32* pRLBN,UINT16* pLBSize);

Parameters

  • pRLBN
    [out] Pointer to the relative logical block number (RLBN) of NXT_ILVU_SA. This parameter returns 0 if there is no next interleaved unit.
  • pLBSize
    [out] Pointer to NXT_ILVU_SZ. This parameter returns 0xffff if there is no next interleaved unit.

Return Values

If the function 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

IDVDDataSearchInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.