MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / hid_get_product_string

Function hid_get_product_string

dependencies/hidapi/hidapi.c:1142–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142int HID_API_EXPORT_CALL hid_get_product_string(hid_device *dev, wchar_t *string, size_t maxlen)
1143{
1144 return hid_get_indexed_string(dev, dev->product_index, string, maxlen);
1145}
1146
1147int HID_API_EXPORT_CALL hid_get_serial_number_string(hid_device *dev, wchar_t *string, size_t maxlen)
1148{

Callers 15

LenovoUSBControllerMethod · 0.85
EpomakerControllerMethod · 0.85
TecknetControllerMethod · 0.85
ReadNameMethod · 0.85
GetDeviceNameMethod · 0.85
ReadNameMethod · 0.85

Calls 1

hid_get_indexed_stringFunction · 0.85

Tested by

no test coverage detected