From 43eb50655e71e5f407ffbd7069cc2d45a3b478b6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 9 Apr 2009 23:44:24 +0200 Subject: error-codes: add WERR_CM_INVALID_POINTER. Guenther --- libcli/util/werror.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli/util') diff --git a/libcli/util/werror.h b/libcli/util/werror.h index ede4996064..2e6b696d3f 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -198,6 +198,7 @@ typedef uint32_t WERROR; /* Configuration Manager Errors */ /* Basically Win32 errors meanings are specific to the \ntsvcs pipe */ +#define WERR_CM_INVALID_POINTER W_ERROR(3) #define WERR_CM_BUFFER_SMALL W_ERROR(26) #define WERR_CM_NO_MORE_HW_PROFILES W_ERROR(35) #define WERR_CM_NO_SUCH_VALUE W_ERROR(37) -- cgit