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