RILCALLMODIFICATIONINFO (Compact 2013)
3/26/2014
This structure stores information about a modified call.
Syntax
typedef struct rilcallmodificationinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwID;
DWORD dwModificationType;
DWORD dwOldCallType;
DWORD dwNewCallType;
RILADDRESS raAddress;
ALPHAIDENTIFIER aiIdentifier;
} RILCALLMODIFICATIONINFO, *LPRILCALLMODIFICATIONINFO ;
Members
- [out] cbSize
The size of this structure in bytes.
- [out] dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCALLMODIFICATIONINFO Parameter Constants.
- [out] dwID
The ID of the call
- [out] dwModificationType
A RILCALLMODIFICATIONTYPE Parameter Constants value.
- [out] dwOldCallType
The Call Type Constants type of the call before the modification.
- [out] dwNewCallType
The Call Type Constants type of the call after the modification.
- [out] raAddress
A RILADDRESS structure.
- [out] aiIdentifier
An ALPHAIDENTIFIER structure.
Remarks
This structure is read-only.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Call Type Constants
Notification Call Control Constants
ALPHAIDENTIFIER
RILADDRESS
RILCALLMODIFICATIONINFO Parameter Constants
RILCALLMODIFICATIONTYPE Parameter Constants