RILCALLINFO_V4 structure (rilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef struct RILCALLINFO_V4 {
  DWORD                          cbSize;
  DWORD                          dwParams;
  DWORD                          dwExecutor;
  DWORD                          dwID;
  RILCALLINFODIRECTION           dwDirection;
  RILCALLINFOSTATUS              dwStatus;
  RILCALLTYPE                    dwType;
  RILCALLINFOMULTIPARTY          dwMultiparty;
  RILADDRESS                     raAddress;
  RILSUBADDRESS                  rsaSubAddress;
  WCHAR                          wszDescription[256];
  RILREMOTEPARTYINFOVALUE        dwNumberPresentationIndicator;
  RILREMOTEPARTYINFOVALUE        dwNamePresentationIndicator;
  DWORD                          dwFlags;
  RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
  RILCALLINFODISCONNECTREASON    dwDisconnectReason;
  RILCALLDISCONNECTDETAILS       stDisconnectDetails;
  RILCALLMEDIAOFFERANSWERSET     rcmOfferAnswer;
  RILCALLHANDOVERSTATE           rchsHandoverState;
  RILCALLMODIFICATIONCAUSECODE   dwCallModificationCauseCode;
} RILCALLINFO_V4, *LPRILCALLINFO_V4;

Members

cbSize

dwParams

dwExecutor

dwID

dwDirection

dwStatus

dwType

dwMultiparty

raAddress

rsaSubAddress

wszDescription[256]

dwNumberPresentationIndicator

dwNamePresentationIndicator

dwFlags

dwDisconnectInitiator

dwDisconnectReason

stDisconnectDetails

rcmOfferAnswer

rchsHandoverState

dwCallModificationCauseCode

Requirements

Requirement Value
Header rilapitypes.h (include Rilapitypes.h)