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.
Microsoft DirectShow 9.0 |
IComponentTypes::EnumComponentTypes
The EnumComponentTypes method returns an IEnumComponentTypes enumerator for all component types in the collection.
Syntax
HRESULT EnumComponentTypes( IEnumComponentTypes** ppNewEnum );
Parameters
ppNewEnum
[out] Address of an IEnumComponentTypes interface pointer that will receive the new collection.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also