ITCustomTone::put_Volume method (tapi3if.h)

The put_Volume method sets the volume level at which to generate the tone.

Syntax

HRESULT put_Volume(
  [in] long lVolume
);

Parameters

[in] lVolume

Specifies the volume level for the tone. A value of 0x0000FFFF represents full volume; a value of 0x00000000 represents silence.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.

Requirements

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

See also

ITCustomTone

get_Volume