Microsoft DirectX 9.0 |
The get_TuningSpace method retrieves the tuning space.
Syntax
HRESULT get_TuningSpace(
long *plTuningSpace
);
Parameters
plTuningSpace
[out] Pointer to a variable that receives the current tuning space.
Return Values
Returns an HRESULT value.
Remarks
The application defines the value retrieved by this method; it is set through a call to IAMTuner::put_TuningSpace.
See Also