Skip to content

Commit

Permalink
CONFLICT_DETAILS can use two enums. Fixed #1646.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Aug 30, 2023
1 parent 53607f0 commit 13b19a2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 19 deletions.
57 changes: 38 additions & 19 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -36115,25 +36115,6 @@
}
]
},
{
"name": "CM_CDMASK",
"flags": true,
"autoPopulate": {
"filter": "CM_CDMASK_",
"header": "cfgmgr32.h"
},
"members": [],
"uses": [
{
"struct": "CONFLICT_DETAILS_A",
"field": "CD_ulMask"
},
{
"struct": "CONFLICT_DETAILS_W",
"field": "CD_ulMask"
}
]
},
{
"namespace": "Windows.Win32.Security.Cryptography",
"name": "ALG_ID",
Expand Down Expand Up @@ -36556,6 +36537,44 @@
"parameter": "Flags"
}
]
},
{
"name": "CM_CDMASK",
"flags": true,
"autoPopulate": {
"filter": "CM_CDMASK_",
"header": "cfgmgr32.h"
},
"members": [],
"uses": [
{
"struct": "CONFLICT_DETAILS_A",
"field": "CD_ulMask"
},
{
"struct": "CONFLICT_DETAILS_W",
"field": "CD_ulMask"
}
]
},
{
"name": "CM_CDFLAGS",
"flags": true,
"autoPopulate": {
"filter": "CM_CDFLAGS_",
"header": "cfgmgr32.h"
},
"members": [],
"uses": [
{
"struct": "CONFLICT_DETAILS_A",
"field": "CD_ulFlags"
},
{
"struct": "CONFLICT_DETAILS_W",
"field": "CD_ulFlags"
}
]
}
]
}
10 changes: 10 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -660,3 +660,13 @@ Windows.Win32.Devices.DeviceAndDriverInstallation.SPSVCINST_FLAGS.SPSVCINST_STAR
Windows.Win32.Devices.DeviceAndDriverInstallation.SPSVCINST_FLAGS.SPSVCINST_STOPSERVICE added
Windows.Win32.Devices.DeviceAndDriverInstallation.SPSVCINST_FLAGS.SPSVCINST_TAGTOFRONT added
Windows.Win32.Devices.DeviceAndDriverInstallation.SPSVCINST_FLAGS.SPSVCINST_UNIQUE_NAME added
# Fixed #1646.
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_CDFLAGS_DRIVER removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_CDFLAGS_RESERVED removed
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.CM_CDFLAGS_ROOT_OWNED removed
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_CDFLAGS added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_CDFLAGS.CM_CDFLAGS_DRIVER added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_CDFLAGS.CM_CDFLAGS_RESERVED added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_CDFLAGS.CM_CDFLAGS_ROOT_OWNED added
Windows.Win32.Devices.DeviceAndDriverInstallation.CONFLICT_DETAILS_A.CD_ulFlags...System.UInt32 => Windows.Win32.Devices.DeviceAndDriverInstallation.CM_CDFLAGS
Windows.Win32.Devices.DeviceAndDriverInstallation.CONFLICT_DETAILS_W.CD_ulFlags...System.UInt32 => Windows.Win32.Devices.DeviceAndDriverInstallation.CM_CDFLAGS

0 comments on commit 13b19a2

Please sign in to comment.