// iddcx.h
typedef enum IDDCX_CURSOR_SHAPE_TYPE {
IDDCX_CURSOR_SHAPE_TYPE_UNINITIALIZED = 0,
IDDCX_CURSOR_SHAPE_TYPE_MASKED_COLOR = 1,
IDDCX_CURSOR_SHAPE_TYPE_ALPHA = 2
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_CURSOR_SHAPE_TYPE value describes the type of cursor data written to the cursor shape buffer.
IDDCX_CURSOR_SHAPE_TYPE_UNINITIALIZED:0The cursor shape is uninitialized.
IDDCX_CURSOR_SHAPE_TYPE_MASKED_COLOR:1This is a masked-color cursor shape.
IDDCX_CURSOR_SHAPE_TYPE_ALPHA:2This is a 32bpp alpha cursor.