HidP_GetCaps (Windows CE 5.0)
This function returns a top-level collection's HIDP_CAPS structure.
NTSTATUS HidP_GetCaps( PHIDP_PREPARSED_DATA PreparsedData, PHIDP_CAPS Capabilities);
Parameters
- PreparsedData
[in] Pointer to a top-level collection's preparsed data. - Capabilities
[out] Pointer to a caller-allocated buffer that the function uses to return a collection's HIDP_CAPS structure.
Return Values
Returns HIDP_STATUS_SUCCESS if the function successfully returned the capability data. Returns HIDP_STATUS_INVALID_PREPARSED_DATA if the preparsed data is not valid.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Hidpi.h.
Link Library: Hidparse_lib.lib.
See Also
Send Feedback on this topic to the authors