NetworkCallFailedInfo (Windows Embedded CE 6.0)
1/6/2010
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
Concepts
Bluetooth OS Structures
Audio Gateway Service