Microsoft DirectX 9.0

SystemTuningSpaces.Add

The Add method adds a new, persistent, tuning space to the system.

Syntax

objSystemTuningSpaces.Add(TuningSpace As TuningSpace)

Parameters

TuningSpace

  Specifies the tuning space to add to the system.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Value

This method returns the index of the newly added object as a VARIANT.

Remarks

Any tuning space object may be added to the collection, such as ATSCTuningSpace or DVBTuningSpace objects.

See Also