D3DKMT_OUTDUPL_POINTER_SHAPE_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_OUTDUPL_POINTER_SHAPE_INFO {
  D3DKMT_OUTDUPL_POINTER_SHAPE_TYPE Type;
  UINT                              Width;
  UINT                              Height;
  UINT                              Pitch;
  POINT                             HotSpot;
} D3DKMT_OUTDUPL_POINTER_SHAPE_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_outdupl_pointer_shape_info)

D3DKMT_OUTDUPL_POINTER_SHAPE_INFO structure

Description

The D3DKMT_OUTDUPL_POINTER_SHAPE_INFO structure contains output duplicate pointer shape info.

Members

Type

Type of pointer shape.

Width

Width of pointer shape.

Height

Height of pointer shape.

Pitch

Pitch of pointer shape.

HotSpot

Hot spot of pointer shape.

Remarks

See also