Microsoft DirectX 8.1 (C++) |
The TuningSpacesForCLSID method retrieves a collection of tuning spaces that match the specified CLSID string. (For use by Automation clients.)
Syntax
HRESULT TuningSpacesForCLSID(
BSTR SpaceCLSID,
ITuningSpaces **ppTuningSpaces
);
Parameters
SpaceCLSID
[in] String representation of the CLSID of the tuning space.
ppTuningSpaces
[out] Pointer to a variable that receives an ITuningSpaces interface pointer.
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 enables Automation clients to specify a CLSID as a BSTR; internally it calls the ITuningSpaceContainer::_TuningSpacesForCLSID method.
See Also