Microsoft DirectX 9.0 |
The get_Item method returns the specified item in the collection.
Syntax
HRESULT get_Item(
VARIANT varIndex,
ITuningSpace** ppTuningSpace
);
Parameters
varIndex
[in] VARIANT type that specifies the ID of the tuning space. The ID uniquely identifies the tuning space within the SystemTuningSpaces object.
ppTuningSpace
[out] Address of a variable that receives a pointer to the tuning space's ITuningSpace interface. The caller must release the interface.
Return Values
Returns S_OK if successful.
See Also