Paul Vriens : winerror.h: Add some error codes.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 9 16:18:37 CDT 2006


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

Author: Paul Vriens <Paul.Vriens at xs4all.nl>
Date:   Wed Aug  9 18:47:10 2006 +0200

winerror.h: Add some error codes.

---

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

diff --git a/include/winerror.h b/include/winerror.h
index 21925a1..eaad982 100644
--- a/include/winerror.h
+++ b/include/winerror.h
@@ -2256,7 +2256,14 @@ #define CRYPT_E_ASN1_NYI                
 #define CRYPT_E_ASN1_EXTENDED                              _HRESULT_TYPEDEF_(0x80093201L)
 #define CRYPT_E_ASN1_NOEOD                                 _HRESULT_TYPEDEF_(0x80093202L)
 
+#define TRUST_E_SYSTEM_ERROR                               _HRESULT_TYPEDEF_(0x80096001L)
+#define TRUST_E_NO_SIGNER_CERT                             _HRESULT_TYPEDEF_(0x80096002L)
+#define TRUST_E_COUNTER_SIGNER                             _HRESULT_TYPEDEF_(0x80096003L)
 #define TRUST_E_CERT_SIGNATURE                             _HRESULT_TYPEDEF_(0x80096004L)
+#define TRUST_E_TIME_STAMP                                 _HRESULT_TYPEDEF_(0x80096005L)
+#define TRUST_E_BAD_DIGEST                                 _HRESULT_TYPEDEF_(0x80096010L)
+#define TRUST_E_BASIC_CONSTRAINTS                          _HRESULT_TYPEDEF_(0x80096019L)
+#define TRUST_E_FINANCIAL_CRITERIA                         _HRESULT_TYPEDEF_(0x8009601EL)
 #define TRUST_E_PROVIDER_UNKNOWN                           _HRESULT_TYPEDEF_(0x800B0001L)
 #define TRUST_E_ACTION_UNKNOWN                             _HRESULT_TYPEDEF_(0x800B0002L)
 #define TRUST_E_SUBJECT_FORM_UNKNOWN                       _HRESULT_TYPEDEF_(0x800B0003L)




More information about the wine-cvs mailing list