IPersistTuneXml 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.]
Implements methods for serializing tuning model objects. All serializable tuning model objects are required to implement this interface.
Inheritance
The IPersistTuneXml interface inherits from IPersist. IPersistTuneXml also has these types of members:
Methods
The IPersistTuneXml interface has these methods.
IPersistTuneXml::InitNew This method is not implemented in the current release. It was created to make the IPersistTuneXml interface compatible with the IPersistStreamInit interface and is reserved for future use. |
IPersistTuneXml::Load Deserializes a tuning model object from an XML node. |
IPersistTuneXml::Save Serializes a tuning model object to an XML node. |
Remarks
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IPersistTuneXml)
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | tuner.h |