Share via


NetworkCallFailedInfo

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure is used by the Audio Gateway (AG) service and stores information about the type of call and error code that indicates the type of failure.

Syntax

typedef struct _NetworkCallFailedInfo {
  USHORT usCallType;
  DWORD dwStatus;
} NetworkCallFailedInfo;

Members

  • usCallType
    Stores a value that identifies the type of the call. The possible values that are defined in the NETWORK_CALL_TYPE enumeration.
  • dwStatus
    Stores standard error code that indicates type of failure.

Remarks

The NETWORK_CALL_TYPE enumeration is defined in btagnetwork.h.

typedef enum _NETWORK_CALL_TYPE {
  CALL_TYPE_ANSWER = 0x01,
  CALL_TYPE_DROP = 0x02,
  CALL_TYPE_DIAL = 0x03,
  CALL_TYPE_HOLD = 0x04,
  CALL_TYPE_SWAP = 0x05,
  CALL_TYPE_UNHOLD = 0x06,
} NETWORK_CALL_TYPE;

Requirements

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

See Also

Reference

BthAGNetworkGetCallState

Concepts

Bluetooth OS Structures
Audio Gateway Service

Other Resources

Bluetooth Application Development Reference