Microsoft DirectX 8.1 (C++)

ITuningSpace::get_CLSID

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

Syntax

HRESULT get_CLSID(
    BSTR* pSpaceCLSID
    );

Parameters

pSpaceCLSID

[out] Pointer to a variable of type BSTR that receives the CLSID of the tuning space.

Return Values

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.

See Also