Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ HID_API_CALL hid_error
Function
HID_API_CALL hid_error
cpp/hidapi/windows/hid.cpp:846–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
844
845
846
HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev)
847
{
848
return (wchar_t*)dev->last_error_str;
849
}
850
851
852
/*#define PICPGM*/
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected