// ntddrilapitypes.h
typedef struct RILUNSOLICITEDSSINFO_V1 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwID;
RILUNSOLICITEDSSINFONOTIFICATIONCODE dwNotificationCode;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
DWORD dwCUGIndex;
} RILUNSOLICITEDSSINFO_V1, *LPRILUNSOLICITEDSSINFO_V1;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILUNSOLICITEDSSINFO_V1 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwID;
RILUNSOLICITEDSSINFONOTIFICATIONCODE dwNotificationCode;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
DWORD dwCUGIndex;
} RILUNSOLICITEDSSINFO_V1, *LPRILUNSOLICITEDSSINFO_V1;
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.
cbSizedwParamsdwExecutordwIDdwNotificationCoderaAddressrsaSubAddressdwCUGIndexThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwIDdwNotificationCoderaAddressrsaSubAddressdwCUGIndex