IWMPSettings::put_volume (Windows Embedded CE 6.0)
1/6/2010
The put_volume method specifies the current playback volume.
Syntax
HRESULT put_volume( long lVolume );
Parameters
- lVolume
[in] long containing the volume level ranging from 0 to 100.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
S_OK |
The method succeeded. |
Remarks
A value of zero specifies no volume (muted). A value of 100 specifies full volume. If no value is specified for this property, it defaults to the last volume setting established for Windows Media Player.