Share via


IComponents::EnumComponents method (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The EnumComponents method returns an enumerator for the components in the collection.

Syntax

HRESULT EnumComponents(
  [out] IEnumComponents **ppNewEnum
);

Parameters

[out] ppNewEnum

Address of a variable that receives an IEnumComponents interface pointer.

Return value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Remarks

If the method succeeds, the IEnumComponents interface has an outstanding reference count. The caller must release the interface.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IComponents Interface