RILCALLLIST_V1 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_V1 {
  DWORD          dwNumberOfCalls;
  RILCALLINFO_V1 rciCallInfo[1];
} RILCALLLIST_V1, *LPRILCALLLIST_V1;

Members

dwNumberOfCalls

rciCallInfo[1]

Requirements

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