Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 3.34 KB

ne-dxgi1_2-dxgi_outdupl_pointer_shape_type.md

File metadata and controls

75 lines (59 loc) · 3.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:dxgi1_2.DXGI_OUTDUPL_POINTER_SHAPE_TYPE
DXGI_OUTDUPL_POINTER_SHAPE_TYPE (dxgi1_2.h)
Identifies the type of pointer shape.
DXGI_OUTDUPL_POINTER_SHAPE_TYPE
DXGI_OUTDUPL_POINTER_SHAPE_TYPE enumeration [DXGI]
DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR
DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR
DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME
direct3ddxgi.dxgi_outdupl_pointer_shape_type
dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE
dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR
dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR
dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME
direct3ddxgi\dxgi_outdupl_pointer_shape_type.htm
direct3ddxgi
A066B6D3-A72A-48A9-BAED-BC3488BD1BC7
12/05/2018
DXGI_OUTDUPL_POINTER_SHAPE_TYPE, DXGI_OUTDUPL_POINTER_SHAPE_TYPE enumeration [DXGI], DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR, DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR, DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME, direct3ddxgi.dxgi_outdupl_pointer_shape_type, dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE, dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR, dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR, dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME
dxgi1_2.h
Windows
Windows 8 and Platform Update for Windows 7 [desktop apps only]
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only]
Windows
DXGI_OUTDUPL_POINTER_SHAPE_TYPE
19H1
DXGI_OUTDUPL_POINTER_SHAPE_TYPE
dxgi1_2/DXGI_OUTDUPL_POINTER_SHAPE_TYPE
c++
APIRef
kbSyntax
HeaderDef
DXGI1_2.h
DXGI_OUTDUPL_POINTER_SHAPE_TYPE

DXGI_OUTDUPL_POINTER_SHAPE_TYPE enumeration

-description

Identifies the type of pointer shape.

-enum-fields

-field DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MONOCHROME:0x1

The pointer type is a monochrome mouse pointer, which is a monochrome bitmap. The bitmap's size is specified by width and height in a 1 bits per pixel (bpp) device independent bitmap (DIB) format AND mask that is followed by another 1 bpp DIB format XOR mask of the same size.

-field DXGI_OUTDUPL_POINTER_SHAPE_TYPE_COLOR:0x2

The pointer type is a color mouse pointer, which is a color bitmap. The bitmap's size is specified by width and height in a 32 bpp ARGB DIB format.

-field DXGI_OUTDUPL_POINTER_SHAPE_TYPE_MASKED_COLOR:0x4

The pointer type is a masked color mouse pointer. A masked color mouse pointer is a 32 bpp ARGB format bitmap with the mask value in the alpha bits. The only allowed mask values are 0 and 0xFF. When the mask value is 0, the RGB value should replace the screen pixel. When the mask value is 0xFF, an XOR operation is performed on the RGB value and the screen pixel; the result replaces the screen pixel.

-see-also

DXGI Enumerations

DXGI_OUTDUPL_POINTER_SHAPE_INFO