IPersistTuneXmlUtility interface (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.]

Defines utility methods for deserializing XML tuning requests to objects that expose their IUnknown interfaces.

Inheritance

The IPersistTuneXmlUtility interface inherits from the IUnknown interface. IPersistTuneXmlUtility also has these types of members:

Methods

The IPersistTuneXmlUtility interface has these methods.

 
IPersistTuneXmlUtility::Deserialize

Constructs and returns an object that initializes itself by using the XML node passed as a VARIANT parameter to the method. The returned object exposes its IUnknown interface so that other objects can query it.

Remarks

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

Requirements

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

See also

Tuning Model Interfaces