RILRINGINFO (Compact 2013)
3/26/2014
This structure defines information that is associated with an incoming call.
Syntax
typedef struct rilringinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwCallType;
DWORD dwAddressId;
RILSERVICEINFO rsiServiceInfo;
} RILRINGINFO, *LPRILRINGINFO;
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 RILRINGINFO Parameter Constants.
- dwCallType
Type of incoming call. Must be one of the Call Type Constants.
- dwAddressId
Number that identifies the line that the incoming call is ringing on. The first line is typically line 0 (zero), while the second line is line 1.
- rsiServiceInfo
Not supported. Service information for incoming data calls. This member is only valid if RILL_CALLTYPE_DATA is specified for the dwCallType member.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Call Type Constants
RILSERVICEINFO
Notification Call Control Constants
RILRINGINFO Parameter Constants