IOCTL_AG_CLOSE_CONTROL (Windows CE 5.0)

Send Feedback

This IOCTL closes the currently open service level connection to the headset or the hands-free device.

Parameters

  • hDeviceContext
    [in] Device context handle.
  • fSelector
    [in] Equals IOCTL_AG_CLOSE_CONTROL.
  • cInBuffer
    Not used.
  • pInBuffer
    Not used.
  • cOutBuffer
    Not used.
  • pOutBuffer
    Not used.
  • pcDataReturned
    Not used.

Return Values

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

Remarks

To open a service level connection to the peer device, use IOCTL_AG_OPEN_CONTROL.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Btagpub.h.

See Also

Audio Gateway Core Component

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.