On Tue Sep 3 15:15:10 2024 +0000, Vibhav Pant wrote:
Hm, that is simpler, but would it make sense to generalize the `path` parameter in `plugplay_{send|get}_event` to a `BYTE *oob_data, SIZE_T *oob_data_size` instead? That way, the new parameters could be used to send additional data similar to `path` if the need ever arises in the future, plus it also makes the parameters more understandable.
Well I think it can be changed later, if the need arises? You can rename the path to "device_path" if you prefer.