mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
error-codes: add WERR_CM_INVALID_POINTER.
Guenther
This commit is contained in:
parent
e4b4a07357
commit
43eb50655e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user