ITuningSpaceContainer::get_MaxCount
Microsoft DirectShow 9.0 |
ITuningSpaceContainer::get_MaxCount
The get_MaxCount method retrieves the maximum number of tuning spaces allowed on the system.
Syntax
HRESULT get_MaxCount( long* pMaxCount );
Parameters
pMaxCount
[out] Pointer to a variable that receives the maximum number of tuning spaces.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also