wincrypt.h metadata issues. Fixed #1963.

This commit is contained in:
Mike Battista 2024-08-20 15:21:53 -07:00
Родитель c0731286db
Коммит 185c3ef016
3 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,6 @@
#define SECURITY_WIN32 // For sspi.h
#define QCC_OS_GROUP_WINDOWS
#define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS
#include "intrinfix.h"

Просмотреть файл

@ -499,7 +499,7 @@
},
{
"Name": "HCERTCHAINENGINE",
"ValueType": "IntPtr",
"ValueType": "DECLARE_HANDLE",
"CloseApi": "CertFreeCertificateChainEngine",
"InvalidHandleValues": [ -1, 0 ],
"NativeTypedef": true

Просмотреть файл

@ -1302,3 +1302,12 @@ Windows.Win32.Security.Cryptography.Catalog.Apis.CryptCATCDFEnumMembersByCDFTagE
# Added NativeArrayInfo for #1945.
Windows.Win32.System.Services.Apis.StartServiceCtrlDispatcherA : lpServiceStartTable : [Const,In] => [Const,In,NativeArrayInfo]
Windows.Win32.System.Services.Apis.StartServiceCtrlDispatcherW : lpServiceStartTable : [Const,In] => [Const,In,NativeArrayInfo]
# wincrypt.h metadata issues #1963
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.dwRevocationFreshnessTime added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.dwStrongSignFlags added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.dwUrlRetrievalTimeout added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.fCheckRevocationFreshnessTime added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.pftCacheResync added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.pStrongSignPara added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.RequestedIssuancePolicy added
Windows.Win32.Security.Cryptography.HCERTCHAINENGINE.Value...System.IntPtr => System.Void*