// ntddrilapitypes.h
typedef struct RILSENDRTTDATAPARAMS {
DWORD cbSize;
DWORD dwID;
DWORD dwExecutor;
WCHAR wszRTTText[128];
} RILSENDRTTDATAPARAMS, *LPRILSENDRTTDATAPARAMS;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILSENDRTTDATAPARAMS {
DWORD cbSize;
DWORD dwID;
DWORD dwExecutor;
WCHAR wszRTTText[128];
} RILSENDRTTDATAPARAMS, *LPRILSENDRTTDATAPARAMS;
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.
cbSizedwIDdwExecutorwszRTTTextThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwIDdwExecutorwszRTTText