Share via


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] dwID
    The ID of the call

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