Share via


IOCTL_AG_GET_SPEAKER_VOL

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This IOCTL retrieves the speaker volume of the headset or the hands-free device.

Parameters

  • hDeviceContext
    [in] Device context handle.
  • fSelector
    [in] Equals IOCTL_AG_GET_SPEAKER_VOL.
  • cInBuffer
    Not used.
  • pInBuffer
    Not used.
  • cOutBuffer
    Equals the size of USHORT.
  • pOutBuffer
    [out] Pointer to a USHORT that stores the speaker volume.
  • pcDataReturned
    Equals cOutBuffer.

Return Values

Returns TRUE if successful, FALSE otherwise. To obtain extended error information, call the GetLastError function.

Remarks

To set the speaker volume, use the IOCTL_AG_SET_SPEAKER_VOL IOCTL.

Requirements

Header btagpub.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Concepts

Audio Gateway Core Component