-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-Windows
Milestone
Description
Proposal Details
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.
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-Windows