| 1470 | } |
| 1471 | |
| 1472 | int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, size_t maxlen) |
| 1473 | { |
| 1474 | (void) dev; |
| 1475 | (void) string_index; |
| 1476 | (void) string; |
| 1477 | (void) maxlen; |
| 1478 | |
| 1479 | register_device_error(dev, "hid_get_indexed_string: not available on this platform"); |
| 1480 | return -1; |
| 1481 | } |
| 1482 | |
| 1483 | int HID_API_EXPORT_CALL hid_darwin_get_location_id(hid_device *dev, uint32_t *location_id) |
| 1484 | { |