Share via


NetworkCallFailedInfo (Compact 2013)

3/26/2014

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

  • dwStatus
    An HRESULT error code indicating the type of failure.

Requirements

Header

btagnetwork.h

See Also

Reference

Bluetooth AG Service Structures
BthAGNetworkGetCallState