wireguard-go/setupapi
Simon Rozman dce5192d86 Add support for setupapi.SetupDiOpenDevRegKey()
Furthermore setupapi.DevInfoData has been obsoleted.
SetupDiEnumDeviceInfo() fills existing SP_DEVINFO_DATA structure now.
As other functions of SetupAPI use SP_DEVINFO_DATA, converting it to
DevInfoData and back would hurt performance.

Signed-off-by: Simon Rozman <simon@rozman.si>
2019-02-05 12:59:42 +01:00
..
mksyscall.go Introduce SetupAPI - Windows device and driver management API 2019-02-05 12:59:42 +01:00
setupapi.go Introduce SetupAPI - Windows device and driver management API 2019-02-05 12:59:42 +01:00
setupapi_windows.go Add support for setupapi.SetupDiOpenDevRegKey() 2019-02-05 12:59:42 +01:00
setupapi_windows_test.go Add support for setupapi.SetupDiOpenDevRegKey() 2019-02-05 12:59:42 +01:00
types_windows.go Add support for setupapi.SetupDiOpenDevRegKey() 2019-02-05 12:59:42 +01:00
zsetupapi_windows.go Add support for setupapi.SetupDiOpenDevRegKey() 2019-02-05 12:59:42 +01:00
zsetupapi_windows_test.go Finish support for setupapi.SetupDiGetClassDevsEx() 2019-02-05 12:59:42 +01:00