Share via


ITuningSpace::get_CLSID Method

The get_CLSID method gets the CLSID of the tuning space as a BSTR.

Syntax

HRESULT get_CLSID(
  [out]  BSTR *pSpaceCLSID
);

Parameters

  • pSpaceCLSID [out]
    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

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

ITuningSpace Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008