// ntddrilapitypes.h
typedef struct RILUNSOLICITEDSSINFO_V2 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwID;
RILUNSOLICITEDSSINFONOTIFICATIONCODE dwNotificationCode;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
DWORD dwCUGIndex;
DWORD dwHistorynfoLength;
WCHAR wszHistoryInfo[1];
} RILUNSOLICITEDSSINFO_V2, *LPRILUNSOLICITEDSSINFO_V2, RILUNSOLICITEDSSINFO, *LPRILUNSOLICITEDSSINFO;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILUNSOLICITEDSSINFO_V2 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwID;
RILUNSOLICITEDSSINFONOTIFICATIONCODE dwNotificationCode;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
DWORD dwCUGIndex;
DWORD dwHistorynfoLength;
WCHAR wszHistoryInfo[1];
} RILUNSOLICITEDSSINFO_V2, *LPRILUNSOLICITEDSSINFO_V2, RILUNSOLICITEDSSINFO, *LPRILUNSOLICITEDSSINFO;
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.
cbSizedwParamsdwExecutordwIDdwNotificationCoderaAddressrsaSubAddressdwCUGIndexdwHistorynfoLengthwszHistoryInfoThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwIDdwNotificationCoderaAddressrsaSubAddressdwCUGIndexdwHistorynfoLengthwszHistoryInfo