Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
Method succeeded. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h |
| Library | Uuid.lib |
| DLL | Tapi3.dll |