winerror.h: Added an error code.
This commit is contained in:
parent
80df5324ba
commit
c73e577c9a
|
@ -2268,6 +2268,7 @@
|
|||
#define TRUST_E_ACTION_UNKNOWN _HRESULT_TYPEDEF_(0x800B0002L)
|
||||
#define TRUST_E_SUBJECT_FORM_UNKNOWN _HRESULT_TYPEDEF_(0x800B0003L)
|
||||
#define TRUST_E_SUBJECT_NOT_TRUSTED _HRESULT_TYPEDEF_(0x800B0004L)
|
||||
#define TRUST_E_NOSIGNATURE _HRESULT_TYPEDEF_(0x800B0100L)
|
||||
|
||||
#define SPAPI_E_EXPECTED_SECTION_NAME _HRESULT_TYPEDEF_(0x800F0000L)
|
||||
#define SPAPI_E_BAD_SECTION_NAME_LINE _HRESULT_TYPEDEF_(0x800F0001L)
|
||||
|
|
Loading…
Reference in New Issue