structure RILCALLINFO_V1 (ntddrilapitypes.h)
Cette rubrique prend en charge l’infrastructure de pilote Windows et n’est pas destinée à être utilisée directement à partir de votre code.
Syntaxe
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;
Membres
cbSize
dwParams
dwExecutor
dwID
dwDirection
dwStatus
dwType
dwMultiparty
raAddress
rsaSubAddress
wszDescription[256]
dwNumberPresentationIndicator
dwNamePresentationIndicator
fAlienCall
dwDisconnectInitiator
dwDisconnectReason
stDisconnectDetails
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ntddrilapitypes.h (include Rilapitypes.h) |