5#ifndef _CERTIFICATECHECK_H_
6#define _CERTIFICATECHECK_H_
DWORD CheckCertificateForPEFile(LPCWSTR filePath, CertificateCheckInfo &infoToMatch)
Checks to see if a file stored at filePath matches the specified info.
BOOL DoCertificateAttributesMatch(PCCERT_CONTEXT pCertContext, CertificateCheckInfo &infoToMatch)
Checks to see if a file stored at filePath matches the specified info.
DWORD VerifyCertificateTrustForFile(LPCWSTR filePath)
Verifies the trust of the specified file path.
const wchar_t *typedef BOOL