// ntddrilapitypes.h
typedef struct RILIMSFAILURE {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
RILIMSFAILUREMESSAGETYPE dwMessageType;
DWORD dwMessageSubType;
DWORD dwErrorCode;
WCHAR wszErrorString[256];
} RILIMSFAILURE, *LPRILIMSFAILURE;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILIMSFAILURE {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
RILIMSFAILUREMESSAGETYPE dwMessageType;
DWORD dwMessageSubType;
DWORD dwErrorCode;
WCHAR wszErrorString[256];
} RILIMSFAILURE, *LPRILIMSFAILURE;
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.
cbSizedwParamsdwExecutordwMessageTypedwMessageSubTypedwErrorCodewszErrorStringThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwMessageTypedwMessageSubTypedwErrorCodewszErrorString