Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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