Structure RILCALLDISCONNECTDETAILS (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 RILCALLDISCONNECTDETAILS {
RILCALLDISCONNECTDETAILSDISCONNECTGROUP dwDisconnectGroup;
union {
RILGPPCAUSE unGPPCause;
RILGPPREJECTCAUSE unGPPRejectCause;
RILGPP2CAUSE unGPP2Cause;
RILIMSSIPCAUSE unIMSSIPCause;
RILCALLDISCONNECTDETAILSASCODE dwASCode;
DWORD dwOtherCode;
} RILCAUSEUNION;
RILCAUSEUNION causeUnion;
} RILCALLDISCONNECTDETAILS, *LPRILCALLDISCONNECTDETAILS;
Membres
dwDisconnectGroup
RILCAUSEUNION
RILCAUSEUNION.unGPPCause
RILCAUSEUNION.unGPPRejectCause
RILCAUSEUNION.unGPP2Cause
RILCAUSEUNION.unIMSSIPCause
RILCAUSEUNION.dwASCode
RILCAUSEUNION.dwOtherCode
causeUnion
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | rilapitypes.h (inclure Rilapitypes.h) |