Skip to content

Commit

Permalink
SetupDiEnumDriverInfo and SetupDiDestroyDriverInfoList can use existi…
Browse files Browse the repository at this point in the history
…ng enum. Fixed #1805.
  • Loading branch information
mikebattista committed Jan 16, 2024
1 parent 183d484 commit 941a46e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
14 changes: 13 additions & 1 deletion generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -17221,7 +17221,7 @@
]
},
{
"name": "SETUP_DI_BUILD_DRIVER_DRIVER_TYPE",
"name": "SETUP_DI_DRIVER_TYPE",
"members": [
{
"name": "SPDIT_CLASSDRIVER"
Expand All @@ -17234,6 +17234,18 @@
{
"method": "SetupDiBuildDriverInfoList",
"parameter": "DriverType"
},
{
"method": "SetupDiEnumDriverInfoA",
"parameter": "DriverType"
},
{
"method": "SetupDiEnumDriverInfoW",
"parameter": "DriverType"
},
{
"method": "SetupDiDestroyDriverInfoList",
"parameter": "DriverType"
}
]
},
Expand Down
11 changes: 11 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -943,3 +943,14 @@ Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetClassImageListE
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetClassImageListExW : ClassImageListData : [Out] => [In,Out]
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetDriverInstallParamsA : DriverInstallParams : [Out] => [In,Out]
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiGetDriverInstallParamsW : DriverInstallParams : [Out] => [In,Out]
# Fixed #1805.
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiBuildDriverInfoList : DriverType...SETUP_DI_BUILD_DRIVER_DRIVER_TYPE => SETUP_DI_DRIVER_TYPE
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiDestroyDriverInfoList : DriverType...UInt32 => SETUP_DI_DRIVER_TYPE
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiEnumDriverInfoA : DriverType...UInt32 => SETUP_DI_DRIVER_TYPE
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupDiEnumDriverInfoW : DriverType...UInt32 => SETUP_DI_DRIVER_TYPE
Windows.Win32.Devices.DeviceAndDriverInstallation.SETUP_DI_BUILD_DRIVER_DRIVER_TYPE removed
Windows.Win32.Devices.DeviceAndDriverInstallation.SETUP_DI_BUILD_DRIVER_DRIVER_TYPE.SPDIT_CLASSDRIVER removed
Windows.Win32.Devices.DeviceAndDriverInstallation.SETUP_DI_BUILD_DRIVER_DRIVER_TYPE.SPDIT_COMPATDRIVER removed
Windows.Win32.Devices.DeviceAndDriverInstallation.SETUP_DI_DRIVER_TYPE added
Windows.Win32.Devices.DeviceAndDriverInstallation.SETUP_DI_DRIVER_TYPE.SPDIT_CLASSDRIVER added
Windows.Win32.Devices.DeviceAndDriverInstallation.SETUP_DI_DRIVER_TYPE.SPDIT_COMPATDRIVER added

0 comments on commit 941a46e

Please sign in to comment.