diff options
author | Jean-François Micouleau <jfm@samba.org> | 2000-04-05 10:05:32 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2000-04-05 10:05:32 +0000 |
commit | dc2d1544b3718dce5b3d7d91989b3cc5abfdef6b (patch) | |
tree | 943671b591d88264640a7904caee961881516b1c /source3/include/smb.h | |
parent | 6fc9ba3df70dc357c782c1e74e7675b3e6748c40 (diff) | |
download | samba-dc2d1544b3718dce5b3d7d91989b3cc5abfdef6b.tar.gz samba-dc2d1544b3718dce5b3d7d91989b3cc5abfdef6b.tar.bz2 samba-dc2d1544b3718dce5b3d7d91989b3cc5abfdef6b.zip |
changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are
wrong in the spoolss case.
fxed a bug in the job notify code (that's the polite answer), the truth is
different: there is a bug in the NT spooler service, including SP6a and
NT2K.
changed the default lpcommand in the LPRNG case.
J.F.
(This used to be commit 396f73c11b29a47650b3243fef0825252a3cef9b)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index ee70a0279b..819a5ec5c5 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -171,7 +171,10 @@ implemented */ #define ERRbaddirectory 267 /* Invalid directory name in a path. */ #define ERRunknownipc 2142 +#define ERROR_INVALID_FUNCTION (1) #define ERROR_ACCESS_DENIED (5) +#define ERROR_INVALID_HANDLE (6) +#define ERROR_NOT_ENOUGH_MEMORY (8) #define ERROR_INVALID_PARAMETER (87) #define ERROR_INSUFFICIENT_BUFFER (122) #define ERROR_INVALID_NAME (123) |