ITBasicAudioTerminal::get_Volume method (tapi3if.h)

The get_Volume method gets the volume.

Syntax

HRESULT get_Volume(
  [out] long *plVolume
);

Parameters

[out] plVolume

Pointer to volume. The volume property is a value between 0 and FFFF, representing a set of logarithmic steps. Not all devices support as many distinguishable steps.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The plVolume parameter is not a valid pointer.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITBasicAudioTerminal

Terminal Object

put_Volume