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
- usCallType
Type of the call. A NETWORK_CALL_TYPE value.
- dwStatus
An HRESULT error code indicating the type of failure.
Requirements
Header |
btagnetwork.h |