IDVDDomain::GetCellPieceEnumerator (Windows Embedded CE 6.0)
1/6/2010
This method returns an IEnumDVD_CELL_PIECE interface and the total number of cell pieces for the current domain.
Syntax
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 Value
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
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |