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
Reserved.
RILCAUSEUNION.unGPPRejectCause
Reserved.
RILCAUSEUNION.unGPP2Cause
Reserved.
RILCAUSEUNION.unIMSSIPCause
Reserved.
RILCAUSEUNION.dwASCode
Reserved.
RILCAUSEUNION.dwOtherCode
Reserved.
causeUnion
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |