MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / register_winapi_error

Function register_winapi_error

lib/hidapi/windows/hid.c:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306#endif
307
308static void register_winapi_error(hid_device *dev, const WCHAR *op)
309{
310 register_winapi_error_to_buffer(&dev->last_error_str, op);
311}
312
313static void register_string_error(hid_device *dev, const WCHAR *string_error)
314{

Callers 5

hid_writeFunction · 0.85
hid_read_timeoutFunction · 0.85
hid_send_feature_reportFunction · 0.85
hid_get_reportFunction · 0.85
hid_get_indexed_stringFunction · 0.85

Calls 1

Tested by

no test coverage detected