Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 2.9 KB

nf-winuser-getpointerdeviceproperties.md

File metadata and controls

86 lines (68 loc) · 2.9 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
NF:winuser.GetPointerDeviceProperties
GetPointerDeviceProperties function (winuser.h)
Gets device properties that aren't included in the POINTER_DEVICE_INFO structure.
GetPointerDeviceProperties
GetPointerDeviceProperties function
input_pointerdevice.getpointerdeviceproperties
unifiedinputstack.getpointerdeviceproperties
winuser/GetPointerDeviceProperties
input_pointerdevice\getpointerdeviceproperties.htm
controls
dbb81637-217a-49b1-9e81-2068cf4c0951
12/05/2018
GetPointerDeviceProperties, GetPointerDeviceProperties function, input_pointerdevice.getpointerdeviceproperties, unifiedinputstack.getpointerdeviceproperties, winuser/GetPointerDeviceProperties
winuser.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
User32.lib
User32.dll
Windows
19H1
GetPointerDeviceProperties
winuser/GetPointerDeviceProperties
c++
APIRef
kbSyntax
DllExport
User32.dll
API-MS-Win-RTCore-NTUser-WMPointer-l1-1-0.dll
MinUser.dll
API-MS-Win-RTCore-NTUser-WMPointer-l1-1-1.dll
API-Ms-Win-RTCore-NTUser-WMPointer-L1-1-2.dll
API-MS-Win-RTCore-NTUser-WMPointer-L1-1-3.dll
GetPointerDeviceProperties

GetPointerDeviceProperties function

-description

Gets device properties that aren't included in the POINTER_DEVICE_INFO structure.

-parameters

-param device [in]

The pointer device to query properties from.

A call to the GetPointerDevices function returns this handle in the POINTER_DEVICE_INFO structure.

-param propertyCount [in, out]

The number of properties.

Returns the count that's written or needed if pointerProperties is NULL.

If this value is less than the number of properties that the pointer device supports and pointerProperties is not NULL, the function returns the actual number of properties in this variable and fails.

-param pointerProperties [out, optional]

The array of properties.

-returns

TRUE if the function succeeds; otherwise, FALSE. If the function fails, call the GetLastError function for more information.

-see-also

Functions