DXGI_OUTDUPL_POINTER_POSITION structure (dxgi1_2.h)
The DXGI_OUTDUPL_POINTER_POSITION structure describes the position of the hardware cursor.
Syntax
typedef struct DXGI_OUTDUPL_POINTER_POSITION {
POINT Position;
BOOL Visible;
} DXGI_OUTDUPL_POINTER_POSITION;
Members
Position
The position of the hardware cursor relative to the top-left of the adapter output.
Visible
Specifies whether the hardware cursor is visible. TRUE if visible; otherwise, FALSE. If the hardware cursor is not visible, the calling application does not display the cursor in the client.
Remarks
The Position member is valid only if the Visible member’s value is set to TRUE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 and Platform Update for Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
Header | dxgi1_2.h |