crypt32: Add CryptQueryObject() prototype.
Update win32.api.
This commit is contained in:
parent
dcb90635f8
commit
8851c4fc4e
|
@ -2732,6 +2732,12 @@ BOOL WINAPI CryptHashToBeSigned(HCRYPTPROV hCryptProv, DWORD dwCertEncodingType,
|
|||
const BYTE *pbEncoded, DWORD cbEncoded, BYTE *pbComputedHash,
|
||||
DWORD *pcbComputedHash);
|
||||
|
||||
BOOL WINAPI CryptQueryObject(DWORD dwObjectType, const void* pvObject,
|
||||
DWORD dwExpectedContentTypeFlags, DWORD dwExpectedFormatTypeFlags,
|
||||
DWORD dwFlags, DWORD* pdwMsgAndCertEncodingType, DWORD* pdwContentType,
|
||||
DWORD* pdwFormatType, HCERTSTORE* phCertStore, HCRYPTMSG* phMsg,
|
||||
const void** ppvContext);
|
||||
|
||||
BOOL WINAPI CryptSignCertificate(HCRYPTPROV hCryptProv, DWORD dwKeySpec,
|
||||
DWORD dwCertEncodingType, const BYTE *pbEncodedToBeSigned,
|
||||
DWORD cbEncodedToBeSigned, PCRYPT_ALGORITHM_IDENTIFIER pSignatureAlgorithm,
|
||||
|
|
|
@ -620,7 +620,9 @@ DATA_BLOB *
|
|||
DWORD *
|
||||
GUID *
|
||||
HCERTSTORE
|
||||
HCERTSTORE *
|
||||
HCRYPTKEY *
|
||||
HCRYPTMSG *
|
||||
HCRYPTOIDFUNCADDR
|
||||
HCRYPTOIDFUNCADDR *
|
||||
HCRYPTOIDFUNCSET
|
||||
|
@ -633,8 +635,10 @@ PCCERT_CONTEXT
|
|||
PCCERT_CONTEXT *
|
||||
PCCRL_CONTEXT
|
||||
PCCRL_CONTEXT *
|
||||
PCCRYPT_OID_INFO
|
||||
PCCTL_CONTEXT
|
||||
PCCTL_CONTEXT *
|
||||
PCERT_ENHKEY_USAGE
|
||||
PCERT_EXTENSION
|
||||
PCERT_INFO
|
||||
PCERT_NAME_BLOB
|
||||
|
|
Loading…
Reference in New Issue