Microsoft DirectX 8.1 (C++)

ITuningSpaces::get_Item

The get_Item method returns the specified item in the collection.

Syntax

HRESULT get_Item(
    VARIANT varIndex,
    ITuningSpace** ppTuningSpace
    );

Parameters

varIndex

[in] String or index number that specifies the item to return.

ppTuningSpace

[out] Address of the returned ITuningSpace interface pointer.

Return Values

Returns S_OK if successful.

See Also