ITuneRequest::get_TuningSpace Method
The get_TuningSpace method retrieves the tuning space that was used to create this tune request.
Syntax
HRESULT get_TuningSpace(
[out] ITuningSpace **ppTuningSpace
);
Parameters
- ppTuningSpace [out]
Address of an ITuningSpace interface pointer that will be set to the returned object.
Return Value
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
You must first access the tuning space in order to obtain the default locator and the default preferred component types.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008