// ntddrilapitypes.h
typedef struct RILTONESIGNALINFO_V1 {
DWORD cbSize;
DWORD dwParams;
RIL3GPPTONE dwGPPTone;
RIL3GPP2TONE dwGPP2Tone;
RIL3GPP2ISDNALERTING dwGPP2IsdnAlerting;
} RILTONESIGNALINFO_V1, *LPRILTONESIGNALINFO_V1;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILTONESIGNALINFO_V1 {
DWORD cbSize;
DWORD dwParams;
RIL3GPPTONE dwGPPTone;
RIL3GPP2TONE dwGPP2Tone;
RIL3GPP2ISDNALERTING dwGPP2IsdnAlerting;
} RILTONESIGNALINFO_V1, *LPRILTONESIGNALINFO_V1;
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.
cbSizedwParamsdwGPPTonedwGPP2TonedwGPP2IsdnAlertingThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwGPPTonedwGPP2TonedwGPP2IsdnAlerting