Share via


IMSVidFeatures interface (segment.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 IMSVidFeatures interface represents a collection of Video Control features. The MSVidFeatures collection object exposes this interface.

This interface is used for two purposes: to retrieve a read-only collection of the features available on the current system (the available features collection), and to create a read/write list of activated features (the active features collection).

Inheritance

The IMSVidFeatures interface inherits from the IDispatch interface. IMSVidFeatures also has these types of members:

Methods

The IMSVidFeatures interface has these methods.

 
IMSVidFeatures::Add

The Add method adds a feature to the collection.
IMSVidFeatures::get__NewEnum

The get__NewEnum method retrieves an enumerator for the collection.
IMSVidFeatures::get_Count

The get_Count method retrieves the number of items in the collection.
IMSVidFeatures::get_Item

The get_Item method retrieves the specified item from the collection.
IMSVidFeatures::Remove

The Remove method removes an item from the collection.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidFeatures).

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IDispatch

Video Control Interfaces