// ntddrilapitypes.h
typedef struct RILCALLHANDOVERSTATE {
DWORD cbSize;
DWORD dwParams;
RILCALLHANDOVERPHASE dwPhase;
RILCALLTYPE dwOldType;
RILCALLTYPE dwNewType;
DWORD dw3gppCause;
} RILCALLHANDOVERSTATE, *LPRILCALLHANDOVERSTATE;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILCALLHANDOVERSTATE {
DWORD cbSize;
DWORD dwParams;
RILCALLHANDOVERPHASE dwPhase;
RILCALLTYPE dwOldType;
RILCALLTYPE dwNewType;
DWORD dw3gppCause;
} RILCALLHANDOVERSTATE, *LPRILCALLHANDOVERSTATE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwPhasedwOldTypedwNewTypedw3gppCauseThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwPhasedwOldTypedwNewTypedw3gppCause