Closed nefarius closed 1 year ago
In this case DeviceInstancePathParent in HID.cpp gets the property type DEVPROP_TYPE_EMPTY which is unexpected and throws an exception. Need to figure out how to skip these special cases effectively.
DeviceInstancePathParent
HID.cpp
DEVPROP_TYPE_EMPTY
In this case
DeviceInstancePathParent
inHID.cpp
gets the property typeDEVPROP_TYPE_EMPTY
which is unexpected and throws an exception. Need to figure out how to skip these special cases effectively.