Microsoft DirectX 9.0 |
The get_EnumTuningSpaces method returns an enumerator for the collection.
Syntax
HRESULT get_EnumTuningSpaces(
IEnumTuningSpaces** ppNewEnum
);
Parameters
ppNewEnum
[out] Pointer to a variable that receives an IEnumTuningSpaces interface pointer. Use this interface to iterate through the collection. The caller must release the interface.
Return Values
Returns S_OK if successful.
See Also