hidd_get_num_props()
Get the number of properties in the report instance
Synopsis:
#include <sys/hiddi.h>
int hidd_get_num_props( struct hidd_report_instance *report_instance,
_Uint16t *num);Arguments:
- report_instance
-
The handle of a report instance, as returned by hidd_get_report_instance().
- num
-
The number of properties found.
Description:
The hidd_get_num_props() function gets the number of properties in the report instance
This call is equivalent to calling hidd_get_report_props() with the output parameter
report_props set to
NULL:
hidd_get_report_props(report_instance, NULL, num);Returns:
- EOK
- Success.
- EINVAL
- One of the arguments is NULL.
Classification:
QNX OS
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Signal handler | No |
| Thread | Yes |
Page updated:
