Francois Gouget : wintrust: Add a prototype for WTHelperGetProvCertFromChain().

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 30 13:50:25 CDT 2007


Module: wine
Branch: master
Commit: f9ee796c42607dd038fb9f8ead7e80c46d9cd5e9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f9ee796c42607dd038fb9f8ead7e80c46d9cd5e9

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 30 16:16:23 2007 +0200

wintrust: Add a prototype for WTHelperGetProvCertFromChain().

---

 include/wintrust.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/wintrust.h b/include/wintrust.h
index fa8870f..7b0b276 100644
--- a/include/wintrust.h
+++ b/include/wintrust.h
@@ -420,6 +420,8 @@ BOOL      WINAPI WintrustSetRegPolicyFlags(DWORD);
 LONG      WINAPI WinVerifyTrust(HWND,GUID*,LPVOID);
 HRESULT   WINAPI WinVerifyTrustEx(HWND,GUID*,WINTRUST_DATA*);
 
+CRYPT_PROVIDER_CERT * WINAPI WTHelperGetProvCertFromChain(
+ CRYPT_PROVIDER_SGNR *pSgnr, DWORD idxCert);
 CRYPT_PROVIDER_SGNR * WINAPI WTHelperGetProvSignerFromChain(
  CRYPT_PROVIDER_DATA *pProvData, DWORD idxSigner, BOOL fCounterSigner,
  DWORD idxCounterSigner);




More information about the wine-cvs mailing list