Skip to content

Commit

Permalink
Added flags property for #1617.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jul 13, 2023
1 parent 38479e7 commit d9a9f60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -35419,6 +35419,7 @@
},
{
"name": "DIINSTALLDEVICE_FLAGS",
"flags": true,
"autoPopulate": {
"header": "newdev.h",
"filter": "DIIDFLAG_"
Expand All @@ -35433,6 +35434,7 @@
},
{
"name": "DIINSTALLDRIVER_FLAGS",
"flags": true,
"autoPopulate": {
"header": "newdev.h",
"filter": "DIIRFLAG_"
Expand Down Expand Up @@ -35460,6 +35462,7 @@
},
{
"name": "DIUNINSTALLDRIVER_FLAGS",
"flags": true,
"autoPopulate": {
"header": "newdev.h",
"filter": "DIURFLAG_"
Expand All @@ -35483,6 +35486,7 @@
},
{
"name": "DIROLLBACKDRIVER_FLAGS",
"flags": true,
"autoPopulate": {
"header": "newdev.h",
"filter": "ROLLBACK_"
Expand Down

0 comments on commit d9a9f60

Please sign in to comment.