mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
include: Add some error codes for rsaenh.
This commit is contained in:
parent
7e1ffa87c3
commit
2d08c88fd2
@ -2219,6 +2219,10 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x)
|
||||
#define NTE_BAD_KEYSET_PARAM _HRESULT_TYPEDEF_(0x8009001FL)
|
||||
#define NTE_FAIL _HRESULT_TYPEDEF_(0x80090020L)
|
||||
#define NTE_SYS_ERR _HRESULT_TYPEDEF_(0x80090021L)
|
||||
#define NTE_SILENT_CONTEXT _HRESULT_TYPEDEF_(0x80090022L)
|
||||
#define NTE_TOKEN_KEYSET_STORAGE_FULL _HRESULT_TYPEDEF_(0x80090023L)
|
||||
#define NTE_TEMPORARY_PROFILE _HRESULT_TYPEDEF_(0x80090024L)
|
||||
#define NTE_FIXEDPARAMETER _HRESULT_TYPEDEF_(0x80090025L)
|
||||
#define NTE_OP_OK _HRESULT_TYPEDEF_(0)
|
||||
|
||||
#define SEC_E_INSUFFICIENT_MEMORY _HRESULT_TYPEDEF_(0x80090300L)
|
||||
|
Loading…
Reference in New Issue
Block a user