Slion / CIC

Windows Home Theater PC companion
https://forum.team-mediaportal.com/threads/home-theater-command-information-center.127180/
4 stars 0 forks source link

Define device classes GUID #14

Closed Slion closed 2 years ago

Slion commented 2 years ago

We should define device system classes somewhere. Some of them are already defined in SharpLibWin32 I believe. See: https://docs.microsoft.com/en-us/windows-hardware/drivers/install/system-defined-device-setup-classes-available-to-vendors

I don't think CsWin32 generates those.

Slion commented 2 years ago

Those can actually be generated by CsWin32 but we still did our own version of their definitions in SharpLibHid, see: https://github.com/Slion/SharpLibHid/blob/26fbf4c5601cc442446afe6b950d70b896fd733b/Project/Hid/NativeMethods.DEVPKEY.cs#L12