IDDCX_CURSOR_SHAPE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iddcx-iddcx_cursor_shape_type)

IDDCX_CURSOR_SHAPE_TYPE enumeration

Description

A IDDCX_CURSOR_SHAPE_TYPE value describes the type of cursor data written to the cursor shape buffer.

Constants

IDDCX_CURSOR_SHAPE_TYPE_UNINITIALIZED:0

The cursor shape is uninitialized.

IDDCX_CURSOR_SHAPE_TYPE_MASKED_COLOR:1

This is a masked-color cursor shape.

IDDCX_CURSOR_SHAPE_TYPE_ALPHA:2

This is a 32bpp alpha cursor.

See also

IDDCX_CURSOR_SHAPE_INFO