D3DKMT_OUTPUTDUPL_POINTER_POSITION - NtDoc

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

typedef struct _D3DKMT_OUTPUTDUPL_POINTER_POSITION {
  POINT Position;
  BOOL  Visible;
} D3DKMT_OUTPUTDUPL_POINTER_POSITION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_OUTPUTDUPL_POINTER_POSITION structure

Description

The D3DKMT_OUTPUTDUPL_POINTER_POSITION structure contains output duplicate pointer position info.

Members

Position

The pointer position.

Visible

Indicates whether the pointer is visible or not.

Remarks

See also