hidd_report_collection()

Get the collection from a report instance

Synopsis:

#include <sys/hiddi.h>

int hidd_report_collection ( struct hidd_report_instance *report_instance,
                             struct hidd_collection **collection);

Arguments:

report_instance

The handle of a report instance, as returned by hidd_get_report_instance().

collection

A location to store the collection handle.

Description:

The hidd_report_collection() function gets the collection to which the report belongs.

Returns:

EOK
Success.
EINVAL
One of the arguments is NULL.

Classification:

QNX OS

Safety:
Cancellation point Yes
Signal handler No
Thread Yes
Page updated: