// iddcx.h
struct IDDCX_CURSOR_CAPS {
UINT Size;
IDDCX_XOR_CURSOR_SUPPORT ColorXorCursorSupport;
BOOL AlphaCursorSupport;
UINT MaxX;
UINT MaxY;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives information about the capabilities of the cursor.
SizeTotal size of the structure.
ColorXorCursorSupportIndicates what level of support the driver has for XOR masks in the 32-bit masked color cursor format.
Note The OS first converts any monochrome cursor to a color mask cursor.
AlphaCursorSupportIndicates if the adapter supports the 32-bit alpha cursor format. Most cursors are alpha format.
MaxXThe maximum width supported for all supported cursor types.
MaxYThe maximum height support for all cursor types.