Skip to content

Commit

Permalink
SetProcessWorkingSetSizeEx can use enum in flags parameter. Fixed #1636.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jul 27, 2023
1 parent 2741c22 commit b202a8a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -35543,6 +35543,21 @@
"parameter": "ulFlags"
}
]
},
{
"name": "SETPROCESSWORKINGSETSIZEEX_FLAGS",
"flags": true,
"autoPopulate": {
"filter": "QUOTA_LIMITS_HARDWS_",
"header": "winnt.h"
},
"members": [],
"uses": [
{
"method": "SetProcessWorkingSetSizeEx",
"parameter": "Flags"
}
]
}
]
}
11 changes: 11 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62190,3 +62190,14 @@ Windows.Win32.Networking.WinHttp.WinHttpRequestSslErrorFlags.SslErrorFlag_Unknow
Windows.Win32.Security.Cryptography.Apis.CertOpenStore : hCryptProv : [In,Optional] => [In,Optional,Reserved]
# Fixed #1656.
Windows.Win32.NetworkManagement.WiFi.Apis.WlanOpenHandle : phClientHandle : [Out] => [Out,RAIIFree(WlanCloseHandle)]
# Fixed #1636.
Windows.Win32.System.Memory.Apis.SetProcessWorkingSetSizeEx : Flags...UInt32 => SETPROCESSWORKINGSETSIZEEX_FLAGS
Windows.Win32.System.Memory.SETPROCESSWORKINGSETSIZEEX_FLAGS added
Windows.Win32.System.Memory.SETPROCESSWORKINGSETSIZEEX_FLAGS.QUOTA_LIMITS_HARDWS_MAX_DISABLE added
Windows.Win32.System.Memory.SETPROCESSWORKINGSETSIZEEX_FLAGS.QUOTA_LIMITS_HARDWS_MAX_ENABLE added
Windows.Win32.System.Memory.SETPROCESSWORKINGSETSIZEEX_FLAGS.QUOTA_LIMITS_HARDWS_MIN_DISABLE added
Windows.Win32.System.Memory.SETPROCESSWORKINGSETSIZEEX_FLAGS.QUOTA_LIMITS_HARDWS_MIN_ENABLE added
Windows.Win32.System.SystemServices.Apis.QUOTA_LIMITS_HARDWS_MAX_DISABLE removed
Windows.Win32.System.SystemServices.Apis.QUOTA_LIMITS_HARDWS_MAX_ENABLE removed
Windows.Win32.System.SystemServices.Apis.QUOTA_LIMITS_HARDWS_MIN_DISABLE removed
Windows.Win32.System.SystemServices.Apis.QUOTA_LIMITS_HARDWS_MIN_ENABLE removed

0 comments on commit b202a8a

Please sign in to comment.