1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

libcli:util: Update HRESULT definitions

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Joseph Sutton 2024-01-10 17:01:51 +13:00 committed by Joseph Sutton
parent 71f1aee6ca
commit 446ef0aa8c
2 changed files with 2 additions and 2 deletions

View File

@ -4914,7 +4914,7 @@ static const struct {
{
HRES_CERT_E_REVOKED,
"HRES_CERT_E_REVOKED",
"A certificate was explicitly revoked by its issuer."
"A certificate was explicitly revoked by its issuer. If the certificate is Microsoft Windows PCA 2010, then the driver was signed by a certificate no longer recognized by Windows."
},
{
HRES_CERT_E_UNTRUSTEDTESTROOT,

View File

@ -664,8 +664,8 @@ typedef uint32_t HRESULT;
#define HRES_E_ACCESSDENIED HRES_ERROR(0x80070005)
#define HRES_E_OUTOFMEMORY HRES_ERROR(0x8007000E)
#define HRES_ERROR_NOT_SUPPORTED HRES_ERROR(0x80070032)
#define HRES_ERROR_DISK_FULL HRES_ERROR(0x80070070)
#define HRES_E_INVALIDARG HRES_ERROR(0x80070057)
#define HRES_ERROR_DISK_FULL HRES_ERROR(0x80070070)
#define HRES_CO_E_CLASS_CREATE_FAILED HRES_ERROR(0x80080001)
#define HRES_CO_E_SCM_ERROR HRES_ERROR(0x80080002)
#define HRES_CO_E_SCM_RPC_FAILURE HRES_ERROR(0x80080003)