// ntddrilapitypes.h
typedef struct RILMSGMWIDETAIL {
RILMSGMWITYPE dwMwiType;
RILMSGMWIPRIORITY dwMwiPriority;
RILADDRESS raToAddress;
RILADDRESS raFromAddress;
RILSYSTEMTIME stDateSent;
WCHAR wszSubject[256];
WCHAR wszMessageId[256];
} RILMSGMWIDETAIL, *LPRILMSGMWIDETAIL;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILMSGMWIDETAIL {
RILMSGMWITYPE dwMwiType;
RILMSGMWIPRIORITY dwMwiPriority;
RILADDRESS raToAddress;
RILADDRESS raFromAddress;
RILSYSTEMTIME stDateSent;
WCHAR wszSubject[256];
WCHAR wszMessageId[256];
} RILMSGMWIDETAIL, *LPRILMSGMWIDETAIL;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwMwiTypedwMwiPriorityraToAddressraFromAddressstDateSentwszSubjectwszMessageIdThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwMwiTypedwMwiPriorityraToAddressraFromAddressstDateSentwszSubjectwszMessageId