Skip to content

Commit

Permalink
CM_Get_*_Log_Conf enum. Fixed #1649.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Aug 16, 2023
1 parent 8f70180 commit 8a1befa
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1689,4 +1689,6 @@ IAudioSessionControl2::IsSystemSoundsSession=[CanReturnMultipleSuccessValues]
GetUserGeoID::GeoClass=SYSGEOCLASS
GetGeoInfoA::GeoType=SYSGEOTYPE
GetGeoInfoW::GeoType=SYSGEOTYPE
GetGeoInfoEx::geoType=SYSGEOTYPE
GetGeoInfoEx::geoType=SYSGEOTYPE
CM_Get_Next_Log_Conf::ulFlags=[Reserved]
CM_Get_Next_Log_Conf_Ex::ulFlags=[Reserved]
36 changes: 36 additions & 0 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -36344,6 +36344,42 @@
}
],
"uses": []
},
{
"name": "CM_LOG_CONF",
"members": [
{
"name": "BASIC_LOG_CONF"
},
{
"name": "FILTERED_LOG_CONF"
},
{
"name": "ALLOC_LOG_CONF"
},
{
"name": "BOOT_LOG_CONF"
},
{
"name": "FORCED_LOG_CONF"
},
{
"name": "OVERRIDE_LOG_CONF"
},
{
"name": "NUM_LOG_CONF"
}
],
"uses": [
{
"method": "CM_Get_First_Log_Conf",
"parameter": "ulFlags"
},
{
"method": "CM_Get_First_Log_Conf_Ex",
"parameter": "ulFlags"
}
]
}
]
}
20 changes: 20 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2038,3 +2038,23 @@ Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_Device_Interface_L
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_Device_Interface_List_Size_ExW : ulFlags...UInt32 => CM_GET_DEVICE_INTERFACE_LIST_FLAGS
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_Device_Interface_List_SizeA : ulFlags...UInt32 => CM_GET_DEVICE_INTERFACE_LIST_FLAGS
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_Device_Interface_List_SizeW : ulFlags...UInt32 => CM_GET_DEVICE_INTERFACE_LIST_FLAGS
# Fixed #1649.
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.ALLOC_LOG_CONF removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.BASIC_LOG_CONF removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.BOOT_LOG_CONF removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_First_Log_Conf : ulFlags...UInt32 => CM_LOG_CONF
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_First_Log_Conf_Ex : ulFlags...UInt32 => CM_LOG_CONF
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_Next_Log_Conf : ulFlags : [In] => [In,Reserved]
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_Get_Next_Log_Conf_Ex : ulFlags : [In] => [In,Reserved]
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.FILTERED_LOG_CONF removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.FORCED_LOG_CONF removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.NUM_LOG_CONF removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.OVERRIDE_LOG_CONF removed
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF.ALLOC_LOG_CONF added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF.BASIC_LOG_CONF added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF.BOOT_LOG_CONF added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF.FILTERED_LOG_CONF added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF.FORCED_LOG_CONF added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF.NUM_LOG_CONF added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_LOG_CONF.OVERRIDE_LOG_CONF added

0 comments on commit 8a1befa

Please sign in to comment.