Microsoft DirectX 8.1 (C++) |
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
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also