struttura RILCALLINFO_V1 (rilapitypes.h)

Questo argomento supporta l'infrastruttura driver di Windows e non è progettato per essere usato direttamente dal codice.

Sintassi

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;

Members

cbSize

dwParams

dwExecutor

dwID

dwDirection

dwStatus

dwType

dwMultiparty

raAddress

rsaSubAddress

wszDescription[256]

dwNumberPresentationIndicator

dwNamePresentationIndicator

fAlienCall

dwDisconnectInitiator

dwDisconnectReason

stDisconnectDetails

Requisiti

Requisito Valore
Intestazione rilapitypes.h (include Rilapitypes.h)