|
unicap_status_t
|
unicap_enumerate_property
(
|
unicap_handle_t
handle
,
unicap_property_t *
specifier
,
unicap_property_t *
property
,
int
index
);
|
Enumerates the properties currently available on the device
handle
:
|
|
specifier
:
|
Specifies which properties should be returned by the function. Might be NULL which means that all properties
are enumerated.
|
format
:
|
Location to store the property
|
index
:
|
|
|