RILCALLWAITINGINFO (Compact 2013)
3/26/2014
This structure stores call waiting information.
Syntax
typedef struct rilcallwaitinginfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwCallType;
DWORD dwAddressId;
RILREMOTEPARTYINFO rrpiCallerInfo;
} RILCALLWAITINGINFO, *LPRILCALLWAITINGINFO;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCALLWAITINGINFO Parameter Constants.
- dwCallType
Type of call. Must be one of the Call Type Constants.
- dwAddressId
Address identification on which the incoming call arrived.
- rrpiCallerInfo
Caller information that is stored in a RILREMOTEPARTYINFO structure.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RILREMOTEPARTYINFO
Notification Supplementary Service Constants
Call Type Constants
RILCALLWAITINGINFO Parameter Constants