diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-17 20:28:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:05 -0500 |
commit | ef213b02482194a8fed7f37123e08624072694b2 (patch) | |
tree | 12e82a6e21263f07cf87432701dc7af776daef6f /source4/include/doserr.h | |
parent | 85943483fbcbe5e8a4cfb93eb65ac50f73eff28c (diff) | |
download | samba-ef213b02482194a8fed7f37123e08624072694b2.tar.gz samba-ef213b02482194a8fed7f37123e08624072694b2.tar.bz2 samba-ef213b02482194a8fed7f37123e08624072694b2.zip |
r5866: Add InitShutdown IDL and torture test.
Implement push side of NDR_LEN4|NDR_NOTERM strings (pull side was already present)
(This used to be commit ea61ec1122841716ed5d90085ba79e7bf691bd6a)
Diffstat (limited to 'source4/include/doserr.h')
-rw-r--r-- | source4/include/doserr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/doserr.h b/source4/include/doserr.h index 36eb3b07f1..fa4f2f48e9 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -222,6 +222,8 @@ #define WERR_PRINTER_HAS_JOBS_QUEUED W_ERROR(ERRprinterhasjobsqueued) #define WERR_CLASS_NOT_REGISTERED W_ERROR(0x40154) +#define WERR_NO_SHUTDOWN_IN_PROGRESS W_ERROR(0x45c) +#define WERR_SHUTDOWN_ALREADY_IN_PROGRESS W_ERROR(0x45b) #ifndef NERR_BASE |