RILMSGMWISUMMARYLIST structure (ntddrilapitypes.h)
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILMSGMWISUMMARYLIST {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwReferenceNumber;
RILADDRESS stAccountAddress;
DWORD dwTotalNumberOfDetailItems;
DWORD dwNumberOfSummaryItems;
RILMSGMWISUMMARY stMwiSummary[1];
} RILMSGMWISUMMARYLIST, *LPRILMSGMWISUMMARYLIST;
Members
cbSize
dwParams
dwExecutor
dwReferenceNumber
stAccountAddress
dwTotalNumberOfDetailItems
dwNumberOfSummaryItems
stMwiSummary[1]
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |