// ntddrilapitypes.h
typedef struct RILMANAGECALLSPARAMS_V4 {
DWORD dwExecutor;
RILMANAGECALLPARAMSCOMMAND dwCommand;
DWORD dwID;
BOOL fHasOfferAnswer;
RILCALLMEDIAOFFERANSWERSET rcmOfferAnswer;
RILADDRESS raAddress;
RILCALLRTT stRTTInfo;
} RILMANAGECALLSPARAMS_V4, *LPRILMANAGECALLSPARAMS_V4, RILMANAGECALLSPARAMS, *LPRILMANAGECALLSPARAMS;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILMANAGECALLSPARAMS_V4 {
DWORD dwExecutor;
RILMANAGECALLPARAMSCOMMAND dwCommand;
DWORD dwID;
BOOL fHasOfferAnswer;
RILCALLMEDIAOFFERANSWERSET rcmOfferAnswer;
RILADDRESS raAddress;
RILCALLRTT stRTTInfo;
} RILMANAGECALLSPARAMS_V4, *LPRILMANAGECALLSPARAMS_V4, RILMANAGECALLSPARAMS, *LPRILMANAGECALLSPARAMS;
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.
dwExecutordwCommanddwIDfHasOfferAnswerrcmOfferAnswerraAddressstRTTInfoThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwExecutordwCommanddwIDfHasOfferAnswerrcmOfferAnswerraAddressstRTTInfo