Share via


RILALIENCALL (Compact 2013)

3/26/2014

This structure stores information about a call created outside of the RIL.

Syntax

typedef struct rilaliencall_tag
{
    DWORD cbSize;
    DWORD dwCallState;
    DWORD dwRILCallID;
    DWORD dwRILCallType;
    DWORD dwCreationReason;
} RILALIENCALL, *LPRILALIENCALL ;

Members

  • [out] cbSize
    The size of this structure in bytes.
  • [out] dwRILCallID
    The ID of the call
  • [out] dwCreationReason
    Reserved..

Remarks

This structure is read-only.

Requirements

Header

ril.h

Library

Ril.lib

See Also

Reference

RIL Structures
Call Type Constants
LINECALLSTATE
Notification Call Control Constants
ALPHAIDENTIFIER
RILADDRESS
RILCALLMODIFICATIONINFO Parameter Constants
RILCALLMODIFICATIONTYPE Parameter Constants