Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILCALLDISCONNECTDETAILS {
RILCALLDISCONNECTDETAILSDISCONNECTGROUP dwDisconnectGroup;
union {
RILGPPCAUSE unGPPCause;
RILGPPREJECTCAUSE unGPPRejectCause;
RILGPP2CAUSE unGPP2Cause;
RILIMSSIPCAUSE unIMSSIPCause;
RILCALLDISCONNECTDETAILSASCODE dwASCode;
DWORD dwOtherCode;
} RILCAUSEUNION;
RILCAUSEUNION causeUnion;
} RILCALLDISCONNECTDETAILS, *LPRILCALLDISCONNECTDETAILS;
Members
dwDisconnectGroup
RILCAUSEUNION
RILCAUSEUNION.unGPPCause
RILCAUSEUNION.unGPPRejectCause
RILCAUSEUNION.unGPP2Cause
RILCAUSEUNION.unIMSSIPCause
RILCAUSEUNION.dwASCode
RILCAUSEUNION.dwOtherCode
causeUnion
Requirements
Requirement | Value |
---|---|
Header | rilapitypes.h (include Rilapitypes.h) |