ITuningSpace::get_CLSID 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 get_CLSID method gets the CLSID of the tuning space as a BSTR.

Syntax

HRESULT get_CLSID(
  [out] BSTR *SpaceCLSID
);

Parameters

[out] SpaceCLSID

Pointer to a variable that receives a string representation of the tuning space CLSID.

Return value

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

Remarks

This method provides script access to the IPersist::GetClassID method.

The returned CLSID represents the COM object that implements this tuning space. The CLSID is not guaranteed to be unique to this tuning space, however, because the same object may implement several tuning spaces.

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