BthAGNetworkDropCall (Windows CE 5.0)

Send Feedback

This function is called by the Audio Gateway service terminate a call.

DWORD BthAGNetworkHangupCall(DWORD dwFlags);

Parameters

  • dwFlags
    [in] A flag that specifies the call to terminate. The following table shows the possible flag options.
    Flag options Description
    NETWORK_FLAGS_DROP_ACTIVE (0x01) Specifes that the active call must be terminated.
    NETWORK_FLAGS_DROP_HOLD (0x02) Specifies that a call that is on hold must be terminated.
    NETWORK_FLAGS_DROP_OFFERING (0x04) Specifies that an incoming call must be terminated.
    NETWORK_FLAGS_DROP_OUTGOING (0x08) Specifies that the outcoming call must be terminated.
    NETWORK_FLAGS_DROP_ALL (0x0f) Specifies that all calls must be terminated.

Return Values

If the function call succeeds, the return value is ERROR_SUCCESS. Any other value indicates a failure.

Remarks

BthAGNetworkDropCall is called asynchronously.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Btagpub.h.
Link Library: Btagsvc_network.lib.

See Also

Network Component

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.