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