// ntddrilapitypes.h
typedef struct RILDISPLAYINFO {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
RILDISPLAYINFOTYPE dwType;
RILDISPLAYINFOTAG dwTag;
DWORD dwMessageSize;
BYTE pbMessage[1];
} RILDISPLAYINFO, *LPRILDISPLAYINFO;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILDISPLAYINFO {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
RILDISPLAYINFOTYPE dwType;
RILDISPLAYINFOTAG dwTag;
DWORD dwMessageSize;
BYTE pbMessage[1];
} RILDISPLAYINFO, *LPRILDISPLAYINFO;
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.
cbSizedwParamsdwExecutordwTypedwTagdwMessageSizepbMessageThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwTypedwTagdwMessageSizepbMessage