estrutura RILCALLINFO_V1 (rilapitypes.h)

Este tópico dá suporte à infraestrutura de driver do Windows e não se destina a ser usado diretamente do seu código.

Sintaxe

typedef struct RILCALLINFO_V1 {
  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;
  BOOL                           fAlienCall;
  RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
  RILCALLINFODISCONNECTREASON    dwDisconnectReason;
  RILCALLDISCONNECTDETAILS       stDisconnectDetails;
} RILCALLINFO_V1, *LPRILCALLINFO_V1;

Membros

cbSize

dwParams

dwExecutor

dwID

dwDirection

dwStatus

dwType

dwMultiparty

raAddress

rsaSubAddress

wszDescription[256]

dwNumberPresentationIndicator

dwNamePresentationIndicator

fAlienCall

dwDisconnectInitiator

dwDisconnectReason

stDisconnectDetails

Requisitos

Requisito Valor
Cabeçalho rilapitypes.h (inclua Rilapitypes.h)