IEnumMediaTypes::Reset (Compact 2013)

3/26/2014

This method resets the enumerator to the beginning so that the next call to the IEnumMediaTypes::Next method returns, at a minimum, the first media type (if any) in the enumeration.

Syntax

HRESULT Reset( );

Parameters

None.

Return Value

Returns S_OK if successful; otherwise, returns S_FALSE.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IEnumMediaTypes Interface