Share via


ICreatePropBagOnRegKey interface (regbag.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 ICreatePropBagOnRegKey interface creates a property bag that can store information in the system registry.

Use this interface to store the default tune request in the registry. When Microsoft� Internet Explorer� loads a "tv:" object in a Web page, it automatically tunes to the default tune request.

Inheritance

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

Methods

The ICreatePropBagOnRegKey interface has these methods.

 
ICreatePropBagOnRegKey::Create

The Create method creates a property bag that can store information in the system registry.

Remarks

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

Requirements

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

See also

Tuning Model Interfaces