IAudioLoudness::GetEnabled method

The GetEnabled method gets the current state (enabled or disabled) of the loudness control.

Syntax


HRESULT GetEnabled(
  [out] BOOL *pbEnabled
);

Parameters

pbEnabled [out]

Pointer to a BOOL variable into which the method writes the current loudness state. If the state is TRUE, loudness is enabled. If FALSE, loudness is disabled.

Return value

If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.

Return codeDescription
E_POINTER

Pointer pbEnabled is NULL.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Devicetopology.h

See also

IAudioLoudness Interface

 

 

Show: