RILMSGMWISUMMARYLIST 구조체(ntddrilapitypes.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]
요구 사항
요구 사항 | 값 |
---|---|
헤더 | ntddrilapitypes.h(Rilapitypes.h 포함) |