Share via


IDVDDomain::GetCellPieceEnumerator (Windows CE 5.0)

Send Feedback

This method returns an IEnumDVD_CELL_PIECE interface and the total number of cell pieces for the current domain.

HRESULT GetCellPieceEnumerator(IEnumDVD_CELL_PIECE** ppEnumPiecesUINT32* pPieceCount );

Parameters

  • ppEnumPieces
    [out] Pointer to the IEnumDVD_CELL_PIECE enumerator interface pointer for this domain.
  • pPieceCount
    [out] Pointer to the number cell pieces that are returned.

Return Values

If the function succeeds, the return value is S_OK.

If the method fails, the return value may be the following error value.

Error value Description
E_NOTIMPL The method is not implemented.

Requirements

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

See Also

IDVDDomain | IEnumDVD_CELL_PIECE | DVD_CELL_PIECE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.