You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the docs for the method, the SetupDiGetClassDevs method should have metadata indicating that it returns a typedef struct for a handle that is released with SetupDiDestroyDeviceInfoList.
At present, it returns void*.