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
At least the following functions are missing from the x/sys/windows package:
SetupDiEnumDeviceInterfaces
SetupDiGetDeviceInterfaceDetail
SetupDiGetDeviceInterfacePropertyKeys
SetupDiGetDeviceInterfaceProperty
I originally wanted to implement these functions myself. Before calling the SetupDiGetDeviceInterfaceDetail function, it is necessary to set the size for the size member of the windows. DevInfoData structure. However, the size member of the windows. DevInfoData structure was not exported.
The text was updated successfully, but these errors were encountered:
seankhliao
changed the title
proposal: x/sys/windows: Add some missing SetupAPI functions
x/sys/windows: add some missing SetupAPI functions
Jun 25, 2024
Proposal Details
At least the following functions are missing from the x/sys/windows package:
I originally wanted to implement these functions myself. Before calling the
SetupDiGetDeviceInterfaceDetail
function, it is necessary to set the size for thesize
member of thewindows. DevInfoData
structure. However, thesize
member of thewindows. DevInfoData
structure was not exported.The text was updated successfully, but these errors were encountered: