RILCALLLIST_V3 structure (ntddrilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef struct RILCALLLIST_V3 {
  DWORD          dwNumberOfCalls;
  RILCALLINFO_V3 rciCallInfo[1];
} RILCALLLIST_V3, *LPRILCALLLIST_V3, RILCALLLIST, *LPRILCALLLIST;

Members

dwNumberOfCalls

rciCallInfo[1]

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)