Microsoft DirectX 8.1 (C++) |
The get_Item method retrieves an ITuningSpace object at the specified index.
Syntax
HRESULT get_Item(
VARIANT varIndex,
ITuningSpace** ppTuningSpace
);
Parameters
varIndex
[in] Variable of type VARIANT specifying the index of the item to retrieve.
ppTuningSpace
[out] Address of an ITuningSpace interface pointer that will be set to the returned interface.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also