RILCALLINFO_V3 structure (rilapitypes.h)

Cette rubrique prend en charge l’infrastructure du pilote Windows et n’est pas destinée à être utilisée directement à partir de votre code.

Syntaxe

typedef struct RILCALLINFO_V3 {
  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;
} RILCALLINFO_V3, *LPRILCALLINFO_V3;

Membres

cbSize

dwParams

dwExecutor

dwID

dwDirection

dwStatus

dwType

dwMultiparty

raAddress

rsaSubAddress

wszDescription[256]

dwNumberPresentationIndicator

dwNamePresentationIndicator

dwFlags

dwDisconnectInitiator

dwDisconnectReason

stDisconnectDetails

rcmOfferAnswer

rchsHandoverState

Configuration requise

Condition requise Valeur
En-tête rilapitypes.h (inclure Rilapitypes.h)