Partager via


IDVDDomain::GetCellPieceEnumerator

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

HRESULT GetCellPieceEnumerator(
  IEnumDVD_CELL_PIECE** ppEnumPieces
  UINT32* 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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.