// ntddrilapitypes.h
typedef struct RILCALLLIST_V1 {
DWORD dwNumberOfCalls;
RILCALLINFO_V1 rciCallInfo[1];
} RILCALLLIST_V1, *LPRILCALLLIST_V1;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILCALLLIST_V1 {
DWORD dwNumberOfCalls;
RILCALLINFO_V1 rciCallInfo[1];
} RILCALLLIST_V1, *LPRILCALLLIST_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.
dwNumberOfCallsrciCallInfoThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwNumberOfCallsrciCallInfo