次の方法で共有


ITuningSpace::put_UniqueName 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 put_UniqueName method sets a unique name for the tuning space.

Syntax

HRESULT put_UniqueName(
  [in] BSTR Name
);

Parameters

[in] Name

Variable of type BSTR that specifies the unique name.

Return value

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

Remarks

If you attempt to add a new tuning space to the System Tuning Spaces collection, this property must be unique within the collection. For more information, see ITuningSpaceContainer::Add.

Requirements

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

See also

ITuningSpace Interface