Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 2.38 KB

nf-hidsdi-hidd_getattributes.md

File metadata and controls

78 lines (57 loc) · 2.38 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NF:hidsdi.HidD_GetAttributes
HidD_GetAttributes function (hidsdi.h)
The HidD_GetAttributes routine returns the attributes of a specified top-level collection.
hid\hidd_getattributes.htm
hid
04/30/2018
HidD_GetAttributes function
HidD_GetAttributes, HidD_GetAttributes routine [Human Input Devices], hid.hidd_getattributes, hidfunc_e4c243d5-b210-409f-b454-68a69c28057c.xml, hidsdi/HidD_GetAttributes
hidsdi.h
Hidsdi.h
Universal
Available in Windows 2000 and later versions of Windows.
Hid.lib
Hid.dll
Windows
HidD_GetAttributes
hidsdi/HidD_GetAttributes
APIRef
kbSyntax
DllExport
Hid.dll
HidD_GetAttributes

HidD_GetAttributes function

-description

The HidD_GetAttributes routine returns the attributes of a specified top-level collection.

-parameters

-param HidDeviceObject [in]

Specifies an open handle to a top-level collection.

-param Attributes [out]

Pointer to a caller-allocated HIDD_ATTRIBUTES structure that returns the attributes of the collection specified by HidDeviceObject.

-returns

HidD_GetAttributes returns TRUE if succeeds; otherwise, it returns FALSE.

-remarks

Only user-mode applications can call HidD_GetAttributes. Kernel-mode drivers can use IOCTL_HID_GET_COLLECTION_INFORMATION.

For more information, see HID Collections.

-see-also

HIDD_ATTRIBUTES

IOCTL_HID_GET_COLLECTION_INFORMATION