Microsoft DirectX 8.1 (C++)

ITuningSpaces::get_EnumTuningSpaces

The get_EnumTuningSpaces method is a convenience function so C++ applications don't have to unpack a VARIANT data type.

Syntax

HRESULT get_EnumTuningSpaces(
    IEnumTuningSpaces** ppNewEnum
    );

Parameters

ppNewEnum

[out] Address of an IEnumTuningSpaces interface pointer that receives the new collection.

Return Values

Returns S_OK if successful.

See Also