Skip to content

Commit

Permalink
CredRead parameter should use CRED_TYPE enum. Fixed #1668.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Aug 7, 2023
1 parent ee3cf70 commit 6f96791
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
24 changes: 24 additions & 0 deletions generation/WinSDK/enums.json
Expand Up @@ -105,6 +105,30 @@
},
"members": [],
"uses": [
{
"method": "CredDeleteA",
"parameter": "Type"
},
{
"method": "CredDeleteW",
"parameter": "Type"
},
{
"method": "CredReadA",
"parameter": "Type"
},
{
"method": "CredReadW",
"parameter": "Type"
},
{
"method": "CredRenameA",
"parameter": "Type"
},
{
"method": "CredRenameW",
"parameter": "Type"
},
{
"struct": "CREDENTIALA",
"field": "Type"
Expand Down
7 changes: 7 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Expand Up @@ -62269,3 +62269,10 @@ Windows.Win32.Devices.DeviceAndDriverInstallation.SETUPSCANFILEQUEUE_FLAGS.SPQ_S
# Fixed #1654.
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupCopyOEMInfA : CopyStyle...UInt32 => SP_COPY_STYLE
Windows.Win32.Devices.DeviceAndDriverInstallation.Apis.SetupCopyOEMInfW : CopyStyle...UInt32 => SP_COPY_STYLE
# Fixed #1668.
Windows.Win32.Security.Credentials.Apis.CredDeleteA : Type...UInt32 => CRED_TYPE
Windows.Win32.Security.Credentials.Apis.CredDeleteW : Type...UInt32 => CRED_TYPE
Windows.Win32.Security.Credentials.Apis.CredReadA : Type...UInt32 => CRED_TYPE
Windows.Win32.Security.Credentials.Apis.CredReadW : Type...UInt32 => CRED_TYPE
Windows.Win32.Security.Credentials.Apis.CredRenameA : Type...UInt32 => CRED_TYPE
Windows.Win32.Security.Credentials.Apis.CredRenameW : Type...UInt32 => CRED_TYPE

0 comments on commit 6f96791

Please sign in to comment.