RILCALLLIST_V2 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_V2 {
  DWORD          dwNumberOfCalls;
  RILCALLINFO_V2 rciCallInfo[1];
} RILCALLLIST_V2, *LPRILCALLLIST_V2;

Members

dwNumberOfCalls

rciCallInfo[1]

Requirements

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