RILMSGMWISUMMARYLIST 結構 (rilapitypes.h)
本主題支援 Windows 驅動程式基礎結構,不適合直接從您的程式代碼使用。
語法
typedef struct RILMSGMWISUMMARYLIST {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwReferenceNumber;
RILADDRESS stAccountAddress;
DWORD dwTotalNumberOfDetailItems;
DWORD dwNumberOfSummaryItems;
RILMSGMWISUMMARY stMwiSummary[1];
} RILMSGMWISUMMARYLIST, *LPRILMSGMWISUMMARYLIST;
成員
cbSize
dwParams
dwExecutor
dwReferenceNumber
stAccountAddress
dwTotalNumberOfDetailItems
dwNumberOfSummaryItems
stMwiSummary[1]
規格需求
需求 | 值 |
---|---|
標頭 | rilapitypes.h (包含 Rilapitypes.h) |