Microsoft DirectX 9.0 |
The get_Loudness method retrieves the loudness control setting.
Syntax
HRESULT get_Loudness(
BOOL *pfLoudness
);
Parameters
pfLoudness
[in] Pointer to a variable that receives one of the following values.
Value | Description |
TRUE | Loudness is on. |
FALSE | Loudness is off. |
Return Values
If the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also