// ntddrilapitypes.h
typedef struct RILCALLINFO_V3 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwID;
RILCALLINFODIRECTION dwDirection;
RILCALLINFOSTATUS dwStatus;
RILCALLTYPE dwType;
RILCALLINFOMULTIPARTY dwMultiparty;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
WCHAR wszDescription[256];
RILREMOTEPARTYINFOVALUE dwNumberPresentationIndicator;
RILREMOTEPARTYINFOVALUE dwNamePresentationIndicator;
DWORD dwFlags;
RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
RILCALLINFODISCONNECTREASON dwDisconnectReason;
RILCALLDISCONNECTDETAILS stDisconnectDetails;
RILCALLMEDIAOFFERANSWERSET rcmOfferAnswer;
RILCALLHANDOVERSTATE rchsHandoverState;
} RILCALLINFO_V3, *LPRILCALLINFO_V3;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILCALLINFO_V3 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwID;
RILCALLINFODIRECTION dwDirection;
RILCALLINFOSTATUS dwStatus;
RILCALLTYPE dwType;
RILCALLINFOMULTIPARTY dwMultiparty;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
WCHAR wszDescription[256];
RILREMOTEPARTYINFOVALUE dwNumberPresentationIndicator;
RILREMOTEPARTYINFOVALUE dwNamePresentationIndicator;
DWORD dwFlags;
RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
RILCALLINFODISCONNECTREASON dwDisconnectReason;
RILCALLDISCONNECTDETAILS stDisconnectDetails;
RILCALLMEDIAOFFERANSWERSET rcmOfferAnswer;
RILCALLHANDOVERSTATE rchsHandoverState;
} RILCALLINFO_V3, *LPRILCALLINFO_V3;
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.
cbSizedwParamsdwExecutordwIDdwDirectiondwStatusdwTypedwMultipartyraAddressrsaSubAddresswszDescriptiondwNumberPresentationIndicatordwNamePresentationIndicatordwFlagsdwDisconnectInitiatordwDisconnectReasonstDisconnectDetailsrcmOfferAnswerrchsHandoverStateThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwIDdwDirectiondwStatusdwTypedwMultipartyraAddressrsaSubAddresswszDescriptiondwNumberPresentationIndicatordwNamePresentationIndicatordwFlagsdwDisconnectInitiatordwDisconnectReasonstDisconnectDetailsrcmOfferAnswerrchsHandoverState