IEnumTuneRequests::Clone
Microsoft DirectShow 9.0 |
IEnumTuneRequests::Clone
The Clone method creates a copy of the collection.
Syntax
HRESULT Clone( IEnumTuneRequests** ppEnum );
Parameters
ppEnum
[out] Receives the new collection.
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Requirements
Header: Include bdatif.h.
See Also